diff --git a/NEWS b/NEWS index 9c43d7e..879f9da 100644 --- a/NEWS +++ b/NEWS @@ -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 f120430..5e0951e 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])