summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-03-03 16:46:14 +0100
committerBastien Nocera <hadess@hadess.net>2016-03-03 16:46:14 +0100
commit0c193c1e1ddf27a62418e4aab552d1d806d087d5 (patch)
tree128e1fc24322d737541b45ba0da01b6861467609
parenta09ae56c360852da60d4f5b5c155b0b461a4a62d (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_19_91.tar.gz
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b3527794..89b2c94a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
===============
+Version 3.19.91
+===============
+
+Media keys:
+- Fix a typo in the "Airplane" string
+- Fix a number of possible crashers when plugging in audio
+ devices on some machines
+- Add debug output to a number of custom shortcuts related functions
+
+Housekeeping:
+- Don't remove X11 sockets, breaking sandboxed X11 applications
+
+===============
Version 3.19.90
===============
diff --git a/configure.ac b/configure.ac
index 8f5a3a1b..e1837823 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.19.90],
+ [3.19.91],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])