summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2ed05827..33e5777e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+===============
+Version 3.13.90
+===============
+
+Media keys:
+- Don't show Orientation lock popup if not supported
+
+Sharing:
+- Fix crash when run against older NM
+
+Wacom:
+- Add support for LEDs API in newer kernels
+
==============
Version 3.13.4
==============
diff --git a/configure.ac b/configure.ac
index 0bc72fe8..04a42e82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.13.4],
+ [3.13.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])