summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe3a4265..82d9449d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
==============
+Version 3.11.1
+==============
+
+Power:
+- Remove battery recall support code
+- Update for new UPower API
+- Remove org.gnome.SettingsDaemon.Power D-Bus interface
+ (deprecated by the new UPower)
+- Fix brightness keys when there's less than 20 brightness steps
+
+Remote display:
+- Merge plugin functionality into the XSettings plugin
+ we shouldn't modify GSettings on startup
+
+RFKill:
+- Handle rfkill for WWAN modems
+
+==============
Version 3.10.1
==============
diff --git a/configure.ac b/configure.ac
index a8e73674..b2978d09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.10.1],
+ [3.11.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])