diff options
author | Bastien Nocera <hadess@hadess.net> | 2014-06-24 15:43:41 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2014-06-24 15:43:41 +0200 |
commit | d228c41f1aaff9b21dbfd7758bd79c486f4288c6 (patch) | |
tree | 43b602a40a60dbed1addc10795b416f6b9710ece | |
parent | 42bec6848e66cc6e9d7420aff4eae02b25259d29 (diff) | |
download | gnome-settings-daemon-d228c41f1aaff9b21dbfd7758bd79c486f4288c6.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.13.2 +============== + +- Add new sharing plugin + +General: +- Implement size matching for touchscreens +- Fix warnings in the display to input device mapper +- Remove multiple screens support + +Power: +- Fix wakeup not working with some keymaps +- Fix restarting of the lid inhibitor check timer +- Fix suspend happening again when resuming from suspend +- Discretize the set backlight value fixing problems + on some harwdare with limited number of backlight settings +- Fix initial backlight state in gnome-shell +- Add sound notification on power plug/unplug + +Wacom: +- Add Bluetooth OLED handling for Intuos4 WL +- Fix OLED application for wired Intuos4 +- Make OSD always appear on a single monitor + +XSettings: +- Honor changes to the enable-animations setting +- Better support for GTK+ CSD titlebar button layout + +Housekeeping: +- Fix a possible data loss when symlinks are created from /tmp + +Media-keys: +- Fix possible crash disabling media-keys plugin + +============== Version 3.13.1 ============== diff --git a/configure.ac b/configure.ac index 974962a4..23e49637 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.60]) AC_INIT([gnome-settings-daemon], - [3.13.1], + [3.13.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon]) AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c]) |