From 8c54184c87338c710cd25092e7c30c59d29d0022 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 8 Feb 2010 12:38:15 +0100 Subject: [PATCH] Release 2.29.90 --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aa903a0d7..e5b945b71 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +gnome-control-center 2.29.90 (2010-02-08) + +About-me: +- Fix hangs when 'passwd' outputs unexpected answers (Milan Bouchet-Valat) +- Fix list of passwd error strings (Milan Bouchet-Valat) +- Fix fingerprint name on 2nd page (Bastien Nocera) + +At-properties: +- Add AutostartCondition to gnome-at-session.desktop (Martin Pitt) (#608138) + +Mouse: +- Fix mnemonics conflicts on touchpad tab (Jens Granseuer) (#608057) + +Translations: +- de (Mario Blättermann) +- es (Jorge González) +- et (Ivar Smolin) +- nb (Kjartan Maraas) +- pa (A S Alam) +- pt_BR (Antonio Fernandes C. Neto) +- sl (Matej Urbančič, Andrej Žnidaršič) +------------------------------------------------------------------------------- gnome-control-center 2.29.6 (2010-01-26) About-me: diff --git a/configure.ac b/configure.ac index eb90e685c..84eeb3e56 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gnome-control-center], [2.29.6], +AC_INIT([gnome-control-center], [2.29.90], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) AC_CONFIG_MACRO_DIR([m4])