summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-09-02 11:03:45 +0200
committerBastien Nocera <hadess@hadess.net>2014-09-02 11:03:45 +0200
commit73711a442fd935042374bc3d3f345cf87d511ef9 (patch)
treedd93177b8bf12dc197a8d7b66276a9f51f573035
parent4ce99a451481e43cf45a4dcbe75d200dbb9525c8 (diff)
downloadgnome-settings-daemon-73711a442fd935042374bc3d3f345cf87d511ef9.tar.gz
-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])