From 6edd0bacd8ce25e0bae1a8f7139ebcac0da53c18 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Tue, 21 Apr 2015 09:40:11 +0200 Subject: [PATCH] Bump to 3.16.0 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 489febe..65760ef 100644 --- a/NEWS +++ b/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 diff --git a/configure.ac b/configure.ac index 8940beb..01ceba7 100644 --- a/configure.ac +++ b/configure.ac @@ -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])