diff options
-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]) |