summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2015-10-17 18:13:18 +0200
committerArx Cruz <arxcruz@gnome.org>2015-10-17 18:13:18 +0200
commit4ddf52f6382fa89f1052769b3c3f2914e581f9b6 (patch)
treeeedd150afbbaecbf69748f66c2ed5b8925435c27
parentUpdated Basque language (diff)
downloadzenity-4ddf52f6382fa89f1052769b3c3f2914e581f9b6.tar.gz
zenity-4ddf52f6382fa89f1052769b3c3f2914e581f9b6.tar.bz2
zenity-4ddf52f6382fa89f1052769b3c3f2914e581f9b6.zip
Bump to 3.18.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 444f3ba7..626ba8cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Zenity 3.18.1
+ - Fixing GLib-CRITICAL messages (Arx Cruz)
+ - Fixing html option being parsed to other dialogs rather then text-info (Arx Cruz)
+ - Fixing glade file. (Arx Cruz)
+ - Translation updates
+
Zenity 3.18.0
- Fix Makefile files
- Translation updates
diff --git a/configure.ac b/configure.ac
index f90ceac0..0b051897 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[3.18.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[3.18.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])
bgstack15