diff options
author | Arx Cruz <arxcruz@redhat.com> | 2017-05-26 14:16:31 +0200 |
---|---|---|
committer | Arx Cruz <arxcruz@redhat.com> | 2017-05-26 14:16:31 +0200 |
commit | 3496685dd5bd49c0cce99bdc0753a468bf8e464c (patch) | |
tree | 22d5ee3f6ec09a1673e9da363ccc334d06125612 | |
parent | Bump to 3.24.1 (diff) | |
download | zenity-3496685dd5bd49c0cce99bdc0753a468bf8e464c.tar.gz zenity-3496685dd5bd49c0cce99bdc0753a468bf8e464c.tar.bz2 zenity-3496685dd5bd49c0cce99bdc0753a468bf8e464c.zip |
Bump to 3.24.2
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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 cee5c0ed..fb9f2fcf 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]) |