summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2009-08-10 21:54:56 +0100
committerLucas Rocha <lucasr@gnome.org>2009-08-10 22:13:56 +0100
commitdd13041fc83715197e6ae448febc64be3dd87a7d (patch)
tree2e7d6f9ba7444d00adadb9357ee8b53bcc24531e
parent294a129b84dcdad906d2d8a2beb2a596b198a77d (diff)
downloadzenity-dd13041fc83715197e6ae448febc64be3dd87a7d.tar.gz
[release] 2.27.90ZENITY_2_27_90
-rw-r--r--NEWS28
-rw-r--r--configure.in2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aa4da81..a401185 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Zenity 2.27.90
+" Sunshine of Your Love "
+ * Convert from libglade to GtkBuilder
+ (Felix Riemann, Javier Jardón) [#578393]
+ * zenity windows don't appear with the focus
+ [#561131]
+ * "zenity --entry --text" doesn't interpret line breaks
+ (Siegfried-Angel Pujals) [#567773]
+ * zenity sets a huge but finite timeout
+ (Olivier Blin) [#579999]
+ * Explicitly link against libX11
+ (Frederic Peters) [#559638]
+ * --help-entry for hide-text incorrect
+ (Matt Keenan) [#549404]
+ * Fix default activation in entry dialog
+ (Adrian Carpenter) [#551116]
+ * Help manual fixes/additions
+ (Frederic Peters)
+ * Misc code cleanups/improvements
+ * New and updated documentation translations
+ - Simos Xenitellis [el]
+ - Petr Kovar [cs]
+ - Jorge Gonzalez [es]
+ * New and updated translations
+ - Amanpreet Singh Alam [pa]
+ - Djihed Afifi [ar]
+ - Rajesh Ranjan [hi]
+
Zenity 2.26.0
" Crescent "
* disable monk easter egg in order to remove gnome-canvas
diff --git a/configure.in b/configure.in
index 2034b2e..8d7525d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[2.26.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[2.27.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.59])