diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | HACKING | 2 | ||||
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | THANKS | 3 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | src/about.c | 3 |
6 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-07-13 Lucas Rocha <lucasr@cvs.gnome.org> + + * configure.in: Release 2.11.1 + * HACKING: Add note about feature frozen-ness. + * NEWS, THANKS, src/about.c: Update. + 2005-07-12 Lucas Rocha <lucasr@cvs.gnome.org> * configure.in: dependency on glib >= 2.7.3 @@ -1,3 +1,5 @@ Please report any bugs in http://bugzilla.gnome.org under the category 'zenity', and file any patches [using the 'diff -u' format] as attachements. Thanks! + +This module is now feature frozen for the GNOME 2.12 release. @@ -1,3 +1,20 @@ +Zenity 2.11.1 +============= +" All night long " + * Several code cleanups [Benoīt] + * Activate GOption --help translations [Lucas] + * Deactivate --help alias behavior [Lucas] + * New and updated translations + - Theppitak Karoonboonyanan [th] + - Ivar Smolin [et] + - Takeshi Aihana [ja] + - Adam Weinberger [en_CA] + - Jens Seidel [de] + - Benoīt Dejean [fr] + - Francisco Javier F. Serrador [es] + - Marcel Telka [sk] + - Miloslav Trmac [cs] + Zenity 2.11.0 ============= " Caruru is delicious! " @@ -136,3 +136,6 @@ "Steve Murphy <murf e-tools com>", "Josep Puigdemont <josep imatge-sintetica com>", "Adam Weinberger <adamw gnome org>", + "Ivar Smolin <okul linux ee>", + "Jens Seidel <jensseidel users sf net>", + "BenoĆ®t Dejean <tazforever dlfp org>", diff --git a/po/ChangeLog b/po/ChangeLog index ce493d8b..b7e7b7d6 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-07-13 Lucas Rocha <lucasr@cvs.gnome.org> + + * 2.11.1 version marker. + 2005-07-10 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. diff --git a/src/about.c b/src/about.c index 6522e3c8..c2c9e634 100644 --- a/src/about.c +++ b/src/about.c @@ -181,6 +181,9 @@ static const gchar *const author_credits[] = { "Steve Murphy <murf e-tools com>", "Josep Puigdemont <josep imatge-sintetica com>", "Adam Weinberger <adamw gnome org>", + "Ivar Smolin <okul linux ee>", + "Jens Seidel <jensseidel users sf net>", + "BenoĆ®t Dejean <tazforever dlfp org>", NULL }; |