summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2014-09-15 10:20:25 +0200
committerArx Cruz <arxcruz@gnome.org>2014-09-15 10:20:25 +0200
commit26be00bf8e9d21656bfb53809d8932bac5b6acdc (patch)
tree45fd70222d6fd72b2560753724a6a0bfc32551c7
parentUpdated Slovenian translation (diff)
downloadzenity-26be00bf8e9d21656bfb53809d8932bac5b6acdc.tar.gz
zenity-26be00bf8e9d21656bfb53809d8932bac5b6acdc.tar.bz2
zenity-26be00bf8e9d21656bfb53809d8932bac5b6acdc.zip
Bump to 3.13.92
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3ca2f93b..cb51ccc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Zenity 3.13.92
+ - translation updates
+ - Bug 733870 - Segmentation fault on zenity --notification (Arx Cruz)
+
Zenity 3.13.90
- Translation updates
diff --git a/configure.ac b/configure.ac
index 17e103cb..aa7ceb17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[3.13.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[3.13.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])
bgstack15