[gnome-todo/gnome-3-24] Bump 3.24.2 release



commit fc5c2f1a9e646356a6166605c4c5c15f8aae50a6
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Jun 8 23:32:28 2017 -0300

    Bump 3.24.2 release

 AUTHORS                                    |    2 ++
 NEWS                                       |   13 +++++++++++++
 configure.ac                               |    2 +-
 data/appdata/org.gnome.Todo.appdata.xml.in |   12 ++++++++++++
 plugins/background/gtd-plugin-background.c |    1 +
 5 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 323c380..a06a080 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,6 +2,7 @@
 
 Christian Hergert
 Cosimo Cecchi
+Denis Ollier
 djb
 Emmanuele Bassi
 Evgeny Shulgin
@@ -10,6 +11,7 @@ Iñigo Martínez
 Isaque Galdino
 Jens Sauer
 Kevin Lopez
+Linus Probert
 Mohammed Sadik
 Mohammed Sadiq
 Patrick Griffis
diff --git a/NEWS b/NEWS
index ce067c1..cb947fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
 ================
+Version 3.24.2
+================
+
+Project:
+        * Enable Todo.txt plugin by default
+        * Vast improvements to Todo.txt plugin (Rohit Kaushik)
+        * Set default application icon (Denis Ollier)
+        * Many fixes to the Scheduled panel
+
+Translations:
+        * Belarusian (Yuras Shumovich)
+
+================
 Version 3.24.1
 ================
 
diff --git a/configure.ac b/configure.ac
index b726f2c..ef4e967 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ([2.69])
-AC_INIT([gnome-todo],[3.24.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
+AC_INIT([gnome-todo],[3.24.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([src/main.c])
diff --git a/data/appdata/org.gnome.Todo.appdata.xml.in b/data/appdata/org.gnome.Todo.appdata.xml.in
index cd80b31..c4a0c3f 100644
--- a/data/appdata/org.gnome.Todo.appdata.xml.in
+++ b/data/appdata/org.gnome.Todo.appdata.xml.in
@@ -51,6 +51,18 @@
   </kudos>
 
   <releases>
+    <release date="2017-06-08" version="3.24.2">
+      <description>
+        <p>
+          This is the third stable release for GNOME To Do. It enables Todo.txt
+          plugin by default, improve the Scheduled panel and ensure that To Do
+          window always has a valid icon set.
+        </p>
+        <p>This release also updates translations, and adds new translations.</p>
+        <p>Thanks to all the contributors that worked on GNOME To Do!</p>
+      </description>
+    </release>
+
     <release date="2017-05-09" version="3.24.1">
       <description>
         <p>
diff --git a/plugins/background/gtd-plugin-background.c b/plugins/background/gtd-plugin-background.c
index 39c00ec..087873f 100644
--- a/plugins/background/gtd-plugin-background.c
+++ b/plugins/background/gtd-plugin-background.c
@@ -452,6 +452,7 @@ gtd_plugin_background_get_property (GObject    *object,
     {
     case PROP_PREFERENCES_PANEL:
       g_value_set_object (value, self->preferences_panel);
+      break;
 
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);


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