From 7f091245f70b6d6fac4c79288109e31aa62eb8aa Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 6 Sep 2005 03:44:07 +0000 Subject: [PATCH] Release 2.12.0 Update. 2005-09-06 Lucas Rocha * configure.in: Release 2.12.0 * NEWS, THANKS, src/about.c: Update. --- ChangeLog | 6 +++--- NEWS | 14 ++++++++++++++ THANKS | 3 +++ configure.in | 2 +- help/ChangeLog | 4 ++++ po/ChangeLog | 6 +++--- src/about.c | 3 +++ 7 files changed, 31 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4aad8fa..4bdbda3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ -2005-08-31 Lucas Rocha +2005-09-06 Lucas Rocha - * 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 diff --git a/NEWS b/NEWS index 9960eeb..d6746bc 100644 --- a/NEWS +++ b/NEWS @@ -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 " diff --git a/THANKS b/THANKS index 6443884..a742ff4 100644 --- a/THANKS +++ b/THANKS @@ -145,3 +145,6 @@ "Chao-Hsiung Liao ", "Žygimantas Beručka ", "Gabor Kelemen ", + "Telsa Gwynne ", + "Slobodan D. Sredojevic ", + "Baris Cicek ", diff --git a/configure.in b/configure.in index 879beb8..116938a 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 08a39f9..a92d53c 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2005-09-06 Lucas Rocha + + * 2.12.0 version marker. + 2005-08-29 Vincent Untz * fr/fr.po: updated french translation. diff --git a/po/ChangeLog b/po/ChangeLog index c92f43c..be309db 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,6 +1,6 @@ -2005-09-04 Priit Laes +2005-09-06 Lucas Rocha - * et.po: Translation updated by . + * 2.12.0 version marker. 2005-09-04 Priit Laes @@ -24,7 +24,7 @@ 2005-08-29 Telsa Gwynne - * cy.po: Updated Welsh translation. + * cy.po: Updated Welsh translation. 2005-08-29 Changwoo Ryu diff --git a/src/about.c b/src/about.c index f37d8ef..965ce9b 100644 --- a/src/about.c +++ b/src/about.c @@ -190,6 +190,9 @@ static const gchar *const author_credits[] = { "Chao-Hsiung Liao ", "Žygimantas Beručka ", "Gabor Kelemen ", + "Telsa Gwynne ", + "Slobodan D. Sredojevic ", + "Baris Cicek ", NULL };