summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-05-24 15:04:08 +0100
committerBastien Nocera <hadess@hadess.net>2012-05-24 15:04:08 +0100
commit5c86727e7fabfdc65281fa377e2c03545dcd8a74 (patch)
tree178fdef5fb37148f4e26ad8ee00a940776d8176d
parent7214ccf758fc3b645ef8de9ca1ad2673c4eaf997 (diff)
downloadgnome-control-center-5c86727e7fabfdc65281fa377e2c03545dcd8a74.tar.gz
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
2 files changed, 35 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b3a2445a..e216633dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,38 @@
==========================
+Version 3.2.3 (2012-05-24)
+==========================
+
+* Display:
+- Fix crash when the screen setup changes after panel is closed
+
+* Date & Time:
+- Fix possible crash when D-Bus service fails
+
+* Keyboard:
+- keyboard shortcuts handling bug fixes
+- Make clicking on the description field edit the shortcut
+- Stop upper-case unmodified keys from being captured
+
+* Universal Access:
+- Fix crash when GConf is broken or Metacity isn't installed
+
+* User Accounts:
+- Fix sizing problems in the user list
+
+* Media:
+- Handle dialog closing consistently
+
+* Printers:
+- Fix possible crash in actualize_printers_list
+- Fix crash when changing from the Printers panel
+- Fix possible crash handling ink levels
+
+* Wacom:
+- Fix Scroll Up/Down actions being mapped inverted
+
+Updated translations
+
+==========================
Version 3.2.2 (2011-11-08)
==========================
diff --git a/configure.ac b/configure.ac
index 003f88abe..109c610df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.2.2)
+m4_define([gnome_control_center_version], 3.2.3)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])