summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-10-30 14:19:08 +0100
committerBastien Nocera <hadess@hadess.net>2013-10-30 14:19:08 +0100
commitf2d93d41cf165329337d389736a6cdcb5a7237b0 (patch)
tree8aafe68609ea8ce625d67c6ad38109c7cb9c87d8
parentecc9aec0880a2c954d8ae58ef60e7754e108ab3c (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_8_6.tar.gz
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e26607ba..d2c40153 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
=============
+Version 3.8.6
+=============
+
+Housekeeping:
+- Optimise for "do nothing" when cleaning thumbnails
+
+Keyboard:
+- Don't set the XKB group switching option when not needed
+
+Mouse:
+- Fix critical warnings with touchpad settings
+
+Wacom:
+- Make OSD work again with newer librsvg
+
+Power:
+- Stop X from turning our screen off
+
+XRandR:
+- Prevent guint32 overflow
+
+=============
Version 3.8.5
=============
diff --git a/configure.ac b/configure.ac
index 2e8f5cc0..4d4602cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.8.5],
+ [3.8.6],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])