summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-09-17 19:19:21 +0200
committerBastien Nocera <hadess@hadess.net>2012-09-17 19:19:21 +0200
commit5a942976d94b94bceff1820164e67c0704271504 (patch)
tree23e2b55b6cf2139c1759b093c46a45c28ccbbad1
parent7ae556272215ae198db06e58e2988b37c52c34d8 (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_5_92.tar.gz
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60b6f190..4dfd0924 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
==============
+Version 3.5.92
+==============
+
+Keyboard:
+- Don't block getting the IBus global engine
+- Don't touch the XKB layout if no input sources were configured
+- Fix gtk+ IM module getting set to IBus for XKB sources
+
+Media keys:
+- Make "toggle brightness" work
+
+Color:
+- Don't warn about non-existent DMI file
+
+Power:
+- Fix some instances where an external screen would turn off
+
+Wacom:
+- Require wacom 0.6 to fix bugs with some tablets
+
+==============
Version 3.5.91
==============
diff --git a/configure.ac b/configure.ac
index eb1937f6..a704e463 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.5.91],
+ [3.5.92],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])