summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2014-02-04 14:12:32 +0100
committerRui Matos <tiagomatos@gmail.com>2014-02-04 14:12:32 +0100
commit71da02a9b7bf6d786626593a4350e4f2d41b61f3 (patch)
tree8d1c0ef603be9249e98171aebf026a33cb866cdd
parenta9edc03211f417a8a0f19708936d1c911b787697 (diff)
downloadgnome-settings-daemon-71da02a9b7bf6d786626593a4350e4f2d41b61f3.tar.gz
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 53145fbd..74f8557e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
==============
+Version 3.11.5
+==============
+
+- We no longer quit when gnome-session tells all registered clients to
+ stop so that applications still running don't lose their theme and
+ icons briefly before the session ends
+
+Date & Time:
+- Specify the accuracy level for geoclue
+- Provide desktop id to geoclue so that authorization works
+
+Media-keys:
+- Remove the default shortcut to toggle the screen reader since it
+ conflicts with the "panel main menu" shortcut
+
+Wacom:
+- Check for calibration state on startup/device-added
+
+==============
Version 3.11.3
==============
diff --git a/configure.ac b/configure.ac
index 421fb4e6..d9ef62a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.11.3],
+ [3.11.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])