summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-11-03 23:06:13 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-11-03 23:06:13 +0000
commita6e3182d26344e8ce702c81a1fbdd6d631136488 (patch)
treeb9924060866bcdc0c6dafc02b9bb9c1c840f6c6b
parent8995ac5ab232276774b326d6b36c15c6d3d9eaba (diff)
downloadgnome-session-3.11.1.tar.gz
3.11.13.11.1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b601030e..e1777550 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
==============
+Version 3.11.0
+==============
+ * Fix a possible crash in the presence interface
+ * gsm-manager: Don't abort when all clients exit (#710480)
+ * gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL) (#710485)
+ * Only support UPower 0.9
+ * Drop EggSMClient
+ * Remove gnome-session-properties (#708923)
+ * Translation updates
+
+==============
Version 3.10.1
==============
* Fix a crash on session end (#709221)
diff --git a/configure.ac b/configure.ac
index 064c739e..68b13ae0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([gnome-session],
- [3.10.1],
+ [3.11.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-session])
AC_CONFIG_SRCDIR([gnome-session])