summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-03-21 12:39:38 +0100
committerBastien Nocera <hadess@hadess.net>2016-03-21 12:39:38 +0100
commitc1b0caa86eea40d1175e293c3bb72eb821b96917 (patch)
tree7b47e49d589bb1f7af570a048990c9379f543511
parent5e26a62bf62b465d826815a19fa95ea99a736e3e (diff)
downloadgnome-settings-daemon-c1b0caa86eea40d1175e293c3bb72eb821b96917.tar.gz
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0030a096..38e526a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+==============
+Version 3.20.0
+==============
+
+- Fix cancellation handling and possible crashes in all plugins
+
===============
Version 3.19.92
===============
diff --git a/configure.ac b/configure.ac
index a578f0c6..945f26bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.19.92],
+ [3.20.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])