[gnote/gnome-3-38] Prepare 3.38.1



commit fa44dfd352b544ef0f3f113dc7898b50d4f803b0
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Jan 23 17:41:39 2021 +0200

    Prepare 3.38.1

 NEWS                              | 17 +++++++++++++++++
 configure.ac                      |  2 +-
 data/appdata/gnote.appdata.xml.in |  8 ++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 82a95991..05a0e321 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.38.1 - 2021/01/23
+
+New Features:
+  * Bump required GTK version to 3.22.20
+Fixes:
+  * Do not use deprecated Gtk::Menu::popup (Issue #16)
+  * Fix find previous match
+  * Fix changing sorting not always works
+Translations:
+  * Updated Czech manual (cs)
+  * Updated Swedish manual (sv)
+  * Updated translations:
+    - Czech (cs)
+    - German (de)
+    - Serbian (sr)
+    - Swedish (sv)
+
 3.38.0 - 2020/09/19
 
 Fixes:
diff --git a/configure.ac b/configure.ac
index 39c01ee8..99c8b78a 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 37eec6aa..f5b17a0b 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.38.1" date="2021-01-23">
+    <ul>
+      <li>Bump required GTK version to 3.22.20</li>
+      <li>Do not use deprecated Gtk::Menu::popup (Issue #16)</li>
+      <li>Fix find previous match</li>
+      <li>Fix changing sorting not always works</li>
+    </ul>
+  </release>
   <release version="3.38.0" date="2020-09-19">
     <ul>
       <li>Fix occasional crash when closing</li>


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