diff options
author | Rui Matos <tiagomatos@gmail.com> | 2015-05-12 16:16:42 +0200 |
---|---|---|
committer | Rui Matos <tiagomatos@gmail.com> | 2015-05-12 16:16:42 +0200 |
commit | 173380f2672a2204099482b5abc096a839fd5d35 (patch) | |
tree | 4e8eb7aa7b04e50f0ae1b6688d1633e95f869345 | |
parent | e9edfbb3a1341b85dd5d4e60549dd3d4e15fc4c3 (diff) | |
download | gnome-settings-daemon-173380f2672a2204099482b5abc096a839fd5d35.tar.gz |
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 32 insertions, 1 deletions
@@ -1,4 +1,35 @@ ============== +Version 3.16.2 +============== + +Media keys: +- Don't crash when toggling the touchpad enabled button + +Mouse: +- Fix scroll methods settings for multiple devices +- Enable tap to click on devices without hw buttons +- Don't disable soft buttons when disabling the touchpad on devices + without hw buttons + +Power: +- Avoid screen being left ON indefinitely after waking from sleep if + there's a notification when we wake up +- Fix backlight adjustment not working under gdm in some + configurations + +Print Notifications: +- Do not block because of authentication + +Wacom: +- Remove calibration notification + +XSettings: +- Export cursor size to X resources +- Update fonts immediately as they are added/removed/changed + +- Updated translations + +============== Version 3.16.1 ============== diff --git a/configure.ac b/configure.ac index 4ee7b6c8..33049b83 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.60]) AC_INIT([gnome-settings-daemon], - [3.16.1], + [3.16.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon]) AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c]) |