[gnome-todo/gnome-3-20] Bump 3.20.1 release



commit 6ceef86064428244a70d18408ad2e7bb3c9c963c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Apr 25 21:40:31 2016 -0300

    Bump 3.20.1 release

 AUTHORS               |    1 +
 NEWS                  |   14 ++++++++++++++
 configure.ac          |    2 +-
 src/gtd-application.c |    2 +-
 4 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 98e2579..3073a54 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,3 +8,4 @@ Isaque Galdino
 Patrick Griffis
 Piotr Drąg
 Saiful B. Khan
+Ting-Wei Lan
diff --git a/NEWS b/NEWS
index cc833ee..3c0d7b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 ==============
+Version 3.20.1
+==============
+
+Project:
+        * Fixed unstranslated string
+        * Fix translations not being applied
+
+Translations:
+        * Basque (Inaki Larranaga Murgoitio)
+        * Friulian (Fabio Tomat)
+        * Vietnamese (Trần Ngọc Quân)
+        * Persian (Arash Mousavi)
+
+==============
 Version 3.20.0
 ==============
 
diff --git a/configure.ac b/configure.ac
index d726a14..b4879f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ([2.69])
-AC_INIT([gnome-todo],[3.20.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
+AC_INIT([gnome-todo],[3.20.1],[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/src/gtd-application.c b/src/gtd-application.c
index 398fb8f..82b165e 100644
--- a/src/gtd-application.c
+++ b/src/gtd-application.c
@@ -94,7 +94,7 @@ gtd_application_show_about (GSimpleAction *simple,
   static const gchar *authors[] = {
     "Emmanuele Bassi <ebassi gnome org>",
     "Georges Basile Stavracas Neto <georges stavracas gmail com>",
-    "Isaque Galdino <igaldino gmail com>"
+    "Isaque Galdino <igaldino gmail com>",
     "Patrick Griffis <tingping tingping se>",
     "Saiful B. Khan <saifulbkhan gmail com>",
     NULL


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