diff options
author | Arx Cruz <arxcruz@gnome.org> | 2015-06-23 11:42:17 +0200 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2015-06-23 11:42:17 +0200 |
commit | 517b89e977ec167042e90541a6f1912063515105 (patch) | |
tree | 68c497e1e7e1617b460366ef88518f2e107da95f | |
parent | Fix zenity --list (diff) | |
download | zenity-517b89e977ec167042e90541a6f1912063515105.tar.gz zenity-517b89e977ec167042e90541a6f1912063515105.tar.bz2 zenity-517b89e977ec167042e90541a6f1912063515105.zip |
Bump to 3.16.3
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +Zenity 3.16.3 + - Fix zenity --list (Arx Cruz) + - Bug #751332 - zenity --forms does not center in the screen (Arx Cruz) + - Bug #638582 - zenity --notification --listen can't show multi line tooltip (Arx Cruz) + - Add the possibility to pass title and the summary to zenity notification (Arx Cruz) + - Bug #672090 - Impossible to confirm --text-info (Arx Cruz) + - Bug #742963 - Basic notifications do not return (Arx Cruz) + - Fix GLib critical messages (Arx Cruz) + - Fixing deprecated declarations (Arx Cruz) + - Fix uninitialized progress_bar error (Arx Cruz) + - Fix typo in documentation (Anders Jonsson) + - Port to webkit2gtk (Hristo Venev) + - Translation updates + Zenity 3.16.2 - Translation updates - Bug #749359 zenity --list produces incorrect output (Arx Cruz) diff --git a/configure.ac b/configure.ac index 362a4938..59814d34 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.16.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.16.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |