summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b224c982..7e52be7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
===============
+Version 3.15.91
+===============
+
+- Fix build with some build systems
+- Use proper quotes in Housekeeping plugin
+- Fix possible crashes in the Wacom plugin
+- Fix a regression in XSettings caused by recent glib changes
+- Updated translations
+
+===============
Version 3.15.90
===============
diff --git a/configure.ac b/configure.ac
index 98ec2b00..0c137d34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.15.90],
+ [3.15.91],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])