[gnome-todo] Bump 3.17.91 release



commit 603db788d6887b0532a48d037de78d8e27cd6fd6
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Sep 1 21:38:04 2015 -0300

    Bump 3.17.91 release
    
    From now on, we're adhering to string freeze.

 AUTHORS         |    1 +
 Makefile.am     |    1 -
 NEWS            |   26 ++++++++++++++++++++++++++
 configure.ac    |    2 +-
 src/Makefile.am |    5 +++++
 5 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index db02010..2033a39 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,6 @@
 # Generated by Makefile. Do not edit.
 
 Christian Hergert
+Emmanuele Bassi
 Georges Basile Stavracas Neto
 Piotr Drąg
diff --git a/Makefile.am b/Makefile.am
index e8e3e37..44b46be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,6 @@ EXTRA_DIST = \
        README \
        COPYING \
        AUTHORS \
-       ChangeLog \
        INSTALL \
        NEWS
 
diff --git a/NEWS b/NEWS
index a2d9238..53a71e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
 ================
+Version 3.17.91
+================
+
+Project:
+        * Add selection mode, which allows renaming and removing lists
+        * Add a "Clear completed tasks..." item in gear menu
+        * Update build system (Emmanuele Bassi)
+        * Lots of bugfixes and cleanups
+
+Translations:
+        * Catalan (Jordi Mas)
+        * Esperanto (Kristjan Schmidt)
+        * Galician (Fran Dieguez)
+        * Greek (Dimitris Spingos)
+        * Hebrew (Yosef Or Boczko)
+        * Hungarian (Balázs Meskó)
+        * Lithuanian (Aurimas Černius)
+        * Norwegian bokmal (Kjartan Maraas)
+        * Portuguese (Pedro Albuquerque)
+        * Polish (Pedro Albuquerque)
+        * Punjabi (A S Alam)
+        * Spanish (Daniel Mustieles)
+        * Slovak (Dušan Kazik)
+        * Turkish (Muhammet Kara)
+
+================
 Version 3.17.4
 ================
 
diff --git a/configure.ac b/configure.ac
index 532d1c2..eb95fa7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ([2.69])
-AC_INIT([gnome-todo],[3.17.4],[https://github.com/GeorgesStavracas/gnome-todo/issues],[gnome-todo])
+AC_INIT([gnome-todo],[3.17.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 de45715..a96fef0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -98,4 +98,9 @@ gtd-enum-types.h: gtd-enum-types.h.template $(ENUM_TYPES) $(GLIB_MKENUMS)
 CLEANFILES = \
        $(BUILT_SOURCES)
 
+EXTRA_DIST = \
+    $(resource_files) \
+    gtd-enum-types.h.template \
+    gtd-enum-types.c.template
+
 -include $(top_srcdir)/git.mk


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