diff options
author | Lucas Rocha <lucasr@cvs.gnome.org> | 2005-09-06 03:44:07 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-09-06 03:44:07 +0000 |
commit | 7f091245f70b6d6fac4c79288109e31aa62eb8aa (patch) | |
tree | c63f44eaa837a333a8976f42b50cc2730e4a7d62 | |
parent | Translation updated by . (diff) | |
download | zenity-7f091245f70b6d6fac4c79288109e31aa62eb8aa.tar.gz zenity-7f091245f70b6d6fac4c79288109e31aa62eb8aa.tar.bz2 zenity-7f091245f70b6d6fac4c79288109e31aa62eb8aa.zip |
Release 2.12.0 Update.
2005-09-06 Lucas Rocha <lucasr@cvs.gnome.org>
* configure.in: Release 2.12.0
* NEWS, THANKS, src/about.c: Update.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | THANKS | 3 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | help/ChangeLog | 4 | ||||
-rw-r--r-- | po/ChangeLog | 6 | ||||
-rw-r--r-- | src/about.c | 3 |
7 files changed, 31 insertions, 7 deletions
@@ -1,7 +1,7 @@ -2005-08-31 Lucas Rocha <lucasr@cvs.gnome.org> +2005-09-06 Lucas Rocha <lucasr@cvs.gnome.org> - * configure.in: version bump for development - releases (2.13.x). + * configure.in: Release 2.12.0 + * NEWS, THANKS, src/about.c: Update. 2005-08-23 Lucas Rocha <lucasr@cvs.gnome.org> @@ -1,3 +1,17 @@ +Zenity 2.12.0 +============== +" G12 " + * New and updated translations + - Evandro Fernandes Giovanini [pt_BR] + - Changwoo Ryu [ko] + - Telsa Gwynne [cy] + - Danilo egan, Slobodan D. Sredojevic [sr, sr@Latn] + - Priit Laes [et] + - Ignacio Casal Quinteiro [gl] + - Baris Cicek [tr] + * New documentation translations + - Vincent Untz [fr] + Zenity 2.11.92 ============== " Muqueca " @@ -145,3 +145,6 @@ "Chao-Hsiung Liao <j_h_liau yahoo com tw>", "Žygimantas Beručka <zygis gnome org>", "Gabor Kelemen <kelemeng gnome hu>", + "Telsa Gwynne <hobbit aloss ukuu org uk>", + "Slobodan D. Sredojevic <ssl uns ns ac yu>", + "Baris Cicek <baris teamforce name tr>", diff --git a/configure.in b/configure.in index 879beb80..116938ab 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.13.0) +AM_INIT_AUTOMAKE(zenity, 2.12.0) GNOME_DOC_INIT diff --git a/help/ChangeLog b/help/ChangeLog index 08a39f97..a92d53c3 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2005-09-06 Lucas Rocha <lucasr@cvs.gnome.org> + + * 2.12.0 version marker. + 2005-08-29 Vincent Untz <vuntz@gnome.org> * fr/fr.po: updated french translation. diff --git a/po/ChangeLog b/po/ChangeLog index c92f43c1..be309db1 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,6 +1,6 @@ -2005-09-04 Priit Laes <plaes@cvs.gnome.org> +2005-09-06 Lucas Rocha <lucasr@cvs.gnome.org> - * et.po: Translation updated by . + * 2.12.0 version marker. 2005-09-04 Priit Laes <plaes@cvs.gnome.org> @@ -24,7 +24,7 @@ 2005-08-29 Telsa Gwynne <hobbit@aloss.ukuu.org.uk> - * cy.po: Updated Welsh translation. + * cy.po: Updated Welsh translation. 2005-08-29 Changwoo Ryu <cwryu@debian.org> diff --git a/src/about.c b/src/about.c index f37d8efd..965ce9bc 100644 --- a/src/about.c +++ b/src/about.c @@ -190,6 +190,9 @@ static const gchar *const author_credits[] = { "Chao-Hsiung Liao <j_h_liau yahoo com tw>", "Žygimantas Beručka <zygis gnome org>", "Gabor Kelemen <kelemeng gnome hu>", + "Telsa Gwynne <hobbit aloss ukuu org uk>", + "Slobodan D. Sredojevic <ssl uns ns ac yu>", + "Baris Cicek <baris teamforce name tr>", NULL }; |