[geary/gnome-3-34] Update files for 3.34.1



commit e13a8ab722abcf3b010746368fe73f049dca45f1
Author: Michael Gratton <mike vee net>
Date:   Mon Oct 7 15:09:18 2019 +1100

    Update files for 3.34.1

 NEWS                                      | 22 ++++++++++++++++++++++
 desktop/org.gnome.Geary.appdata.xml.in.in | 13 +++++++++++++
 meson.build                               |  2 +-
 3 files changed, 36 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index c571ef7d..4dd0aaff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 3.34.1
+~~~~~~~~~~~~~~
+Released: 2019-10-07
+
+Enhancements included in this release:
+ * Fix conversation and composer colours under dark themes
+ * Fixes for link editing in rich text mode
+ * Fix drafts being left over in Gmail
+ * Fix application not exiting on quit
+ * Fix crash when sending certain emails
+ * User interface translation updates
+
+Thanks to all who contributed code fixes and enhancements to this
+release:
+
+ * Alex Henrie
+
+Thanks also to all who contributed translations, for the user
+interface:
+ * Asier Sarasua Garmendia (eu)
+ * Marek Černocký (cs)
+
 Version 3.34.0
 ~~~~~~~~~~~~~~
 Released: 2019-09-21
diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in
index 68cb13b8..85ddd92a 100644
--- a/desktop/org.gnome.Geary.appdata.xml.in.in
+++ b/desktop/org.gnome.Geary.appdata.xml.in.in
@@ -89,6 +89,19 @@
   <translation type="gettext">geary</translation>
 
   <releases>
+    <release version="3.34.1" date="2019-10-07">
+      <description>
+        <p>Enhancements included in this release:</p>
+        <ul>
+          <li>Fix conversation and composer colours under dark themes</li>
+          <li>Fixes for link editing in rich text mode</li>
+          <li>Fix drafts being left over in Gmail</li>
+          <li>Fix application not exiting on quit</li>
+          <li>Fix crash when sending certain emails</li>
+          <li>User interface translation updates</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.34.0" date="2019-09-21">
       <description>
         <p>Enhancements included in this release:</p>
diff --git a/meson.build b/meson.build
index 00013e84..bd1540cf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('geary', [ 'vala', 'c' ],
-  version: '3.34.0',
+  version: '3.34.1',
   license: 'LGPL2.1+',
   meson_version: '>= 0.49',
 )


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