diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-12-17 12:18:30 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-12-17 12:18:30 +0100 |
commit | fdff76391571b96dce17071048a8b01e3923893d (patch) | |
tree | 9585430b4b709db4b50f68f79d7d97d6c23f7502 | |
parent | 40f10f13e67c54b9ef07c8fc0ad5c47bfd44a0e0 (diff) | |
download | gnome-control-center-fdff76391571b96dce17071048a8b01e3923893d.tar.gz |
-rw-r--r-- | NEWS | 35 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 36 insertions, 1 deletions
@@ -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]) |