diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | help/ChangeLog | 4 | ||||
-rw-r--r-- | po/ChangeLog | 4 |
5 files changed, 31 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-05-15 Lucas Rocha <lucasr@gnome.org> + * NEWS: release 2.19.1 + +2007-05-15 Lucas Rocha <lucasr@gnome.org> + * src/text.c (zenity_text_dialog_response): fix seg fault when outputing files with special printf format strings (Fixes bug #405006). Patch from Mariano Suárez-Alvarez. @@ -1,3 +1,21 @@ +Zenity 2.19.1 +" Medieval Times " + * Update man page with new options (Sven Arvidsson) [#436187] + * Several build cleanups (Kjartan Maraas) [#416196] + * Double-clicking on calendar dialog for response (Tom Tromey) + [#395152] + * libnotify support made optional (Saleem Abdulrasool) [#346843] + * Fix index handling on --print-column option of list dialog + (Lucas Rocha) [#420396] + * Fix crash when using special printf format string in textinfo + dialog (Mariana Suárez-Alvarez) [#405006] + * New and updated documentation translations + - Jorge Gonzalez [es] + - Nickolay V. Shmyrev [ru] + * New and updated translations + - Funda Wang [zh_CN] + - Jakub Friedl [cs] + Zenity 2.18.1 " Moving on " * New and updated translations diff --git a/configure.in b/configure.in index 8af20648..2d0f3fc1 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[2.18.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[2.19.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.59]) diff --git a/help/ChangeLog b/help/ChangeLog index 414ecfb5..4d0beeac 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2007-05-15 Lucas Rocha <lucasr@gnome.org> + + * 2.19.1 version marker. + 2007-04-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * Makefile.am: diff --git a/po/ChangeLog b/po/ChangeLog index b3a9fbdd..1f1159eb 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-05-15 Lucas Rocha <lucasr@gnome.org> + + * 2.19.1 version marker. + 2007-04-23 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech Translation. |