[gnome-todo] Bump 3.25.90 release



commit 7ab27750f5924405b74403c318ea2b4aa60711ad
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Aug 10 16:34:15 2017 -0300

    Bump 3.25.90 release

 NEWS                                       |   27 +++++++++++++++++++++++++++
 data/appdata/org.gnome.Todo.appdata.xml.in |   14 ++++++++++++++
 meson.build                                |    2 +-
 3 files changed, 42 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 46b456e..bad0d26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
 ===============
+Version 3.25.90
+===============
+
+Project:
+       * Move to Meson build system (Iñigo Martínez)
+       * Fix Flatpak build (Florian Müllner)
+       * Introduce Todoist integration (Rohit Kaushik)
+
+Translations:
+       * Belarussian (Yuras Shumovich)
+       * Catalan (Jordi Mas)
+       * Czech (Marek Cernocky)
+       * Friulian (Fabio Tomat)
+       * Galician (Fran Dieguez)
+       * German (Mario Blättermann)
+       * Hungarian (Balázs Meskó)
+       * Indonesian (Kukuh Syafaat)
+       * Kazakh (Baurzhan Muftakhidinov)
+       * Lithuanian (Aurimas Černius)
+       * Nepali (Pawan Chitrakar)
+       * Turkish (Emin Tufan Çetin)
+       * Slovak (Dušan Kazik)
+       * Slovenian (Matej Urbančič)
+       * Spanish (Daniel Mustieles)
+       * Vietnamese (Trần Ngọc Quân)
+
+===============
 Version 3.25.3
 ===============
 
diff --git a/data/appdata/org.gnome.Todo.appdata.xml.in b/data/appdata/org.gnome.Todo.appdata.xml.in
index d23ab5a..ab1be40 100644
--- a/data/appdata/org.gnome.Todo.appdata.xml.in
+++ b/data/appdata/org.gnome.Todo.appdata.xml.in
@@ -51,6 +51,20 @@
   </kudos>
 
   <releases>
+    <release date="2017-08-10" version="3.25.90">
+      <description>
+        <p>
+          This is the second unstable release for GNOME 3.26 series. The new changes
+          are:
+        </p>
+        <ul>
+          <li>Implementation of the Todoist plugin by Rohit Kaushik. </li>
+          <li>Complete move to the Meson build system, dramatically reducing the build times by 80% or more. 
</li>
+        </ul>
+        <p>This release also updates translations, and adds new translations.</p>
+      </description>
+    </release>
+
     <release date="2017-06-19" version="3.25.3">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 91102a6..989d636 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-todo', 'c',
-  version: '3.25.3',
+  version: '3.25.90',
   license: 'GPL3+',
   default_options: [
     'buildtype=debugoptimized',


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