Change logs for rhythmbox source package in Dapper

  • rhythmbox (0.9.3.1-0ubuntu9) dapper; urgency=low
    
      * debian/patches/17_themeable_tray_icon.patch:
        - changes from the CVS, make media_eject and music_library stock icons, fix
          tray icon not being themeable (Ubuntu: #42221)
    
     -- Sebastien Bacher <email address hidden>   Thu,  4 May 2006 12:29:09 +0200
  • rhythmbox (0.9.3.1-0ubuntu8) dapper; urgency=low
    
      * debian/patches/16_transparency_for_notication_area_icon.patch:
        - make the icon on the notification area be transparent with the panel
    
     -- Sebastien Bacher <email address hidden>   Tue,  2 May 2006 10:12:05 +0200
  • rhythmbox (0.9.3.1-0ubuntu7) dapper; urgency=low
    
      * debian/patches/15_fix_search_entry_change.patch:
        - fix search entry text cleared being set again after a switch
          (Ubuntu: #338363)
    
     -- Sebastien Bacher <email address hidden>   Thu, 20 Apr 2006 18:08:05 +0200
  • rhythmbox (0.9.3.1-0ubuntu6) dapper; urgency=low
    
      * debian/patches/05_fix_plparser_hang.patch:
        - update from CVS to not create a playlist when opening a file
          (Ubuntu: #39522)
      * debian/patches/09_eject_crash_fix.patch:
        - patch from CVS, don't strcmp on NULL from the eject code
      * debian/patches/10_dnd_copy_not_move.patch:
        - patch from CVS, make dnd to nautilus copy and not move the song
          (GNOME: #332488)
      * debian/patches/12_list_order.patch:
        - patch from CVS, fix the selection order (GNOME: #334549)
      * debian/patches/13_playing_icon.patch:
        - patch from CVS, use the stock playing icon (Ubuntu: #36489)
      * debian/patches/14_update_on_reorder_fix.patch:
        - patch from CVS, correct update the view on reorder (Ubuntu: #35721)
    
     -- Sebastien Bacher <email address hidden>   Fri, 14 Apr 2006 14:58:02 +0200
  • rhythmbox (0.9.3.1-0ubuntu5) dapper; urgency=low
    
      * debian/patches/07_fix_playlist_reorder.patch:
        - fix crash when reordering the playlist while playing (Ubuntu: #38616)
    
     -- Sebastien Bacher <email address hidden>   Sat,  8 Apr 2006 14:47:47 +0200
  • rhythmbox (0.9.3.1-0ubuntu4) dapper; urgency=low
    
      * debian/compat:
        - updated version
      * debian/control.in, debian/rules:
        - build a rhythmbox-dbg package
      * debian/rhythmbox.install:
        - list directories to install
    
     -- Sebastien Bacher <email address hidden>   Fri,  7 Apr 2006 18:55:46 +0200
  • rhythmbox (0.9.3.1-0ubuntu3) dapper; urgency=low
    
      * debian/patches/03_escaping_for_notification_bubble.patch:
        - fix the notification bubble title escaping issue (Ubuntu: #31101)
      * debian/patches/04_fix_podcast_parsing.patch:
        - fix podcast escaping issues (Ubuntu: #29631)
      * debian/patches/05_fix_plparser_hang.patch:
        - fix hang with plparser on startup, patch from James "Doc" Livingston
          (Ubuntu: #33544)
      * debian/patches/06_oggradios.patch:
        - list HBR1.com stations pointed by mdz
    
     -- Sebastien Bacher <email address hidden>   Thu, 16 Mar 2006 18:02:46 +0100
  • rhythmbox (0.9.3.1-0ubuntu2) dapper; urgency=low
    
      * Rebuild to depend on libgnutls12, not 11 (the dependency is bogus anyway,
        but upgrading libtool doesn't help, and --as-needed breaks).
    
     -- Martin Pitt <email address hidden>   Mon,  6 Mar 2006 12:29:20 +0100
  • rhythmbox (0.9.3.1-0ubuntu1) dapper; urgency=low
    
      * New upstream version:
        - allow watches library to be in non-local places
        - give better error messages for missing gstreamer
        - emit normal warnings instead of critical ones
        - fix crasher if gstreamer gives us NULL strings
        - use network dyte order for DAAP content codes
        - fix the first-run druid and generic player support
      * Sync with Debian
      * debian/control.in:
        - Build-Depends on liblaunchpad-integration-dev
        - Recommends only gstreamer0.10-plugins-ugly
        - updated the libnotify requirement
      * debian/patches/01_lpi.patch,
        debian/patches/02_autoconf.patch:
        - lpi patches.
      * debian/patches/06_oggradios.patch:
        - use ogg stations for the default list.
    
  • rhythmbox (0.9.3-0ubuntu1) dapper; urgency=low
    
    
      * New upstream version:
        - disable column auto-sizing, improves speed 
        - resort in a faster way 
        - don't try to burn long playlists
        - other cd-burning fixes and HIG improvements
        - fix "Post" and "Episode" wording 
        - display tag-writing errors to the user
        - make the podcast dialog look like the song one
        - use glib class private data everywhere
        - add "Move to trash" command
        - support DBus 0.6
        - add support for "Watched Libraries] 
        - add support for remote gnome-vfs 
        - select source when hovering with drag 
        - fix parsing of some RSS feeds
        - use toolbar
        - always hide rather than remove db entries until old 
        - ellipsise source names, instead of adding scroll bar 
        - allow year to be changed on multiple songs 
        - refactor playlist classes 
        - add gstreamer 0.10 support 
        - fix drag-and-drop of URLs 
        - save metadata when forward/next are pressed 
        - fix complaints about deprecated libnautilusburn API in 2.13 
        - make entry-views just a display, and fix play orders 
        - remove distro-packaging stuff 
        - fix 5 sec pause when finding non-audio files with gst 0.10
        - fix playlist saving and shutdown
        - submit songs longer than 30 mins to AudioScrobbler
        - make iradio dialog look like song one 
        - make genre tag-writing not use artist
        - more entry-view cleanup and refactoring
        - fix problem with dropping artist/album into an entry view 
        - add play queue 
        - about dialog fixes and update AUTHORS and MAINTAINERS
        - remove use of GMemChunks 
        - remove unused podcast feed column
        - add support for the search box to playlists. 
        - add support for more date formats in podcast feeds 
        - use "friendly time" for properties display
        - add fulscreen mode
        - allow iradio stations to be stream URLs 
        - fix parsing of itunes:image element in podcasts 
        - allow podcasts with no pubication date
        - add disc number to multiple-track properties window 
        - read playcount and year from ipod db 
        - add 'last episode' field to the podcast feed dialog 
        - assorted DAAP fixes 
        - add libnotify support 
        - use G_DEFINE_TYPE 
        - many play-order fixes
        - add default playlists
        - add support for Year criteria in auto playlists
        - give names to playlists created via drag-n-drop 
        - allow dbus to chaneg volume 
        - stop playback after a podcast finished
        - fill in multi-track property window fields  
        - don't lose hidden entries from playlists
        - add support for generic mass-storage audio players
        - don't get stuck on recursive symlinks
        - don't crash on hybrid audio+data cds
        - make startup faster
        - display number of tracks in browsers
        - add support for Year metadata from DAAP shares
        - support chunked-encoding for DAAP 
        - change default rating back to 0
        - sort URIs when artist/album is dragged 
        - remove items from browsers when tracks are hidden
        - don't spin when all tracks are unplayable
        - minor UI and HIG fixes 
        - assorted other bug fixes and minor improvements
    
     -- Sebastien Bacher <email address hidden>  Thu,  2 Feb 2006 08:56:02 +0000
  • rhythmbox (0.9.2cvs20060124-0ubuntu1) dapper; urgency=low
    
    
      * New CVS snapshot:
        - work with the new libnotify API
      * debian/control.in:
        - build with the new libnotify package
    
     -- Sebastien Bacher <email address hidden>  Tue, 24 Jan 2006 16:00:40 +0100
  • rhythmbox (0.9.2cvs20060121-0ubuntu1) dapper; urgency=low
    
    
      * New CVS snapshot:
        - daap works with gstreamer0.10 now
        - don't crash on next song (Ubuntu: #28561)
        - only make clickable columns sortable (Ubuntu: #28259)
      * Build with avahi, Suggests avahi-daemon [debian/control.in, debian/rules]
      * Build with libnotify [debian/control.in, debian/rules]
      * debian/patches/02_autoconf.patch:
        - updated
    
     -- Sebastien Bacher <email address hidden>  Sat, 21 Jan 2006 14:34:52 +0100
  • rhythmbox (0.9.2cvs20060102-0ubuntu1) dapper; urgency=low
    
    
      * CVS snapshot.
      * Build with gstreamer 0.10 [debian/control.in, debian/rules]
      * Patches update 
        [debian/patches/01_lpi.patch, debian/patches/02_autoconf.patch]
      * Patches used upstream [debian/patches/07_dbus060.patch]
    
     -- Sebastien Bacher <email address hidden>  Mon,  2 Jan 2006 14:04:36 +0100
  • rhythmbox (0.9.2-0ubuntu4) dapper; urgency=low
    
    
      * debian/control.in:
        - doesn't Build-Depends on dbus-1-utils
        - build with dbus 0.60
      * debian/patches/07_dbus060.patch:
        - patch for dbus 0.60
    
     -- Sebastien Bacher <email address hidden>  Tue, 20 Dec 2005 23:36:22 +0100
  • rhythmbox (0.9.2-0ubuntu3) dapper; urgency=low
    
    
      * debian/control.in:
        - Build-Depends on libmusicbrainz4-dev so rhythmbox does the CD 
          query on internet (Ubuntu: #20363).
    
     -- Sebastien Bacher <email address hidden>  Fri,  2 Dec 2005 19:23:18 +0100