diff --git a/ChangeLog b/ChangeLog index 4b27ad8..795951b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-13 Lucas Rocha + + * configure.in: Release 2.11.1 + * HACKING: Add note about feature frozen-ness. + * NEWS, THANKS, src/about.c: Update. + 2005-07-12 Lucas Rocha * configure.in: dependency on glib >= 2.7.3 diff --git a/HACKING b/HACKING index 75f82e3..b7793d8 100644 --- a/HACKING +++ b/HACKING @@ -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. diff --git a/NEWS b/NEWS index a98dad7..171f723 100644 --- a/NEWS +++ b/NEWS @@ -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! " diff --git a/THANKS b/THANKS index 67da640..59bb4f1 100644 --- a/THANKS +++ b/THANKS @@ -136,3 +136,6 @@ "Steve Murphy ", "Josep Puigdemont ", "Adam Weinberger ", + "Ivar Smolin ", + "Jens Seidel ", + "BenoĆ®t Dejean ", diff --git a/po/ChangeLog b/po/ChangeLog index ce493d8..b7e7b7d 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-07-13 Lucas Rocha + + * 2.11.1 version marker. + 2005-07-10 Miloslav Trmac * cs.po: Updated Czech translation. diff --git a/src/about.c b/src/about.c index 6522e3c..c2c9e63 100644 --- a/src/about.c +++ b/src/about.c @@ -181,6 +181,9 @@ static const gchar *const author_credits[] = { "Steve Murphy ", "Josep Puigdemont ", "Adam Weinberger ", + "Ivar Smolin ", + "Jens Seidel ", + "BenoĆ®t Dejean ", NULL };