From fc20a37d82c63529d59aa14b73f15e732b2d8210 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 24 Aug 2009 18:03:34 +0200 Subject: [PATCH] Release 2.27.91 --- NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8960e597a..620bd949e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,44 @@ +gnome-control-center 2.27.91 (2009-08-24) + +Appearance: +- Use unique widget IDs (Jens Granseuer) (#592182) +- Add workaround for glade-3 not working with vbox (William Jon McCann) (#584029) +- Fix parentless modal dialogs in theme installer (William Jon McCann) (#592354) + +Common: +- Add schemas file (William Jon McCann) +- Fix distcheck (William Jon McCann) + +Display: +- Fix dragging of rotate monitors (Matthias Clasen) (#578109) + +Font viewer: +- Use preferences-desktop-font for the icon (Jens Granseuer) (#592642) +- Fix filename after GTKBuilder migration (Claude Paroz) + +Mouse: +- Keep touchpad UI in sync with GConf (Jens Granseuer) (#592425) + +Network: +- Update the ignored hosts list when the location changes (Maxim Ermilov) (#581472) + +Shell: +- Updated to latest libslab (Rodrigo Moya) + +Translations: +- bn (Jamil Ahmed) +- de (Christian Kirbach) +- es (Jorge González) +- et (Ivar Smolin) +- gl (Antón Méixome) +- it (Luca Ferretti) +- ko (Changwoo Ryu) +- nb (Kjartan Maraas) +- pt_BR (Henrique P. Machado) +- sv (Daniel Nylander) +- zh_HK (Chao-Hsiung Liao) +- zh_TW (Chao-Hsiung Liao) +------------------------------------------------------------------------------- gnome-control-center 2.27.90 (2009-08-17) About-me: diff --git a/configure.in b/configure.in index 63aa35e94..1b44a5bf9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gnome-control-center], [2.27.90], +AC_INIT([gnome-control-center], [2.27.91], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) AC_CONFIG_MACRO_DIR([m4])