diff options
author | Lucas Rocha <lucasr@cvs.gnome.org> | 2005-07-26 03:12:09 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-07-26 03:12:09 +0000 |
commit | 47a2e0479af9694840d2c3d352213bdb13d78b9a (patch) | |
tree | 75deb7d717b287b7a9b69fe48484b80cee6e71eb | |
parent | added gnome-doc-utils.make. added GNOME_DOC_INIT and removed (diff) | |
download | zenity-47a2e0479af9694840d2c3d352213bdb13d78b9a.tar.gz zenity-47a2e0479af9694840d2c3d352213bdb13d78b9a.tar.bz2 zenity-47a2e0479af9694840d2c3d352213bdb13d78b9a.zip |
Release 2.11.90 Update.
2005-07-25 Lucas Rocha <lucasr@cvs.gnome.org>
* configure.in: Release 2.11.90
* NEWS, THANKS, src/about.c: Update.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | THANKS | 3 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | src/about.c | 3 |
6 files changed, 31 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2005-07-25 Lucas Rocha <lucasr@cvs.gnome.org> + + * configure.in: Release 2.11.90 + * NEWS, THANKS, src/about.c: Update. + 2005-07-24 Lucas Rocha <lucasr@cvs.gnome.org> * .cvsignore: added gnome-doc-utils.make. @@ -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] @@ -139,3 +139,6 @@ "Ivar Smolin <okul linux ee>", "Jens Seidel <jensseidel users sf net>", "BenoĆ®t Dejean <tazforever dlfp org>", + "Yair Hershkovitz <yairhr gmail com>", + "Clytie Siddall <clytie riverland net au>", + "Ilkka Tuohela <hile iki fi>", diff --git a/configure.in b/configure.in index eb7e2c20..f6d08d31 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 cc818075..066f46fd 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-07-25 Lucas Rocha <lucasr@cvs.gnome.org> + + * 2.11.90 version marker. + 2005-07-24 Ilkka Tuohela <hile@iki.fi> * fi.po: Updated Finnish translation. diff --git a/src/about.c b/src/about.c index c2c9e634..5bb772df 100644 --- a/src/about.c +++ b/src/about.c @@ -184,6 +184,9 @@ static const gchar *const author_credits[] = { "Ivar Smolin <okul linux ee>", "Jens Seidel <jensseidel users sf net>", "BenoĆ®t Dejean <tazforever dlfp org>", + "Yair Hershkovitz <yairhr gmail com>", + "Clytie Siddall <clytie riverland net au>", + "Ilkka Tuohela <hile iki fi>", NULL }; |