summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-12-17 12:18:30 +0100
committerBastien Nocera <hadess@hadess.net>2013-12-17 12:18:30 +0100
commitfdff76391571b96dce17071048a8b01e3923893d (patch)
tree9585430b4b709db4b50f68f79d7d97d6c23f7502
parent40f10f13e67c54b9ef07c8fc0ad5c47bfd44a0e0 (diff)
downloadgnome-control-center-fdff76391571b96dce17071048a8b01e3923893d.tar.gz
-rw-r--r--NEWS35
-rw-r--r--configure.ac2
2 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 01db8f4e0..a82dbf3d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,39 @@
==============
+Version 3.11.3
+==============
+
+Shell:
+- Set iconview number of columns to 6
+
+Background:
+- Fix small memory leak
+
+Bluetooth:
+- New panel
+
+Display:
+- Add an 'upside-down' button
+
+Network:
+- Set mnemonic widget for labels and values in connection details
+
+Color:
+- Fix a crash if the user closes the window after calibrating
+- Actually show the whitepoint selector
+
+Sharing and Power:
+- Use gnome-settings-daemon's rfkill Bluetooth support
+
+Wacom:
+- Hide tab borders by default
+- Clear background on "target" actor in calibration UI
+- Don't use monitor geometry X/Y when calculating calibration
+- Forgive inconspicuous double clicks when calibrating
+- Fix possible crashers when the calibration window goes away
+- Protect calibrator UI to spawn animations multiple times
+- Fix first animation of calibration UI
+
+==============
Version 3.11.2
==============
diff --git a/configure.ac b/configure.ac
index 052548747..58f391266 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.11.2)
+m4_define([gnome_control_center_version], 3.11.3)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])