diff options
author | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-07-04 18:00:58 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-07-04 18:00:58 +0000 |
commit | 523f5c1760d1b4b72f2afb6f5f07aecc2d4451f3 (patch) | |
tree | 57d6bc841aba5feff829c950eb7f99d4adb1228c | |
parent | 34bcb3369a249bcb988f4dde6c21acaf2ef2aa8d (diff) | |
download | zenity-ZENITY_2_10_1.tar.gz |
Zenity 2.10.1 release.ZENITY_2_10_1
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | THANKS | 7 | ||||
-rw-r--r-- | po/ChangeLog | 6 | ||||
-rw-r--r-- | src/about.c | 7 |
5 files changed, 33 insertions, 1 deletions
@@ -1,6 +1,7 @@ 2005-07-04 Lucas Rocha <lucasr@cvs.gnome.org> * configure.in: Release 2.10.1 + * NEWS, THANKS, src/about.c: Update. 2005-04-06 Christian Rose <menthos@menthos.com> @@ -1,3 +1,16 @@ +Zenity 2.10.1 +============= +" Two, Ten and One " + * New and updated translations + - Adam Weinberger [en_CA] + - Josep Puigdemont [ca] + - Steve Murphy [rw] + - Abduxukur Abdurixit [ug] + - Priit Laes [et] + - Stefano Canepa [it] + - Ignacio Casal Quinteiro [gl] + - Vladimir Petkov [bg] + Zenity 2.10.0 ============= " 10 Moves Ahead " @@ -120,3 +120,10 @@ "Daniel Yacob <locales geez org>", "Funda Wang <fundawang linux net cn>", "Alexander Winston <alexander winston comcast net>", + "Adam Weinberger <adamw gnome org>", + "Josep Puigdemont <josep imatge-sintetica com>", + "Adi Attar <aattar cvs gnome org>", + "Steve Murphy <murf e-tools com>", + "Abduxukur Abdurixit <abduxukur.abdurixit t-systems ch>", + "Ignacio Casal Quinteiro <nacho.resa gmail com>", + "Vladimir Petkov <vpetkov i-space org>", diff --git a/po/ChangeLog b/po/ChangeLog index 307e962..207d275 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-07-04 Lucas Rocha <lucasr@cvs.gnome.org> + + * 2.10.1 version marker. + 2005-06-22 Abel Cheung <maddog@linuxhall.org> * zh_TW.po: Fix language team reference. @@ -32,7 +36,7 @@ 2005-04-01 Steve Murphy <murf@e-tools.com> - * rw.po: Added Kinyarwanda translation. + * rw.po: Added Kinyarwanda translation. 2005-04-01 Adi Attar <aattar@cvs.gnome.org> diff --git a/src/about.c b/src/about.c index a849f86..1eea107 100644 --- a/src/about.c +++ b/src/about.c @@ -168,6 +168,13 @@ static const gchar *author_credits[] = { "Daniel Yacob <locales geez org>", "Funda Wang <fundawang linux net cn>", "Alexander Winston <alexander winston comcast net>", + "Adam Weinberger <adamw gnome org>", + "Josep Puigdemont <josep imatge-sintetica com>", + "Adi Attar <aattar cvs gnome org>", + "Steve Murphy <murf e-tools com>", + "Abduxukur Abdurixit <abduxukur.abdurixit t-systems ch>", + "Ignacio Casal Quinteiro <nacho.resa gmail com>", + "Vladimir Petkov <vpetkov i-space org>", NULL }; |