summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@redhat.com>2019-03-22 11:07:18 +0100
committerArx Cruz <arxcruz@redhat.com>2019-03-22 11:07:18 +0100
commit1c2a6b104afaee465728fb0b24a86fe90fd799f2 (patch)
treec33b8cece084c3da8e7364dbeb827d6edc8d34f8
parent07badb01d2080a1c36616cb2e2a709cd813e60ce (diff)
downloadzenity-1c2a6b104afaee465728fb0b24a86fe90fd799f2.tar.gz
Bump to 3.32.0ZENITY_3_32_0
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f7b14a1..37d8e3d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Zenity 3.32.0
+ - Fix autotools warnings (Javier Jardón)
+ - Use upstream autoreconf instead deprecated gnome-autogen (Javier Jardón)
+ - Add <description> to DOAP file (Andre Klapper)
+ - Replace Bugzilla by Gitlab URL in DOAP file (Andre Klapper)
+ - help: Update all screenshots for Zenity 3.30 (Andre Klapper)
+
Zenity 3.30.0
- Translation updates
diff --git a/configure.ac b/configure.ac
index 71119a3..5dccdb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[3.30.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[3.32.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.69])