[geary/geary-0.13] Update files for 0.13.3



commit c81f7f66260027d7b71108ed51f06e7b50075d0d
Author: Michael Gratton <mike vee net>
Date:   Mon Mar 11 13:40:41 2019 +1100

    Update files for 0.13.3

 NEWS                                   | 16 ++++++++++++++++
 debian/changelog                       |  7 +++++++
 desktop/org.gnome.Geary.appdata.xml.in | 11 +++++++++++
 meson.build                            |  2 +-
 4 files changed, 35 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index fae4dce5..ca19c76f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 0.13.3
+~~~~~~~~~~~~~~
+Released: 2019-03-11
+
+Enhancements included in this release:
+
+ * Fix authentication errors for certain accounts
+ * User interface translation updates
+
+See https://gitlab.gnome.org/GNOME/geary/milestones/9 for the complete
+list.
+
+Thanks to all who contributed translations, for the user interface:
+
+ * Nathan Follens (nl)
+
 Version 0.13.2
 ~~~~~~~~~~~~~~
 Released: 2019-03-07
diff --git a/debian/changelog b/debian/changelog
index 2e5865d6..f83b28d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+geary (0.13.3-1~bionic1) bionic; urgency=medium
+
+  * Fix authentication errors for certain accounts
+  * User interface translation updates
+
+ -- Michael Gratton <mike vee net>  Mon, 11 Mar 2019 13:36:51 +1100
+
 geary (0.13.2-1~bionic1) bionic; urgency=medium
 
   * Bug fixes and minor user interface improvements
diff --git a/desktop/org.gnome.Geary.appdata.xml.in b/desktop/org.gnome.Geary.appdata.xml.in
index 968b11a4..d1263fa5 100644
--- a/desktop/org.gnome.Geary.appdata.xml.in
+++ b/desktop/org.gnome.Geary.appdata.xml.in
@@ -77,6 +77,17 @@
   <translation type="gettext">geary</translation>
 
   <releases>
+    <release version="0.13.3"
+             date="2019-03-11"
+             url="https://gitlab.gnome.org/GNOME/geary/milestones/9";>
+      <description>
+        <p>Enhancements included in this release:</p>
+        <ul>
+          <li>Fix authentication errors for certain accounts</li>
+          <li>User interface translation updates</li>
+        </ul>
+      </description>
+    </release>
     <release version="0.13.2"
              date="2019-03-07"
              url="https://gitlab.gnome.org/GNOME/geary/milestones/8";>
diff --git a/meson.build b/meson.build
index 2da0ab0a..4cef6315 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('geary', [ 'vala', 'c' ],
-  version: '0.13.2',
+  version: '0.13.3',
   license: 'LGPL2.1+',
   meson_version: '>= 0.43',
 )


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