[gnome-notes] Bump 3.31.2 release



commit 87a20ccd20f574aaa6f705c361b6e34e40bc61bd
Author: Isaque Galdino <igaldino gmail com>
Date:   Sun Nov 11 23:27:15 2018 -0200

    Bump 3.31.2 release

 NEWS                                        | 14 ++++++++++++++
 data/appdata/org.gnome.Notes.appdata.xml.in | 19 +++++++++++++++++++
 meson.build                                 |  2 +-
 3 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 44662f5..7641d71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in 3.31.2
+=============================
+
+* Added compiler option to choose between Tracker service or private store (Isaque Galdino)
+* Changed editor toolbar to be always visible (Isaque Galdino)
+* Changed menus to popover menus (Isaque Galdino)
+* Fixed shell search provider crash (Isaque Galdino)
+* Fixed some compilation warnings (Isaque Galdino)
+
+Translations
+* eo (Carmen Bianca BAKKER)
+* ml (Anish Sheela)
+* sl (Matej Urbančič)
+
 Overview of changes in 3.31.1.1
 ===============================
 
diff --git a/data/appdata/org.gnome.Notes.appdata.xml.in b/data/appdata/org.gnome.Notes.appdata.xml.in
index 5d59ec5..4f6f07e 100644
--- a/data/appdata/org.gnome.Notes.appdata.xml.in
+++ b/data/appdata/org.gnome.Notes.appdata.xml.in
@@ -39,6 +39,25 @@
   </screenshots>
 
   <releases>
+    <release date="2018-11-11" version="3.31.2">
+      <description>
+        <p>This release brings the following new features and improvements:</p>
+        <ul>
+          <li>Added compiler option to choose between Tracker service or private store (Isaque Galdino)</li>
+          <li>Changed editor toolbar to be always visible (Isaque Galdino)</li>
+          <li>Changed menus to popover menus (Isaque Galdino)</li>
+          <li>Fixed shell search provider crash (Isaque Galdino)</li>
+          <li>Fixed some compilation warnings (Isaque Galdino)</li>
+        </ul>
+        <p>This release also updates the following translations:</p>
+        <ul>
+          <li>eo (Carmen Bianca BAKKER)</li>
+          <li>ml (Anish Sheela)</li>
+          <li>sl (Matej Urbančič)</li>
+        </ul>
+        <p>Thanks to all the contributors that worked on GNOME Notes!</p>
+      </description>
+    </release>
     <release date="2018-10-08" version="3.31.1.1">
       <description>
         <p>This release brings the following new features and improvements:</p>
diff --git a/meson.build b/meson.build
index 8293b75..8962eab 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'bijiben', 'c',
-  version: '3.31.1.1',
+  version: '3.31.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]