summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS14
-rw-r--r--THANKS3
-rw-r--r--configure.in2
-rw-r--r--help/ChangeLog4
-rw-r--r--po/ChangeLog6
-rw-r--r--src/about.c3
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 <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>
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 <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 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 <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 c92f43c..be309db 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 f37d8ef..965ce9b 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
};