summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2015-05-12 16:16:42 +0200
committerRui Matos <tiagomatos@gmail.com>2015-05-12 16:16:42 +0200
commit173380f2672a2204099482b5abc096a839fd5d35 (patch)
tree4e8eb7aa7b04e50f0ae1b6688d1633e95f869345
parente9edfbb3a1341b85dd5d4e60549dd3d4e15fc4c3 (diff)
downloadgnome-settings-daemon-173380f2672a2204099482b5abc096a839fd5d35.tar.gz
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index de959b75..f0ea4dd6 100644
--- a/NEWS
+++ b/NEWS
@@ -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])