summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 33e5777e..c7823305 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
===============
+Version 3.13.91
+===============
+
+Media-keys:
+- Postpone initialisation of libcanberra to avoid blocking on it
+ at startup
+
+Wacom:
+- Fix OLEDs never actually working due to a missing single line
+
+===============
Version 3.13.90
===============
diff --git a/configure.ac b/configure.ac
index 04a42e82..cc10af56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.13.90],
+ [3.13.91],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])