summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--HACKING2
-rw-r--r--NEWS17
-rw-r--r--THANKS3
-rw-r--r--po/ChangeLog4
-rw-r--r--src/about.c3
6 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b27ad8..795951b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-13 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * configure.in: Release 2.11.1
+ * HACKING: Add note about feature frozen-ness.
+ * NEWS, THANKS, src/about.c: Update.
+
2005-07-12 Lucas Rocha <lucasr@cvs.gnome.org>
* configure.in: dependency on glib >= 2.7.3
diff --git a/HACKING b/HACKING
index 75f82e3..b7793d8 100644
--- a/HACKING
+++ b/HACKING
@@ -1,3 +1,5 @@
Please report any bugs in http://bugzilla.gnome.org under the category
'zenity', and file any patches [using the 'diff -u' format] as
attachements. Thanks!
+
+This module is now feature frozen for the GNOME 2.12 release.
diff --git a/NEWS b/NEWS
index a98dad7..171f723 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Zenity 2.11.1
+=============
+" All night long "
+ * Several code cleanups [Benoīt]
+ * Activate GOption --help translations [Lucas]
+ * Deactivate --help alias behavior [Lucas]
+ * New and updated translations
+ - Theppitak Karoonboonyanan [th]
+ - Ivar Smolin [et]
+ - Takeshi Aihana [ja]
+ - Adam Weinberger [en_CA]
+ - Jens Seidel [de]
+ - Benoīt Dejean [fr]
+ - Francisco Javier F. Serrador [es]
+ - Marcel Telka [sk]
+ - Miloslav Trmac [cs]
+
Zenity 2.11.0
=============
" Caruru is delicious! "
diff --git a/THANKS b/THANKS
index 67da640..59bb4f1 100644
--- a/THANKS
+++ b/THANKS
@@ -136,3 +136,6 @@
"Steve Murphy <murf e-tools com>",
"Josep Puigdemont <josep imatge-sintetica com>",
"Adam Weinberger <adamw gnome org>",
+ "Ivar Smolin <okul linux ee>",
+ "Jens Seidel <jensseidel users sf net>",
+ "BenoƮt Dejean <tazforever dlfp org>",
diff --git a/po/ChangeLog b/po/ChangeLog
index ce493d8..b7e7b7d 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-13 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * 2.11.1 version marker.
+
2005-07-10 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
diff --git a/src/about.c b/src/about.c
index 6522e3c..c2c9e63 100644
--- a/src/about.c
+++ b/src/about.c
@@ -181,6 +181,9 @@ static const gchar *const author_credits[] = {
"Steve Murphy <murf e-tools com>",
"Josep Puigdemont <josep imatge-sintetica com>",
"Adam Weinberger <adamw gnome org>",
+ "Ivar Smolin <okul linux ee>",
+ "Jens Seidel <jensseidel users sf net>",
+ "BenoƮt Dejean <tazforever dlfp org>",
NULL
};