[rhythmbox] Rhythmbox 2.97



commit e5c85987713da217ae31a5b44b347e2f43e92d35
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Jun 3 19:18:20 2012 +1000

    Rhythmbox 2.97

 INSTALL.quick |    8 ++++-
 NEWS          |   74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README        |    2 +-
 configure.ac  |    4 +-
 4 files changed, 83 insertions(+), 5 deletions(-)
---
diff --git a/INSTALL.quick b/INSTALL.quick
index dc12e43..ad83446 100644
--- a/INSTALL.quick
+++ b/INSTALL.quick
@@ -7,17 +7,21 @@ Rhythmbox requires the following packages:
   and libsoup 2.26)
 - totem-plparser 2.32.1 or newer
 - GStreamer 0.10.32 or newer and associated plugin packages
-- D-Bus 0.35 or newer
+- libpeas 0.7.3 or newer
+- json-glib
+- libxml2 2.7.8 or newer
 
 Rhythmbox can also make use of the following packages:
 
 - GUdev 143 or newer, or HAL (for iPod and generic audio player support)
 - libgpod 0.6 or newer (for iPod support)
-- Avahi 0.6 or newer (for DAAP)
 - libmusicbrainz 3.0.2 or newer (for audio CD track listings)
 - libnotify 0.7 or newer
 - libbrasero-media 2.31.5 or newer
 - libdmapsharing 2.9.11 or newer
+- libmtp 0.3.0 or newer
+- grilo 0.1.17 or newer
+- webkit-gtk 1.3.9 or newer
 
 
 Simple install procedure
diff --git a/NEWS b/NEWS
index 87ca18f..36740cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,77 @@
+Overview of changes in Rhythmbox 2.97  "Blue Skied an' Clear"
+=============================================================
+
+* Uses libmusicbrainz4 for audio CD metadata
+* New more compact header layout, including album art
+* Deprecated artdisplay plugin
+* Fixed buffering for network streams
+* Configurable encoding settings for the library,
+   using GStreamer presets or simple quality settings
+* Doesn't preserve mtime on metadata updates
+* Fixed audio CD extraction speed
+* New podcast subscription interface, including iTunes
+  and Miroguide searching and auditioning before
+  subscription
+
+Bugs fixed:
+
+338452 - No menu item to toggle time slider visibility
+343660 - Play controls waste space
+344595 - song_position_slider_hidden not used on startup
+419914 - Toggle elapsed time display style
+447082 - move progress bar to the right of toolbar to preserve space
+526838 - Drag and drop artwork won't accept images from browsers
+540726 - Add a button to hide Cover art
+608295 - Tooltips can hide important information
+612274 - Cover Art Transitions are not smooth
+635895 - UI: button order should be back, play, next
+661217 - crash saving ipod playlists
+661341 - Cannot drag'n'drop album art
+665402 - Tooltips in toolbar obscure artist and song title
+666010 - Disable downloading of cover art whilst showing embedded cover art
+666066 - Crash everytime I start rhythmbox
+668262 - low letters cut off at the bottom in "Now playing" song title
+668395 - use libmusicbrainz4 for better metadata for multi-disc albums
+668402 - Cover image not scaled correctly when side pane width changes
+671706 - build: Remove use of -Werror
+671839 - .gitignore: Add widgets/test-uri-dialog
+671840 - Fix setting multiple tags with different values
+671950 - typo in artsearch plugin
+672084 - Preferences for Magnatune plugin crashes Rhythmbox
+672198 - "Watch my library for new files" is broken
+672410 - MPRIS playlists are not implemented correctly
+672412 - missing libxml2 dependency
+673799 - Hint box blocks track title
+674897 - rb-client should use mpris.length to get duration
+675345 - Unable to configure quality of preferred format
+676860 - External native plugins FTBFS due to header that is not shipped
+677318 - rhythmbox-client --set-rating does not work
+
+Translation updates:
+- ar, courtesy of Ibrahim Saed 
+- bg, courtesy of Alexander Shopov 
+- ca, courtesy of Joan Duran 
+- cs, courtesy of Marek Äernockà 
+- de, courtesy of Christian Kirbach 
+- en_GB, courtesy of Bruce Cowan 
+- es, courtesy of Daniel Mustieles 
+- fr, courtesy of Bruno Brouard 
+- gl, courtesy of Fran Dieguez 
+- hu, courtesy of Gabor Kelemen 
+- id, courtesy of Andika Triwidada 
+- it, courtesy of Luca Ferretti 
+- ja, courtesy of Kentaro KAZUHAMA 
+- lt, courtesy of Aurimas Äernius 
+- lv, courtesy of RÅdolfs Mazurs 
+- pl, courtesy of Piotr DrÄg 
+- sl, courtesy of Matej UrbanÄiÄ 
+- sr, courtesy of ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ 
+- sr latin, courtesy of Miroslav NikoliÄ 
+- sv, courtesy of Daniel Nylander 
+- te, courtesy of Praveen Illa 
+- zh_CN, courtesy of YunQiang Su 
+
+
 Overview of changes in Rhythmbox 2.96  "Spanish Air"
 ====================================================
 
diff --git a/README b/README
index 868003a..c41e1e2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is Rhythmbox version 2.96. Rhythmbox is your one-stop multimedia
+This is Rhythmbox version 2.97. Rhythmbox is your one-stop multimedia
 application, supporting a music library, multiple playlists,
 internet radio, and more.
 
diff --git a/configure.ac b/configure.ac
index b3a4f31..33efca8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.53)
 AC_INIT([rhythmbox],
-	[2.96],
+	[2.97],
 	[https://bugzilla.gnome.org/enter_bug.cgi?product=rhythmbox])
 AC_CONFIG_SRCDIR(rhythmbox.pc.in)
 AC_CONFIG_MACRO_DIR(macros)
@@ -16,7 +16,7 @@ GNOME_MAINTAINER_MODE_DEFINES
 # Increment on interface addition, reset on removal
 RHYTHMBOX_CORE_AGE=0
 # Increment on interface add, remove, or change
-RHYTHMBOX_CORE_CURRENT=5
+RHYTHMBOX_CORE_CURRENT=6
 # Increment on source change, reset when CURRENT changes.
 RHYTHMBOX_CORE_REVISION=0
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]