release 2.26.0

2009-03-16  Rodrigo Moya <rodrigo@gnome-db.org>

	* NEWS:
	* configure.in: release 2.26.0

svn path=/trunk/; revision=9367
This commit is contained in:
Rodrigo Moya 2009-03-17 00:03:15 +00:00 committed by Rodrigo Moya
parent 5299c83337
commit 9012e193e1
3 changed files with 67 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-03-16 Rodrigo Moya <rodrigo@gnome-db.org>
* NEWS:
* configure.in: release 2.26.0
2009-03-03 Thomas H.P. Andersen <phomes@gmail.com>
* typing-break/drwright.c: Revert change to GtkUIManager. It broke

62
NEWS
View file

@ -1,3 +1,62 @@
gnome-control-center 2.26.0 (2009-03-16)
About me:
- Fix warning when selecting a finger to enroll in the combo box
(Bastien Nocera) (#574974)
Default applications:
- Fix mnemonic conflicts (Jens Granseuer)
Display:
- Make the strings of the rotation dialog appear translated (Gabor Kelemen)
(#574693)
- Fix crash when refreshing RANDR configuration (Federico Mena Quintero)
(#574865)
Font viewer:
- Stop the font thumbnailer eating all the CPU (Bastien Nocera) (#573795)
Keybindings:
- Fix mnemonics conflict on the custom shortcut window (Jens Granseuer)
Typing break:
- Revert string freeze breaker (Thomas H.P. Andersen) (#572325)
Translations:
- af (Friedel Wolff)
- as (Amitakhya Phukan)
- bg (Alexander Shopov)
- bn_IN (Runa Bhattacharjee)
- cs (Petr Kovar, Lucas Lommer)
- de (Christian Kirbach, Hendrik Richter)
- el (Jennie Petoumenou)
- en_GB (Philip Withnall)
- es (Jorge Gonzalez)
- fi (Tommi Vainikainen)
- gl (Ignacio Casal Quinteiro)
- gu (Ankitkumar Patel)
- he (Mark Krapivner, Yaron Sharabani)
- hi (Rajesh Ranjan)
- hu (Gabor Kelemen)
- it (Milo Casagrande)
- ja (Takeshi AIHANA)
- lt (Gintautas Miliauskas)
- mai (Rajesh Ranjan)
- ml (Ani Peter)
- mr (Sandeep Shedmake)
- nl (Wouter Bolsterlee)
- or (Manoj Kumar Giri)
- pl (Tomasz Dominikowski)
- pt (Duarte Loreto)
- pt_BR (Andre Gondim)
- ru (Nickolay V. Shmyrev)
- sv (Daniel Nylander)
- ta (I. Felix)
- te (Krishnababu K)
- th (Theppitak Karoonboonyanan)
- tr (Baris Cicek)
-------------------------------------------------------------------------------
gnome-control-center 2.25.92 (2009-03-02)
General:
@ -59,7 +118,7 @@ Translations:
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)
-------------------------------------------------------------------------------
gnome-control-center 2.25.90 (2009-02-04)
General:
@ -161,6 +220,7 @@ Display:
(Federico Mena Quintero)
- Remove unneeded help button (Federico Mena Quintero)
-------------------------------------------------------------------------------
gnome-control-center 2.25.2 (2008-12-02)
General:

View file

@ -1,4 +1,4 @@
AC_INIT([gnome-control-center], [2.25.92],
AC_INIT([gnome-control-center], [2.26.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
AC_CONFIG_MACRO_DIR([m4])