[geary] Update files for 3.35.1



commit 30939534e503d89c0d4c907b5d67b19b65c79879
Author: Michael Gratton <mike vee net>
Date:   Thu Oct 10 21:47:30 2019 +1100

    Update files for 3.35.1

 NEWS                                      | 34 +++++++++++++++++++++++++++++++
 THANKS                                    |  1 +
 desktop/org.gnome.Geary.appdata.xml.in.in |  4 +++-
 meson.build                               |  2 +-
 4 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4339aee6..c0f64ff6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Version 3.35.1
+~~~~~~~~~~~~~~~
+Released: 2019-10-11
+
+Changes:
+ * Improved missing attachment detection in composer
+ * App-wide notification preferences now handled by desktop
+ * Initial plugin system
+ * Rename development app id to org.gnome.Geary.Devel
+ * Publish nightly devel Flatpak builds to nightly.gnome.org
+ * Tighten Flatpak sandbox permissions
+ * Convert Flatpak manifest to YML
+ * Roll up bugs fixed in 3.34.1
+ * Add libpeas dependency
+ * Drop libcanberra dependency
+ * Update meson dependency to >= 0.50
+ * Misc bug fixes and code cleanup
+
+Thanks to all who contributed code fixes and enhancements to this
+release:
+ * Alex Henrie
+ * Bilal Elmoussaoui
+ * João Loureiro
+ * Konstantin Kharlamov
+
+Thanks also to all who contributed translations, for the user
+interface:
+ * Asier Sarasua Garmendia (eu)
+ * Marek Černocký (cs)
+
+And for the user manual:
+ * Marek Černocký (cs)
+ * Piotr Drąg (pl)
+
 Version 3.33.91
 ~~~~~~~~~~~~~~~
 Released: 2019-09-11
diff --git a/THANKS b/THANKS
index a0877226..d26d06f9 100644
--- a/THANKS
+++ b/THANKS
@@ -41,6 +41,7 @@ Jens Georg <mail jensge org>
 Jeremy Bicha <jbicha ubuntu com>
 Jiří Černý <ji cerny gmail com>
 Joanmarie Diggs <jdiggs igalia com>
+João Loureiro <joaofl gmail com>
 Joe Barnett <jbarnett tribedynamics com>
 Joel Duncan <joel slethen io>
 Jon Banafato <jon jonafato com>
diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in
index ee656a2d..3b516f80 100644
--- a/desktop/org.gnome.Geary.appdata.xml.in.in
+++ b/desktop/org.gnome.Geary.appdata.xml.in.in
@@ -93,7 +93,9 @@
       <description>
         <p>Enhancements included in this release:</p>
         <ul>
-          <li>Your enhancement here</li>
+          <li>App-wide notification preferences now handled by desktop</li>
+          <li>Improved missing attachment detection in composer</li>
+          <li>Initial plugin system</li>
         </ul>
       </description>
     </release>
diff --git a/meson.build b/meson.build
index de8b6244..bc45ea1c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('geary', [ 'vala', 'c' ],
-  version: '3.35.0',
+  version: '3.35.1',
   license: 'LGPL2.1+',
   meson_version: '>= 0.50',
 )


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