From 9c2aa5a860ad3fec8570758cdb0973528a0b672d Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 23 Dec 2010 14:02:37 +0100 Subject: [PATCH] release: 2.91.4 --- NEWS | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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])