[gnome-todo] Bump 3.19.91 release
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] Bump 3.19.91 release
- Date: Thu, 3 Mar 2016 01:00:44 +0000 (UTC)
commit 31857a163ca31f587bfb419c206da505334baf02
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Mar 2 21:59:22 2016 -0300
Bump 3.19.91 release
AUTHORS | 1 +
NEWS | 24 ++++++++++++++++++++++++
configure.ac | 2 +-
src/Makefile.am | 4 ++--
src/gtd-application.c | 2 ++
5 files changed, 30 insertions(+), 3 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 5f6e464..98e2579 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,3 +7,4 @@ Georges Basile Stavracas Neto
Isaque Galdino
Patrick Griffis
Piotr Drąg
+Saiful B. Khan
diff --git a/NEWS b/NEWS
index 799db13..1c97988 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
==============
+Version 3.19.91
+==============
+
+Project:
+ * Consistently use To Do naming (Daniel Aleksander)
+ * Also consider creation date when sorting tasks (Isaque Galdino)
+ * Make EDS an embedded plugin (Saiful B. Khan)
+
+Translations:
+ * Brazilian Portuguese (Artur de Aquino)
+ * Czech (Marek Černocký)
+ * Hebrew (Yosef Or Boczko)
+ * Galician (Fran Dieguez)
+ * German (Bernd Homuth)
+ * Greek (Efstathios Iosifidis)
+ * Hungarian (Gábor Kelemen, Balázs Meskó )
+ * Latvian (Rūdolfs Mazurs)
+ * Norwegan bokmål (Kjartan Maraas)
+ * Occitan (Cédric Valmary)
+ * Polish (Piotr Drag)
+ * Serbian (Мирослав Николић)
+ * Spanish (Daniel Mustieles)
+
+==============
Version 3.19.90
==============
diff --git a/configure.ac b/configure.ac
index b7197a5..1fdd3cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ([2.69])
-AC_INIT([gnome-todo],[3.19.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
+AC_INIT([gnome-todo],[3.19.91],[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/Makefile.am b/src/Makefile.am
index bceacd3..aa891bf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -99,10 +99,10 @@ gnome_todo_LDFLAGS = \
gnome_todo_LDADD = \
$(GNOME_TODO_LIBS) \
- $(top_srcdir)/plugins/eds/libeds.a
+ $(top_builddir)/plugins/eds/libeds.a
gnome_todo_DEPENDENCIES = \
- $(top_srcdir)/plugins/eds/libeds.a
+ $(top_builddir)/plugins/eds/libeds.a
#
# Export headers to [PREFIX]/include/gnome-todo
diff --git a/src/gtd-application.c b/src/gtd-application.c
index 3a34bde..398fb8f 100644
--- a/src/gtd-application.c
+++ b/src/gtd-application.c
@@ -94,7 +94,9 @@ 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>"
"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]