[goobox] updated for version 3.5.1



commit 37ef48d8443fae18d8ac53b9e7b96bd9626ff79f
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Dec 31 09:42:10 2018 +0100

    updated for version 3.5.1

 NEWS        | 45 +++++++++++++++++++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 46 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 40b6502..cce635f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+version 3.5.1
+-------------
+
+ New features and user visible changes:
+
+  * Added a volume button.
+  * Moved the toolbar on top.
+  * All dialogs use the headerbar.
+  * Removed deprecated functions:
+    * GTask instead of GSimpleAsyncResult.
+    * G_ADD_PRIVATE instead of g_type_class_add_private.
+    * GNotification instead of libnotify.
+  * Use meson instead of autotools.
+
+ Bugs fixed:
+
+  * Fixed crash after ejecting a CD.
+  * Automatically load rtl icon variants. (Laurent Bigonville) (#768451)
+  * Help: change wording in two sentences. (Anders Jonsson) (#757730)
+  * Added -fPIC -DPIC to CFLAGS (#777448)
+
+ New or updated application translations:
+
+  * Brazilian Portuguese (Rafael Fontenelle)
+  * Danish (Alan Mortensen)
+  * Deutsch (Tim Sabsch)
+  * es (Daniel Mustieles)
+  * Friulian (Fabio Tomat)
+  * Indonesia (Kukuh Syafaat)
+  * Lietuvių (Aurimas Černius)
+  * Polish (Piotr Drąg)
+  * Romanian (Daniel Șerbănescu)
+  * suomi (Jiri Grönroos)
+  * Swedish (Anders Jonsson)
+  * čeština (Marek Černocký)
+
+ New or updated manual translations:
+
+  * es (Daniel Mustieles)
+  * German (Mario Blättermann)
+  * Polish (Piotr Drąg)
+  * Romanian (Daniel Șerbănescu)
+  * Swedish (Anders Jonsson)
+  * čeština (Marek Černocký)
+
 version 3.4.2
 -------------
 
diff --git a/meson.build b/meson.build
index b51c3fc..3f5d0bb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('goobox', 'c',
   license : 'GPL2+',
-  version : '3.5.0',
+  version : '3.5.1',
   meson_version : '>=0.43'
 )
 


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