summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2010-11-29 17:23:44 +0100
committerTomas Bzatek <tbzatek@redhat.com>2010-11-29 17:23:44 +0100
commitc9cc31afe5138b6fc60d7c1b9efe23d27ebc371c (patch)
tree932cff19963749c109e987548f71af1483cc4cfc
parent20e79e25b0e5e584aa185677e91d3ef33499f165 (diff)
downloadgnome-settings-daemon-c9cc31afe5138b6fc60d7c1b9efe23d27ebc371c.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ee988f8a..50090187 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 2.91.5
+==============
+
+- Add automount plugin (Tomas Bzatek)
+- Don't pass NULL strings to g_variant_new() (Bastien Nocera)
+- Properly handle gnome-session EndSession signals (Cosimo Cecchi)
+
+==============
Version 2.91.4
==============
diff --git a/configure.ac b/configure.ac
index 9e0258e7..8b3d004c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [2.91.4],
+ [2.91.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])