summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@cvs.gnome.org>2005-07-26 03:12:09 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-07-26 03:12:09 +0000
commit47a2e0479af9694840d2c3d352213bdb13d78b9a (patch)
tree75deb7d717b287b7a9b69fe48484b80cee6e71eb
parent6552d6b556a8b28378c917c8882894575c5f7969 (diff)
downloadzenity-47a2e0479af9694840d2c3d352213bdb13d78b9a.tar.gz
Release 2.11.90 Update.ZENITY_2_11_90
2005-07-25 Lucas Rocha <lucasr@cvs.gnome.org> * configure.in: Release 2.11.90 * NEWS, THANKS, src/about.c: Update.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS16
-rw-r--r--THANKS3
-rw-r--r--configure.in2
-rw-r--r--po/ChangeLog4
-rw-r--r--src/about.c3
6 files changed, 31 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0689bde..14cb457 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-25 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * configure.in: Release 2.11.90
+ * NEWS, THANKS, src/about.c: Update.
+
2005-07-24 Lucas Rocha <lucasr@cvs.gnome.org>
* .cvsignore: added gnome-doc-utils.make.
diff --git a/NEWS b/NEWS
index 171f723..5b3febf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,24 @@
+Zenity 2.11.90
+==============
+" Almost there! "
+ * gnome-doc-utils migration [Lucas]
+ * New and updated translations
+ - Vincent van Adrighem [nl]
+ - Yair Hershkovitz [he]
+ - Ivar Smolin [et]
+ - Ankit Patel [gu]
+ - Rostislav Raykov [bg]
+ - Clytie Siddall [vi]
+ - Kjartan Maraas [no, nb]
+ - Ilkka Tuohela [fi]
+
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
+ * New and updated translations
- Theppitak Karoonboonyanan [th]
- Ivar Smolin [et]
- Takeshi Aihana [ja]
diff --git a/THANKS b/THANKS
index 59bb4f1..bc0045c 100644
--- a/THANKS
+++ b/THANKS
@@ -139,3 +139,6 @@
"Ivar Smolin <okul linux ee>",
"Jens Seidel <jensseidel users sf net>",
"BenoƮt Dejean <tazforever dlfp org>",
+ "Yair Hershkovitz <yairhr gmail com>",
+ "Clytie Siddall <clytie riverland net au>",
+ "Ilkka Tuohela <hile iki fi>",
diff --git a/configure.in b/configure.in
index eb7e2c2..f6d08d3 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.11.2)
+AM_INIT_AUTOMAKE(zenity, 2.11.90)
GNOME_DOC_INIT
diff --git a/po/ChangeLog b/po/ChangeLog
index cc81807..066f46f 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-25 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * 2.11.90 version marker.
+
2005-07-24 Ilkka Tuohela <hile@iki.fi>
* fi.po: Updated Finnish translation.
diff --git a/src/about.c b/src/about.c
index c2c9e63..5bb772d 100644
--- a/src/about.c
+++ b/src/about.c
@@ -184,6 +184,9 @@ static const gchar *const author_credits[] = {
"Ivar Smolin <okul linux ee>",
"Jens Seidel <jensseidel users sf net>",
"BenoƮt Dejean <tazforever dlfp org>",
+ "Yair Hershkovitz <yairhr gmail com>",
+ "Clytie Siddall <clytie riverland net au>",
+ "Ilkka Tuohela <hile iki fi>",
NULL
};