[rhythmbox] Rhythmbox 3.4.6



commit 1b14819fc3937d9f03edd8dac092228cb4589240
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Jun 21 22:04:40 2022 +1000

    Rhythmbox 3.4.6

 NEWS                                     | 32 ++++++++++++++++++++++++++++++++
 README                                   |  2 +-
 data/org.gnome.Rhythmbox3.appdata.xml.in |  8 ++++++++
 meson.build                              |  2 +-
 4 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3d5611e10..95c5fdbf1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Overview of changes in Rhythmbox 3.4.6
+======================================
+
+* Bug fix release for 3.4
+* Translations actually work this time
+* Assorted build system improvements
+* DAAP plugin no longer enabled by default
+
+Issues fixed:
+
+1972 - meson configure fails with -Dlibnotify=disabled
+1974 - rhythmbox: dmap_control_share_stop_lookup(): rhythmbox killed by SIGABRT
+1988 - rb-podcast-parse.c:208:parse_cb: code should not be reached
+1985 - podcast: Episode state changes from "Downloaded" to "Waiting" ( forever )
+
+Merge requests:
+
+146 - build: Do not set install_rpath
+148 - data: Fix executable path in D-Bus service definition
+150 - build: Update icon cache and schemas on install
+151 - build: Allow all versions of meson
+152 - build: Fix translations not working
+
+Translation updates:
+
+- de, courtesy of Philipp Kiemle
+- fr, courtesy of Claude Paroz
+- oc, courtesy of Quentin PAGÈS
+- tr, courtesy of Sabri Ünal
+- vi, courtesy of Trần Ngọc Quân
+
+
 Overview of changes in Rhythmbox 3.4.5
 ======================================
 
diff --git a/README b/README
index 5b815df8e..c11830793 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is Rhythmbox version 3.4.5. Rhythmbox is your one-stop multimedia
+This is Rhythmbox version 3.4.6. Rhythmbox is your one-stop multimedia
 application, supporting a music library, multiple playlists,
 internet radio, and more.
 
diff --git a/data/org.gnome.Rhythmbox3.appdata.xml.in b/data/org.gnome.Rhythmbox3.appdata.xml.in
index c1b239559..31bca17a7 100644
--- a/data/org.gnome.Rhythmbox3.appdata.xml.in
+++ b/data/org.gnome.Rhythmbox3.appdata.xml.in
@@ -35,6 +35,14 @@
     <id>rhythmbox.desktop</id>
   </provides>
   <releases>
+    <release version="3.4.6" date="2022-06-22">
+      <description>
+       <p>
+         This new version fixes some bugs and repairs support for translations,
+         which was broken in the previous release.
+        </p>
+      </description>
+    </release>
     <release version="3.4.5" date="2022-05-02">
       <description>
        <p>
diff --git a/meson.build b/meson.build
index d1e83daba..4d38f1241 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('rhythmbox', 'c',
-  version: '3.4.5',
+  version: '3.4.6',
   meson_version: '>= 0.59.0',
   default_options: ['c_std=gnu89'])
 


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