diff --git a/ChangeLog b/ChangeLog index 0689bde..14cb457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-25 Lucas Rocha + + * configure.in: Release 2.11.90 + * NEWS, THANKS, src/about.c: Update. + 2005-07-24 Lucas Rocha * .cvsignore: added gnome-doc-utils.make. diff --git a/NEWS b/NEWS index 171f723..5b3febf 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,24 @@ +Zenity 2.11.90 +============== +" Almost there! " + * gnome-doc-utils migration [Lucas] + * New and updated translations + - Vincent van Adrighem [nl] + - Yair Hershkovitz [he] + - Ivar Smolin [et] + - Ankit Patel [gu] + - Rostislav Raykov [bg] + - Clytie Siddall [vi] + - Kjartan Maraas [no, nb] + - Ilkka Tuohela [fi] + 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 + * New and updated translations - Theppitak Karoonboonyanan [th] - Ivar Smolin [et] - Takeshi Aihana [ja] diff --git a/THANKS b/THANKS index 59bb4f1..bc0045c 100644 --- a/THANKS +++ b/THANKS @@ -139,3 +139,6 @@ "Ivar Smolin ", "Jens Seidel ", "BenoĆ®t Dejean ", + "Yair Hershkovitz ", + "Clytie Siddall ", + "Ilkka Tuohela ", diff --git a/configure.in b/configure.in index eb7e2c2..f6d08d3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.53) AC_INIT(src) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(zenity, 2.11.2) +AM_INIT_AUTOMAKE(zenity, 2.11.90) GNOME_DOC_INIT diff --git a/po/ChangeLog b/po/ChangeLog index cc81807..066f46f 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-07-25 Lucas Rocha + + * 2.11.90 version marker. + 2005-07-24 Ilkka Tuohela * fi.po: Updated Finnish translation. diff --git a/src/about.c b/src/about.c index c2c9e63..5bb772d 100644 --- a/src/about.c +++ b/src/about.c @@ -184,6 +184,9 @@ static const gchar *const author_credits[] = { "Ivar Smolin ", "Jens Seidel ", "BenoĆ®t Dejean ", + "Yair Hershkovitz ", + "Clytie Siddall ", + "Ilkka Tuohela ", NULL };