[gnome-notes] Bump 3.29.2 release



commit 60833c8c0465c396e0ec2ed0ec64079daa733471
Author: Isaque Galdino <igaldino gmail com>
Date:   Mon May 21 21:44:46 2018 -0300

    Bump 3.29.2 release

 NEWS                                          | 17 +++++++++++++++++
 data/appdata/org.gnome.bijiben.appdata.xml.in | 22 ++++++++++++++++++++++
 meson.build                                   |  2 +-
 3 files changed, 40 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 7e0be8a..fd7d0b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes in 3.29.2
+=============================
+
+* Improve overall note styling
+* Move "Last updated" info to window menu
+* Fix UI freeze in text search (Mohammed Sadiq)
+* Fix memory leak and circular references in notes and providers
+* Drop obsolete configure script (Jeremy Bicha)
+
+Translations
+* be (Yuras Shumovich)
+* cs (Marek Černocký)
+* es (Daniel Mustieles)
+* ro (Daniel Șerbănescu)
+* sl (Matej Urbančič)
+* tr (Muhammet Kara)
+
 Overview of changes in 3.29.1.1
 ===============================
 
diff --git a/data/appdata/org.gnome.bijiben.appdata.xml.in b/data/appdata/org.gnome.bijiben.appdata.xml.in
index 0a2f2be..a3c622f 100644
--- a/data/appdata/org.gnome.bijiben.appdata.xml.in
+++ b/data/appdata/org.gnome.bijiben.appdata.xml.in
@@ -39,6 +39,28 @@
   </screenshots>
 
   <releases>
+    <release date="2018-05-21" version="3.29.2">
+      <description>
+        <p>This release brings the following new features and improvements:</p>
+        <ul>
+          <li>Improve overall note styling</li>
+          <li>Move "Last updated" info to window menu</li>
+          <li>Fix UI freeze in text search (Mohammed Sadiq)</li>
+          <li>Fix memory leak and circular references in notes and providers</li>
+          <li>Drop obsolete configure script (Jeremy Bicha)</li>
+        </ul>
+        <p>This release also updates the following translations:</p>
+        <ul>
+          <li>be (Yuras Shumovich)</li>
+          <li>cs (Marek Černocký)</li>
+          <li>es (Daniel Mustieles)</li>
+          <li>ro (Daniel Șerbănescu)</li>
+          <li>sl (Matej Urbančič)</li>
+          <li>tr (Muhammet Kara)</li>
+        </ul>
+        <p>Thanks to all the contributors that worked on GNOME Notes!</p>
+      </description>
+    </release>
     <release date="2018-04-16" version="3.29.1.1">
       <description>
         <p>This release brings the following new features and improvements:</p>
diff --git a/meson.build b/meson.build
index 44719ac..c954461 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'bijiben', 'c',
-  version: '3.29.1.1',
+  version: '3.29.2',
   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]