diff options
author | Lucas Rocha <lucasr@cvs.gnome.org> | 2005-08-07 19:45:50 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-08-07 19:45:50 +0000 |
commit | 0bc57119fbc42ce8cbf7a6fbf40954c897e8b9d3 (patch) | |
tree | 20d75b7217847ca9fd9816032332a49a69898d4e | |
parent | Updated Traditional Chinese translation. (diff) | |
download | zenity-0bc57119fbc42ce8cbf7a6fbf40954c897e8b9d3.tar.gz zenity-0bc57119fbc42ce8cbf7a6fbf40954c897e8b9d3.tar.bz2 zenity-0bc57119fbc42ce8cbf7a6fbf40954c897e8b9d3.zip |
Release 2.11.91 Update.
2005-08-07 Lucas Rocha <lucasr@cvs.gnome.org>
* configure.in: Release 2.11.91
* NEWS, THANKS, src/about.c: Update.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | po/ChangeLog | 6 | ||||
-rw-r--r-- | src/about.c | 1 |
5 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-08-07 Lucas Rocha <lucasr@cvs.gnome.org> + + * configure.in: Release 2.11.91 + * NEWS, THANKS, src/about.c: Update. + 2005-07-25 Lucas Rocha <lucasr@cvs.gnome.org> * configure.in: post release version bump. @@ -1,3 +1,14 @@ +Zenity 2.11.91 +============== +" All we need is love! " + * New and updated translations + - Artur Flinta [pl] + - Laursen Dhima [sq] + - Hendrik Brandt [de] + - Funda Wang [zh_CN] + - Ilkka Tuohela [fi] + - Chao-Hsiung Liao [zh_TW] + Zenity 2.11.90 ============== " Almost there! " @@ -142,3 +142,4 @@ "Yair Hershkovitz <yairhr gmail com>", "Clytie Siddall <clytie riverland net au>", "Ilkka Tuohela <hile iki fi>", + "Chao-Hsiung Liao <j_h_liau yahoo com tw>", diff --git a/po/ChangeLog b/po/ChangeLog index a8f2a1a5..5042e39b 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-08-07 Lucas Rocha <lucasr@cvs.gnome.org> + + * 2.11.91 version marker. + 2005-08-02 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. @@ -5,7 +9,7 @@ 2005-07-31 Ilkka Tuohela <hile@iki.fi> * fi.po: Bulk updates to Finnish translation - for new gnome.fi website. + for new gnome.fi website. 2005-07-31 Funda Wang <fundawang@linux.net.cn> diff --git a/src/about.c b/src/about.c index 5bb772df..b649bf54 100644 --- a/src/about.c +++ b/src/about.c @@ -187,6 +187,7 @@ static const gchar *const author_credits[] = { "Yair Hershkovitz <yairhr gmail com>", "Clytie Siddall <clytie riverland net au>", "Ilkka Tuohela <hile iki fi>", + "Chao-Hsiung Liao <j_h_liau yahoo com tw>", NULL }; |