From 037b8eddb8f9dff2ede8729efed5cf1fccb8947c Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Sun, 12 Jun 2005 13:16:18 +0000 Subject: [PATCH] 2.11.3.1 bug fix. 2005-06-12 Sebastien Bacher * NEWS: * configure.in: 2.11.3.1 bug fix. --- ChangeLog | 5 +++++ NEWS | 9 +++++++++ configure.in | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3dcc459c0..6606ab79c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-12 Sebastien Bacher + + * NEWS: + * configure.in: 2.11.3.1 bug fix. + 2005-06-10 Sebastien Bacher * configure.in: update for 2.11.4 diff --git a/NEWS b/NEWS index bf872421b..e8ace6f09 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +gnome-control-center 2.11.3.1 + +- fix a crasher with the clipboard manager (Sebastien Bacher) +- fix a crasher when changing the volume with the multimedia keys + (Christophe Fergeau) +- make the sticky keys and slow keys dialog HIG compliants + (Carlos Garnacho Parro) + +------------------------------------------------------------------------------ gnome-control-center 2.11.3 - fix mute handling, particularly for devices without hardware mute support diff --git a/configure.in b/configure.in index 8356c0f15..55ab13d5d 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([control-center], [2.11.4], +AC_INIT([control-center], [2.11.3.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=control-center]) AC_CONFIG_SRCDIR([control-center])