diff options
author | Lucas Rocha <lucasr@cvs.gnome.org> | 2005-08-23 15:16:57 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-08-23 15:16:57 +0000 |
commit | 417bfb638949dfb17995bd948a05ab2bd911b881 (patch) | |
tree | 3735e637efefed0fa530524a76e5956f0ec00891 | |
parent | Updated Ukrainian translation. (diff) | |
download | zenity-417bfb638949dfb17995bd948a05ab2bd911b881.tar.gz zenity-417bfb638949dfb17995bd948a05ab2bd911b881.tar.bz2 zenity-417bfb638949dfb17995bd948a05ab2bd911b881.zip |
Release 2.11.92 Update.
2005-08-23 Lucas Rocha <lucasr@cvs.gnome.org>
* configure.in: Release 2.11.92
* NEWS, THANKS, src/about.c: Update.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | THANKS | 2 | ||||
-rw-r--r-- | help/ChangeLog | 4 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | src/about.c | 2 |
6 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-08-23 Lucas Rocha <lucasr@cvs.gnome.org> + + * configure.in: Release 2.11.92 + * NEWS, THANKS, src/about.c: Update. + 2005-08-07 Lucas Rocha <lucasr@cvs.gnome.org> * configure.in: post release version bump. @@ -1,3 +1,19 @@ +Zenity 2.11.92 +============== +" Muqueca " + * New and updated translations + - Christian Rose [sv] + - ygimantas Beruka [lt] + - Duarte Loreto [pt] + - Kostas Papadimas [el] + - Gabor Kelemen [hu] + - Jordi Mallach [ca] + - Mugurel Tudor [ro] + - Maxim Dziumanenko [uk] + * New documentation translations + - Francisco Javier F. Serrador [es] + - Maxim Dziumanenko [uk] + Zenity 2.11.91 ============== " All we need is love! " @@ -143,3 +143,5 @@ "Clytie Siddall <clytie riverland net au>", "Ilkka Tuohela <hile iki fi>", "Chao-Hsiung Liao <j_h_liau yahoo com tw>", + "Žygimantas Beručka <zygis gnome org>", + "Gabor Kelemen <kelemeng gnome hu>", diff --git a/help/ChangeLog b/help/ChangeLog index cd8f8fe2..8bb1506e 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2005-08-23 Lucas Rocha <lucasr@cvs.gnome.org> + + * 2.11.92 version marker. + 2005-08-21 Maxim Dziumanenko <mvd@mylinux.ua> * uk/uk.po: Added Ukrainian translation. diff --git a/po/ChangeLog b/po/ChangeLog index 0bfd11bb..27acf115 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-08-23 Lucas Rocha <lucasr@cvs.gnome.org> + + * 2.11.92 version marker. + 2005-08-21 Maxim Dziumanenko <mvd@mylinux.ua> * uk.po: Updated Ukrainian translation. diff --git a/src/about.c b/src/about.c index b649bf54..f37d8efd 100644 --- a/src/about.c +++ b/src/about.c @@ -188,6 +188,8 @@ static const gchar *const author_credits[] = { "Clytie Siddall <clytie riverland net au>", "Ilkka Tuohela <hile iki fi>", "Chao-Hsiung Liao <j_h_liau yahoo com tw>", + "Žygimantas Beručka <zygis gnome org>", + "Gabor Kelemen <kelemeng gnome hu>", NULL }; |