[gnome-music/gnome-3-34] Release 3.34.6



commit 5e96d93dbbc78b6d331d10c2b39cb7111f3ebedc
Author: Jean Felder <jfelder src gnome org>
Date:   Sat May 30 23:41:19 2020 +0200

    Release 3.34.6

 NEWS                                   | 14 ++++++++++++++
 data/org.gnome.Music.appdata.xml.in.in |  7 +++++++
 data/ui/AboutDialog.ui.in              |  1 +
 meson.build                            |  2 +-
 4 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 16a30070..08d29cc3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in 3.34.6
+=============================
+
+* Fix a crash in SearchView
+* Handle missing change notification case
+
+Bugs fixed:
+ searchview: Fix incorrect object use (!707)
+ grltrackerwrapper: Handle missing change notification case (!715)
+
+Thanks to our contributors this release:
+ Atharva Veer
+ Marinus Schraal
+
 Overview of changes in 3.34.5
 =============================
 
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index 394dbeeb..abc7e31f 100644
--- a/data/org.gnome.Music.appdata.xml.in.in
+++ b/data/org.gnome.Music.appdata.xml.in.in
@@ -28,6 +28,13 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="3.34.6" date="2020-05-30">
+      <description>
+        <p>
+          Various crash and bugfixes.
+        </p>
+      </description>
+    </release>
     <release version="3.34.5" date="2020-03-28">
       <description>
         <p>
diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in
index af66eb69..ef53ae66 100644
--- a/data/ui/AboutDialog.ui.in
+++ b/data/ui/AboutDialog.ui.in
@@ -29,6 +29,7 @@ Apostol Bakalov
 Arnel A. Borja
 Ashwani Singh Tanwar
 Ashwin Mohan
+Atharva Veer
 BenoƮt Legat
 Bilal Elmoussaoui
 Billy Barrow
diff --git a/meson.build b/meson.build
index 02484fec..f233eb04 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.34.5',
+    version: '3.34.6',
     meson_version: '>= 0.46.0'
 )
 


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