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.
This commit is contained in:
Lucas Rocha 2005-07-26 03:12:09 +00:00 committed by Lucas Almeida Rocha
parent 6552d6b556
commit 47a2e0479a
6 changed files with 31 additions and 2 deletions

View File

@ -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.

16
NEWS
View File

@ -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]

3
THANKS
View File

@ -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>",

View File

@ -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

View File

@ -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.

View File

@ -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
};