Bump to 3.16.0
This commit is contained in:
parent
628f4f39ca
commit
6edd0bacd8
14
NEWS
14
NEWS
@ -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
|
||||
|
||||
|
@ -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])
|
||||
|
||||
|
Reference in New Issue
Block a user