[totem/wip/hadess/3.34.1] 3.34.1



commit 8579f3c7bd4811a1ff2dc782efaae71f70e6954e
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Oct 4 17:58:37 2019 +0200

    3.34.1

 NEWS                                        | 4 ++++
 data/appdata/org.gnome.Totem.appdata.xml.in | 8 ++++++++
 meson.build                                 | 2 +-
 3 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 3dbd25d31..c85b4e121 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 New features and significant updates in version...
 
+Major changes in 3.34.1:
+- Fix broken symbolic icon
+- Translation updates
+
 Major changes in 3.34.0:
 - Make introspection non-optional for the plugin system to work
 - Translation updates
diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in b/data/appdata/org.gnome.Totem.appdata.xml.in
index 8f6e762d5..21878cdad 100644
--- a/data/appdata/org.gnome.Totem.appdata.xml.in
+++ b/data/appdata/org.gnome.Totem.appdata.xml.in
@@ -30,6 +30,14 @@
   <compulsory_for_desktop>GNOME</compulsory_for_desktop>
   <translation type="gettext">totem</translation>
   <releases>
+    <release version="3.34.1" date="2019-10-04">
+      <description>
+        <p>
+          This new version fixes the top bar icon appearing as a square,
+          and updates translations.
+        </p>
+      </description>
+    </release>
     <release version="3.34.0" date="2019-09-06">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 0685d55e0..9f837620b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'totem', 'c',
-  version: '3.34.0',
+  version: '3.34.1',
   license: 'GPL2+ with exception',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.49.0'


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