diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Zenity 2.91.4 +"Something that builds" + * Make libnotify support optional (Arx Cruz) + * Add --form option (Arx Cruz) + * Also return user when --username is used with --password (Arx Cruz) + * Fix build with latest GTK+ 3 (Cosimo Cecchi) + * Updated translations + Zenity 2.91.1.1 "We are in 2010" * Bump to 2.91.1.1. (Luis Medinas) diff --git a/configure.in b/configure.in index f1204308..5e0951eb 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[2.91.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[2.91.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.59]) |