diff options
author | Vincent Untz <vuntz@gnome.org> | 2010-12-23 14:02:37 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2010-12-23 14:02:37 +0100 |
commit | 9c2aa5a860ad3fec8570758cdb0973528a0b672d (patch) | |
tree | 1110eb8265a41a697146c9062c3a88328df3e50f | |
parent | util: fix build with new GTK+ (diff) | |
download | zenity-9c2aa5a860ad3fec8570758cdb0973528a0b672d.tar.gz zenity-9c2aa5a860ad3fec8570758cdb0973528a0b672d.tar.bz2 zenity-9c2aa5a860ad3fec8570758cdb0973528a0b672d.zip |
release: 2.91.4
-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]) |