summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@cvs.gnome.org>2005-10-24 12:51:36 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-10-24 12:51:36 +0000
commit5483bdb680420014ebcfc3b916fb30fbe04de581 (patch)
tree75ebe41ee60ed10a43591b77318e6847f0504871
parentbb7b787a98b4cf3a3742e83f4984c51dfe7e2001 (diff)
Release 2.13.1 Update.
2005-10-24 Lucas Rocha <lucasr@cvs.gnome.org> * configure.in: Release 2.13.1 * NEWS, THANKS, src/about.c: Update.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS17
-rw-r--r--THANKS3
-rw-r--r--configure.in2
-rw-r--r--help/ChangeLog4
-rw-r--r--po/ChangeLog4
-rw-r--r--src/about.c1
7 files changed, 34 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 46c8b4c..d4f47d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-24 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * configure.in: Release 2.13.1
+ * NEWS, THANKS, src/about.c: Update.
+
2005-10-18 Lucas Rocha <lucasr@cvs.gnome.org>
* src/zenity.glade: by default, focus is on tree
diff --git a/NEWS b/NEWS
index d6746bc..25d642d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Zenity 2.13.1
+==============
+" Incognito "
+ * Fixes man page typos [Guilherme Pastore]
+ * Fixes bug #317033 [Lucas]
+ * Fixes bug #315020 [Lucas]
+ * Refile Zenity Manual to GNOME|Utilities.
+ Fixes bug #318831 [Brent Smith]
+ * Manual improvements. Fixes bug #318915 [Brent Smith]
+ * Default focus is given on tree view in list
+ dialogs. Fixes bug #317263 [Aleksey Kliger]
+ * New and updated translations
+ - Inaki Larranaga [eu]
+ - Christian Rose [sv]
+ - Vincent van Adrighem [nl]
+ - Mahay Alam Khan [bn]
+
Zenity 2.12.0
==============
" G12 "
diff --git a/THANKS b/THANKS
index a742ff4..404abde 100644
--- a/THANKS
+++ b/THANKS
@@ -83,7 +83,7 @@
"Guntupalli Karunakar <karunakar freedomink org>",
"Tomas Kuliavas <tokul users sourceforge net>",
"Priit Laes <amd tt ee>",
- "Iaki Larraaga <dooteo euskalgnu org>",
+ "Inaki Larranaga <dooteo euskalgnu org>",
"Ole Laursen <olau hardworking dk>",
"Toivo Leedjrv <toivo linux ee>",
"David Lodge <dave cirt net>",
@@ -148,3 +148,4 @@
"Telsa Gwynne <hobbit aloss ukuu org uk>",
"Slobodan D. Sredojevic <ssl uns ns ac yu>",
"Baris Cicek <baris teamforce name tr>",
+ "Runa Bhattacharjee <runa bengalinux org>",
diff --git a/configure.in b/configure.in
index 879beb8..b58d21c 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.13.1)
GNOME_DOC_INIT
diff --git a/help/ChangeLog b/help/ChangeLog
index a92d53c..c80280a 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-24 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * 2.13.1 version marker.
+
2005-09-06 Lucas Rocha <lucasr@cvs.gnome.org>
* 2.12.0 version marker.
diff --git a/po/ChangeLog b/po/ChangeLog
index ccd72a5..62977cf 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-24 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * 2.13.1 version marker.
+
2005-10-20 Runa Bhattacharjee <runa@bengalinux.org>
* bn.po: Updated Bengali (bn) Translation
diff --git a/src/about.c b/src/about.c
index 965ce9b..b24cb5d 100644
--- a/src/about.c
+++ b/src/about.c
@@ -193,6 +193,7 @@ static const gchar *const author_credits[] = {
"Telsa Gwynne <hobbit aloss ukuu org uk>",
"Slobodan D. Sredojevic <ssl uns ns ac yu>",
"Baris Cicek <baris teamforce name tr>",
+ "Runa Bhattacharjee <runa bengalinux org>",
NULL
};