Bump to Zenity 3.16.2

This commit is contained in:
Arx Cruz 2015-05-14 16:57:50 +02:00
parent 08e8f3e05d
commit 91894b5c7d
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -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

View File

@ -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])