diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-09-25 18:55:12 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-09-25 18:55:12 -0400 |
commit | d98ae38f7791e61c636e7db550576e4d4957838a (patch) | |
tree | 0358b89163b7de9a9bac8bf559cf88aeed74337c | |
parent | Don't break the string freeze (diff) | |
download | zenity-d98ae38f7791e61c636e7db550576e4d4957838a.tar.gz zenity-d98ae38f7791e61c636e7db550576e4d4957838a.tar.bz2 zenity-d98ae38f7791e61c636e7db550576e4d4957838a.zip |
3.6.0
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +Zenity 3.6.0 + + - #684329 Add an option to set a custom dialog icon + - #684322 Add an option to request dialogs being modal + - Port to new documentation infrastructure + - Fix the ComboBoxText construction so the dropmenu works + - Fix various compiler warnings + - Added support to --imagelist on tree + - #676406 Do not crash in --forms --add-list without column values + - #567663 Now the --pulsate option works properly + - #673529 Fix segmentation fault in --list option + - Translation updates + Zenity 3.4.0 - Add support for lists and trees with --forms diff --git a/configure.ac b/configure.ac index 993fdfa8..1566a700 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.6.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |