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.
This commit is contained in:
Lucas Rocha 2005-10-24 12:51:36 +00:00 committed by Lucas Almeida Rocha
parent bb7b787a98
commit 5483bdb680
7 changed files with 34 additions and 2 deletions

View File

@ -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

17
NEWS
View File

@ -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 "

3
THANKS
View File

@ -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>",

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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
};