From d228c41f1aaff9b21dbfd7758bd79c486f4288c6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 24 Jun 2014 15:43:41 +0200 Subject: 3.13.2 --- NEWS | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a7faae51..8dd76854 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +============== +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]) -- cgit v1.2.1