diff options
author | Arx Cruz <arxcruz@gnome.org> | 2013-08-31 00:08:26 -0300 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2013-08-31 00:08:26 -0300 |
commit | e6021b4a225768643a048b6b10ea9ff6bce6de3e (patch) | |
tree | 6cf73f348692758ddf4b805bbf87834be3c243fe | |
parent | Updated Malayalam Translation (diff) | |
download | zenity-e6021b4a225768643a048b6b10ea9ff6bce6de3e.tar.gz zenity-e6021b4a225768643a048b6b10ea9ff6bce6de3e.tar.bz2 zenity-e6021b4a225768643a048b6b10ea9ff6bce6de3e.zip |
Bump to 3.9.91
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Zenity 3.9.91 + + - Add a runtime check for X11 (bug #705335) (Benjamin Berg) + - Bug #653468. Fixed by Kurt Millerr + <kurt@intricatesoftware.com>. Fix the broken auto-close + option in progress and list dialogs. + - Bug 698683 - Double clicking an item or hitting enter after + selecting an item returns it twice + - Translation updates + Zenity 3.8.0 - #674881 Timeout option overriding normal exit code diff --git a/configure.ac b/configure.ac index cc96350f..f1db40fd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.7.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.9.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |