From 3496685dd5bd49c0cce99bdc0753a468bf8e464c Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Fri, 26 May 2017 14:16:31 +0200 Subject: [PATCH] Bump to 3.24.2 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e04319d..cecf91d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Zenity 3.24.2 + - No changes + +Zenity 3.24.1 + - Translation updates + - Fix style (Arx Cruz) + - Adding clang-format script (Arx Cruz) + - Fix message dialog width and height on recent Gtk (Alan) + - Bug 762347: Addition of entry text width option (Arx Cruz) + - Fix misleading indentation (Matthias Clasen) + Zenity 3.24.0 - Translations updates Zenity 3.22.0 diff --git a/configure.ac b/configure.ac index cee5c0e..fb9f2fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.24.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.24.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63])