[bijiben] Bump 3.29.1 release



commit a8ec3f8746675342bac293e60e051725826aa768
Author: Isaque Galdino <igaldino gmail com>
Date:   Tue Apr 17 00:11:00 2018 -0300

    Bump 3.29.1 release

 NEWS                                          |   13 +++++++++++++
 data/appdata/org.gnome.bijiben.appdata.xml.in |   11 +++++++++++
 meson.build                                   |    2 +-
 3 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ba76345..3372bef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes in 3.29.1
+=============================
+
+* Fix memory leak in Settings
+* Make own/nextCloud notes saving async
+* Use g_auto* (Mohammed Sadiq)
+
+Translations
+* de (Mario Blättermann)
+* fi (Jiri Grönroos)
+* hu (Balázs Meskó)
+* sl (Matej Urbančič)
+
 Overview of changes in 3.28.1
 =============================
 
diff --git a/data/appdata/org.gnome.bijiben.appdata.xml.in b/data/appdata/org.gnome.bijiben.appdata.xml.in
index 8a5bf87..46e50f6 100644
--- a/data/appdata/org.gnome.bijiben.appdata.xml.in
+++ b/data/appdata/org.gnome.bijiben.appdata.xml.in
@@ -39,6 +39,17 @@
   </screenshots>
 
   <releases>
+    <release date="2018-04-16" version="3.29.1">
+      <description>
+        <p>This release brings the following new features and improvements:</p>
+        <ul>
+          <li>Fix memory leak in Settings</li>
+          <li>Make own/nextCloud notes saving async</lib>
+        </ul>
+        <p>This release also updates many translations.</p>
+        <p>Thanks to all the contributors that worked on GNOME Notes!</p>
+      </description>
+    </release>
     <release date="2018-04-09" version="3.28.1">
       <description>
         <p>This release brings the following new features and improvements:</p>
diff --git a/meson.build b/meson.build
index 261bd44..e6ac38d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'bijiben', 'c',
-  version: '3.28.1',
+  version: '3.29.1',
   license: 'GPL3',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.43.0'


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