[geary/gnome-3-36] Update files for 3.36.2



commit 3cb5b603c51bb95e3e6cdf7e5e58f25e8b12a817
Author: Michael Gratton <mike vee net>
Date:   Sun May 3 18:11:45 2020 +1000

    Update files for 3.36.2

 NEWS                                      | 26 ++++++++++++++++++++++++++
 desktop/org.gnome.Geary.appdata.xml.in.in |  9 +++++++++
 meson.build                               |  2 +-
 3 files changed, 36 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index c6ceb436..f8d98a9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Version 3.36.2
+~~~~~~~~~~~~~~
+Released: 2020-05-03
+
+Enhancements included in this release:
+ * Client library now installed to private lib sub-directory
+ * Allow downstream packagers set their package's version nuber
+ * Numerous bug fixes and user interface improvements
+ * Numerous user interface translation updates
+
+Thanks to all who contributed code fixes and enhancements to this
+release:
+ * Daniel Kahn Gillmor
+
+Thanks also to all who contributed translations, for the user
+interface:
+ * Asier Sarasua Garmendia (eu)
+ * Dušan Kazik (sk)
+ * Efstathios Iosifidis (el)
+ * Goran Vidović (hr)
+ * Jordi Mas (ca)
+ * Yuri Chornoivan (uk)
+
+And for the user manual:
+ * Jordi Mas (ca)
+
 Version 3.36.1
 ~~~~~~~~~~~~~~
 Released: 2020-03-29
diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in
index 0c84ed14..091c909e 100644
--- a/desktop/org.gnome.Geary.appdata.xml.in.in
+++ b/desktop/org.gnome.Geary.appdata.xml.in.in
@@ -89,6 +89,15 @@
   <translation type="gettext">geary</translation>
 
   <releases>
+    <release version="3.36.2" date="2020-05-03">
+      <description>
+        <p>Enhancements included in this release:</p>
+        <ul>
+          <li>Numerous bug fixes and user interface improvements</li>
+          <li>Numerous user interface translation updates</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.36.1" date="2020-03-29">
       <description>
         <p>Enhancements included in this release:</p>
diff --git a/meson.build b/meson.build
index 8c3c5f5b..043e7d7a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('geary', [ 'vala', 'c' ],
-  version: '3.36.1',
+  version: '3.36.2',
   license: 'LGPL2.1+',
   meson_version: '>= 0.50',
 )


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