[rhythmbox] Rhythmbox 3.4.1



commit 7f3624b6b4902932dc9df87ac55f5c71651260f7
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Sep 4 22:26:06 2016 +1000

    Rhythmbox 3.4.1

 NEWS                   |   29 +++++++++++++++++++++++++++++
 README                 |    2 +-
 configure.ac           |    2 +-
 shell/rb-application.c |    2 +-
 4 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index f014596..c2352a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Overview of changes in Rhythmbox 3.4.1
+======================================
+
+* Bug fix release for 3.4
+
+Bugs fixed:
+
+770044  rhythmbox-3.3.1 grilo plugin crashes on reload
+770071  rhythmbox crashes while updating metadata for file stored in read only filesystem
+770134  RhythmDB-CRITICAL **: rhythmdb_entry_unref: assertion 'entry != NULL' failed
+770148  rhythmbox crashes while stopping track extraction from CD
+770167  "View All" button in iRadio plugin doesn't fire filter changed notification
+770209  Missing sort order label in Automatic playlist dialog
+770212  Magnatune: "Select All" -> "Download Album" halts entire system
+770262  Rhythmbox GIR Bindings Broken With 3.4 (rb_application_add_accelerator)
+770411  Rhythmbox should not allow deletion of default items in side pane.
+770601  webremote plugin: Missing files in installation.
+770920  rhythmbox crashed with SIGSEGV during import
+
+Translation updates:
+
+- lt, courtesy of Aurimas Černius
+- nl, courtesy of Justin van Steijn
+- pl, courtesy of Piotr Drąg
+- pt, courtesy of Tiago Santos
+- sr, courtesy of Мирослав Николић
+- sr@latin, courtesy of Miroslav Nikolić
+
+
 Overview of changes in Rhythmbox 3.4
 ====================================
 
diff --git a/README b/README
index 61d9ea2..63f59fe 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is Rhythmbox version 3.4. Rhythmbox is your one-stop multimedia
+This is Rhythmbox version 3.4.1. 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 7954fe2..16afcff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.63.2)
 
 AC_INIT([rhythmbox],
-       [3.4],
+       [3.4.1],
        [https://bugzilla.gnome.org/enter_bug.cgi?product=rhythmbox])
 AC_CONFIG_SRCDIR(rhythmbox.pc.in)
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/shell/rb-application.c b/shell/rb-application.c
index 377f06d..0f0620f 100644
--- a/shell/rb-application.c
+++ b/shell/rb-application.c
@@ -249,7 +249,7 @@ about_action_cb (GSimpleAction *action, GVariant *parameters, gpointer user_data
        g_object_get (app->priv->shell, "window", &window, NULL);
        gtk_show_about_dialog (GTK_WINDOW (window),
                               "version", VERSION,
-                              "copyright", "Copyright \xc2\xa9 2005 - 2012 The Rhythmbox authors\nCopyright 
\xc2\xa9 2003 - 2005 Colin Walters\nCopyright \xc2\xa9 2002, 2003 Jorn Baayen",
+                              "copyright", "Copyright \xc2\xa9 2005 - 2016 The Rhythmbox authors\nCopyright 
\xc2\xa9 2003 - 2005 Colin Walters\nCopyright \xc2\xa9 2002, 2003 Jorn Baayen",
                               "license", license_trans,
                               "website-label", _("Rhythmbox Website"),
                               "website", "https://wiki.gnome.org/Apps/Rhythmbox";,


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