[gnote/gnome-41] Prepare 41.2



commit 56074f03883f11fd91669b5dcd2145efa7440128
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Jan 9 18:20:29 2022 +0200

    Prepare 41.2

 NEWS                                | 11 +++++++++++
 data/org.gnome.Gnote.appdata.xml.in |  7 +++++++
 meson.build                         |  2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 1d45d9c9..0ba466a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+41.2 - 2022/01/09
+
+Fixes:
+  * Fix duplicate condition in SyncManager (#111)
+  * Fix date formatting when second is single digit (#115)
+  * Fix excessive saves due to rogue marks
+
+Translations:
+  * Updated translations:
+    - German (de)
+
 41.1 - 2021/10/31
 
 Fixes:
diff --git a/data/org.gnome.Gnote.appdata.xml.in b/data/org.gnome.Gnote.appdata.xml.in
index 8703e728..6ec8a59e 100644
--- a/data/org.gnome.Gnote.appdata.xml.in
+++ b/data/org.gnome.Gnote.appdata.xml.in
@@ -25,6 +25,13 @@
  <update_contact>aurisc4_at_gmail.com</update_contact>
  <content_rating type="oars-1.1"/>
  <releases>
+  <release version="41.2" date="2022-01-09">
+    <ul>
+      <li>Fix duplicate condition in SyncManager (#111)</li>
+      <li>Fix date formatting when second is single digit (#115)</li>
+      <li>Fix excessive saves due to rogue marks</li>
+    </ul>
+  </release>
   <release version="41.1" date="2021-10-31">
     <ul>
       <li>Fix search box focus when very first search in window is in note (#108)</li>
diff --git a/meson.build b/meson.build
index ee85153d..46c8149f 100644
--- a/meson.build
+++ b/meson.build
@@ -9,7 +9,7 @@ i18n = import('i18n')
 python = import('python')
 
 gnote_release = meson.project_version().split('.')[0]
-libgnote_version_info = '0.0.1'
+libgnote_version_info = '0.0.2'
 
 glib_version = '>=2.62'
 gio_dep = dependency('gio-2.0', version: glib_version)


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