diff --git a/NEWS b/NEWS index eb7fe22..0f4fdb7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Zenity 3.16.2 + - Translation updates + - Bug #749359 zenity --list produces incorrect output (Arx Cruz) + - Do not make zenity_util_show_dialog() X11 specific (Javier Jardón) + - Use upstream gettext instead intltool (Javier Jardón) + - Improve some strings (Piotr Drąg) + - option.c: Fixing typo in extra-button option (Arx Cruz) + - Merge branch 'jjardon/no_deprecated' (Arx Cruz) + - ADD gchar **extra_label TO struct ZenityData (Gama Anderson) + - allow build if GDK_WINDOWING_X11 not set (Jason Penney) + - Bug #734196 (Andreas Mohr) + Zenity 3.16.1 - No changes diff --git a/configure.ac b/configure.ac index 764868f..3bc330d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.16.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63])