summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-09-25 10:36:12 +0200
committerBastien Nocera <hadess@hadess.net>2012-09-25 10:36:12 +0200
commiteda13f3cc96bd8363dffbf0f53ccb1d9616726fc (patch)
tree304aec54b1db090e3189dd7e4b1f04cda72bfc8f
parent989b8d45af42709f975800a7428c8d5e642ae08f (diff)
downloadgnome-settings-daemon-eda13f3cc96bd8363dffbf0f53ccb1d9616726fc.tar.gz
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4dfd0924..90466e00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+=============
+Version 3.6.0
+=============
+
+Keyboard:
+- Create sources from the X layouts if the configuration is empty
+- Always do that in GDM, so system-wide layouts work
+- Add modifiers-only shortcuts to switch input sources
+
==============
Version 3.5.92
==============
diff --git a/configure.ac b/configure.ac
index a704e463..f2b3c57d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.5.92],
+ [3.6.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])