summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-02-18 09:38:08 +0100
committerBastien Nocera <hadess@hadess.net>2014-02-18 09:38:08 +0100
commit999dacca2ff6d2f9359479e15866ac90863c0f1b (patch)
tree42ce809f4f441ce6c933ead9aab0e565b45ff1eb
parent90bc1c93433b26d3aeac469c3779a577f80f4ec0 (diff)
downloadgnome-settings-daemon-999dacca2ff6d2f9359479e15866ac90863c0f1b.tar.gz
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 74f8557e..02a60d73 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+===============
+Version 3.11.90
+===============
+
+Date & Time:
+- Require a newer Geoclue
+
+Keyboard:
+- Move X11 specific code from gnome-desktop to here
+
+Wacom, XRandR:
+- Add explicit input device to display output mapping
+ and apply rotation and mapping to the input devices
+ when the display output changes
+- Use "input-tablet" icon for notifications
+
+Rfkill:
+- Avoid spurious warning on startup
+
+Updates:
+- Update for UPower API changes
+
+Smartcard:
+- Detect explicit cancellation
+- Filter out spurious errors
+
+Wacom:
+- Add OLED handling over Bluetooth
+
==============
Version 3.11.5
==============
diff --git a/configure.ac b/configure.ac
index 9135900d..cb83fd31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.11.5],
+ [3.11.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])