diff options
author | Arx Cruz <arxcruz@gnome.org> | 2015-05-14 16:57:50 +0200 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2015-05-14 16:57:50 +0200 |
commit | 91894b5c7d0d384c31ca99c6de55a9084f9c4424 (patch) | |
tree | ff8cd92b21e36c5689cb4a77c34eeb06b3bb5b98 | |
parent | 08e8f3e05da467930bb7c24ca7280f7d18fc9122 (diff) | |
download | zenity-91894b5c7d0d384c31ca99c6de55a9084f9c4424.tar.gz |
Bump to Zenity 3.16.2ZENITY_3_16_2
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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]) |