summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2014-10-14 15:12:38 +0200
committerRui Matos <tiagomatos@gmail.com>2014-10-14 15:12:38 +0200
commitc4b0a3697489a6b08aba2b8736c817b828c4649a (patch)
tree49328588aa893ee3e1b95c0dc384e9d654a861dc
parentbf174acadc053a8ff2d6c4f4ef9ffd8fae53cd7f (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_14_1.tar.gz
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 84f0ead7..29c12a27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
==============
+Version 3.14.1
+==============
+
+Cursor:
+- Disable if running under a wayland session
+
+Keyboard:
+- Add back the gtk+ IM module handling
+
+Media-keys:
+- Disallow screenshots when locked
+
+XSettings:
+- Translate titlebar action settings (for CSD gtk+ windows)
+- Misc cleanups
+
+==============
Version 3.14.0
==============
diff --git a/configure.ac b/configure.ac
index dfcfc2d3..5132ae9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.14.0],
+ [3.14.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])