[gnote/gnome-3-36] Prepare 3.36.1



commit 39d111c838a6895290fc7e6dbc0dc182fc1d05c6
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun May 10 16:36:54 2020 +0300

    Prepare 3.36.1

 NEWS                              | 18 ++++++++++++++++++
 configure.ac                      |  2 +-
 data/appdata/gnote.appdata.xml.in |  8 ++++++++
 3 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 48959395..5dca46ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.36.1 - 2020/05/10
+
+Fixes:
+  * Fix note existence check when synchronizing
+  * Stability fixes for synchronization
+  * Fix start note creation and importing on first run (issue 36)
+  * Fix occasional crash when closing
+
+Translations:
+  * Added translations:
+    - Finnish (fi)
+  * Updated translations:
+    - Indonesian (id)
+    - Italian (it)
+    - Polish (pl)
+    - Spanish (es)
+    - Ukrainian (uk)
+
 3.35.0 - 2020/02/23
 
 New Features:
diff --git a/configure.ac b/configure.ac
index 14c727c5..5c467f36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_SUBST(GNOTE_VERSION)
 LIBGNOTE_RELEASE=${PACKAGE_VERSION%.*}
 AC_SUBST(LIBGNOTE_RELEASE)
 AC_DEFINE_UNQUOTED([LIBGNOTE_RELEASE], ["$LIBGNOTE_RELEASE"], [libgnote release.])
-LIBGNOTE_VERSION_INFO=0:0:0
+LIBGNOTE_VERSION_INFO=1:0:0
 AC_SUBST(LIBGNOTE_VERSION_INFO)
 AC_DEFINE_UNQUOTED([LIBGNOTE_VERSION_INFO], ["$LIBGNOTE_VERSION_INFO"], [libgnote release.])
 
diff --git a/data/appdata/gnote.appdata.xml.in b/data/appdata/gnote.appdata.xml.in
index 3275fff7..fa6c39eb 100644
--- a/data/appdata/gnote.appdata.xml.in
+++ b/data/appdata/gnote.appdata.xml.in
@@ -22,6 +22,14 @@
  <update_contact>aurisc4_at_gmail.com</update_contact>
  <content_rating type="oars-1.1"/>
  <releases>
+  <release version="3.36.1" date="2020-05-10">
+    <ul>
+      <li>Fix note existence check when synchronizing</li>
+      <li>Stability fixes for synchronization</li>
+      <li>Fix start note creation and importing on first run (issue 36)</li>
+      <li>Fix occasional crash when closing</li>
+    </ul>
+  </release>
   <release version="3.36.0" date="2020-03-15">
     <ul>
       <li>Required Glibmm version now is 2.62</li>


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