summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-10-14 09:38:28 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-10-14 09:38:28 -0300
commit9a416417872d6f95fc8003b1ba1556b3fa0d5565 (patch)
tree9f01a3e4ff76808eb72ea00c911b222277cfa118
parentccb76591c7c9ee7b958dbbeb30c0770f30169606 (diff)
downloadgnome-todo-a39ccadf8a659fca8b4503bf4844383f5346f6cb.tar.gz
Bump version 3.18.1GNOME_TODO_3_18_1
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a7b0c5cd..4977b17e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
==============
+Version 3.18.1
+==============
+
+Project:
+ * Fix 256x256 icons being installed as 512x512 (Jakub Steiner)
+ * Add a symbolic variant (Jakub Steiner)
+ * Install a DBus service file (David King)
+ * Wrap notes text (Felipe Borges)
+
+Translations:
+ * Arabic (Khaled Hosny)
+ * Basque (Inaki Larranaga Murgoitio)
+ * Esperanto (Kristjan Schmidt)
+ * Friulan (Fabio Tomat)
+ * Italian (Claudio Arseni)
+ * Serbian (Милош Поповић)
+ * Vietnamese (Trần Ngọc Quân)
+
+==============
Version 3.18.0
==============
diff --git a/configure.ac b/configure.ac
index da0ad61e..befaa3de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ([2.69])
-AC_INIT([gnome-todo],[3.18.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
+AC_INIT([gnome-todo],[3.18.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/main.c])