============ Version 0.9.7

2006-12-18  James Livingston  <[email protected]>

       * configure.ac: bump version to 0.9.7
       * NEWS: update NEWS

2006-12-18  James Livingston  <[email protected]>

       patch by: James M  <[email protected]>

       * data/rhythmbox.schemas:
       * lib/rb-preferences.h:
       * shell/rb-shell-player.c: (rb_shell_player_sync_replaygain): Add a
       gconf option for turning ReplayGain adjustments on and off, and have
       it off by default. Fixes #145103

2006-12-16  James Livingston  <[email protected]>

       * plugins/audioscrobbler/rb-lastfm-source.c: (impl_show_popup): don't
       show an empty popup menu for the Last.fm source.

2006-12-16  Jonathan Matthew  <[email protected]>

       * shell/rb-shell.c: (rb_shell_playing_from_queue_cb):
       Don't crash if the type of the playing entry doesn't map to a source.
       Fixes #366222.

2006-12-16  James Livingston  <[email protected]>

       patch by: Alex Lancaster  <[email protected]>

       * doc/reference/Makefile.am:
       * plugins/audioscrobbler/Makefile.am: fix some build issues. Closes
       #386440 and #386438

2006-12-15  Jonathan Matthew  <[email protected]>

       * widgets/rb-library-browser.c:
       (update_browser_property_visibilty):
       Use rb_property_view_set_selection instead of rb_property_view_reset;
       _reset breaks the query chain.  Fixes #367646.

2006-12-15  Jonathan Matthew  <[email protected]>

       * shell/rb-history.c: (rb_history_append):
       Fix critical on first insertion.