Bump to 3.16.0

This commit is contained in:
Arx Cruz 2015-04-21 09:40:11 +02:00
parent 628f4f39ca
commit 6edd0bacd8
2 changed files with 15 additions and 1 deletions

14
NEWS
View File

@ -1,3 +1,17 @@
Zenity 3.16.0
- Translation updates
- Allow user to interact with --text-info --html WebView (Kernc)
- Bug #700249 - Progress dialog does not wrap (Arx Cruz)
- Better sollution for wrap text (Arx Cruz)
- Bug #734049 - zenity --text-info chokes on some UTF-8 string (Arx Cruz)
- Allow --text-info to load resources also from relative file:// URIs (Kernc)
- Bug #685051 Adding --mid-search option to --list (Arx Cruz)
- Fixing g_timeout_add calls (Arx Cruz)
- Fixing remain g_timeout_add (Arx Cruz)
- Allow --text-info to load resources from absolute file:// URIs (Kernc)
- Added time-remaining support to progress bars (Scott Pakin)
- Don't quit zenity when the input stream is closed (Emilio Pozuelo Monfort)
Zenity 3.14.0
- No changes

View File

@ -1,4 +1,4 @@
AC_INIT([Zenity],[3.14.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_INIT([Zenity],[3.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])