From 5a6f91b2eb6c93808de708789637f8d49b9ed54d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 24 Mar 2012 22:28:09 -0400 Subject: [PATCH] 3.4.0 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 11b1e56..74a9b22 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Zenity 3.4.0 + + - Add support for lists and trees with --forms + - Fix bug #668935 - the channel was being freed twice + - Translation updates (Serbian, Telugu, Turkish, Spanish, + French, Esperanto, German, Belarusian, Hebrew, Estonian, + Norwegian bokmål, Bulgarian, Persian, Galician, Slovenian, + Swedish, Czech, Traditional Chinese, Russian, Uyghur, + Lithuanian, Danish, Tamil, Hungarian, Polish, Basque, + Brazilian Portuguese, Japanese, Korean, Portuguese, Finnish, + Assamese, Italian, British English, Latvian, Punjabi, + Ukrainian, Catalan, Simplified Chinese) + Zenity 3.2.0 - [l10n]Updated Catalan (Valencian) translation (Carles Ferrando) diff --git a/configure.ac b/configure.ac index 50543a4..b263eb5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.2.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.4.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63])