summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-11-19 16:30:45 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-11-19 16:30:45 -0500
commite70a448688d96e8d7e49ce21f3d58ed3e1a3991e (patch)
tree456de4355ee03e87ed46cf944e68de4adbaee422
parent3bd705b493ea31cf37a8bc382e82f44808545619 (diff)
downloadgnome-settings-daemon-3.11.2.tar.gz
3.11.23.11.2
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 82d9449d..9c5403d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
==============
+Version 3.11.2
+==============
+
+XSettings:
+- Fix a possible crash on exit
+- Export a GtkShellShowsDesktop setting
+
+Media keys:
+- All Power key in more places
+- Fix interaction with multiple MPRIS clients
+- Make Pause key work for MPRIS clients
+
+Remote display:
+- Don't disable animations unless we are on a remote display
+
+
+==============
Version 3.11.1
==============
diff --git a/configure.ac b/configure.ac
index b2978d09..a9075914 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.11.1],
+ [3.11.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])