[gnote/gnome-40] Prepare 40.1



commit 07534e3f586761ac18b69a7d633585eaf340936b
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun May 2 13:12:53 2021 +0300

    Prepare 40.1

 NEWS                                        | 13 +++++++++++++
 configure.ac                                |  2 +-
 data/appdata/org.gnome.Gnote.appdata.xml.in |  9 +++++++++
 3 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index ed80237c..a04d537e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+40.1 - 2021-05-02
+
+Fixes:
+  * Fix icon not showing when Gnote is running in Gnome Shell
+  * Fix the app-id
+  * Fix build using newest GCC and dependencies (#47)
+  * Fix compiler warnings regarding missing virtual destructors
+  * Fix occasional crash when quiting
+
+Translations:
+  * Updated translations:
+    - Serbian (sr)
+
 40.0 - 2021/03/26
 
 Translations:
diff --git a/configure.ac b/configure.ac
index 6d10ec9b..6f002ff2 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/org.gnome.Gnote.appdata.xml.in b/data/appdata/org.gnome.Gnote.appdata.xml.in
index af20784b..f54a7907 100644
--- a/data/appdata/org.gnome.Gnote.appdata.xml.in
+++ b/data/appdata/org.gnome.Gnote.appdata.xml.in
@@ -23,6 +23,15 @@
  <update_contact>aurisc4_at_gmail.com</update_contact>
  <content_rating type="oars-1.1"/>
  <releases>
+  <release version="40.1" date="2021-05-02">
+    <ul>
+      <li>Fix icon not showing when Gnote is running in Gnome Shell</li>
+      <li>Fix the app-id</li>
+      <li>Fix build using newest GCC and dependencies (#47)</li>
+      <li>Fix compiler warnings regarding missing virtual destructors</li>
+      <li>Fix occasional crash when quiting</li>
+    </ul>
+  </release>
   <release version="40.0" date="2021-03-26">
     <ul>
       <li>Translation updates</li>


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