summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog15
3 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1d6b68fb..d70f796a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes in lightdm 1.11.6
+
+ * Add a seat option 'allow-user-switching' that can disable all user
+ switching for that seat
+ * Add a new session type 'mir-container' that allows the session to run
+ inside a custom system compositor
+ * Only seat0 takes VT from Plymouth
+ * Removed unused GAsyncResultIface.is_tagged as this attribute was not
+ available in earlier versions of Glib I/O.
+ * Abort autogen if yelp-tools not installed
+ * Return correct errors for D-Bus calls
+
Overview of changes in lightdm 1.11.5
* Make PAM services configurable
diff --git a/configure.ac b/configure.ac
index 08031a5d..c675fa6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(lightdm, 1.11.5)
+AC_INIT(lightdm, 1.11.6)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
diff --git a/debian/changelog b/debian/changelog
index daecd985..ccbcad2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+lightdm (1.11.6-0ubuntu1) utopic; urgency=medium
+
+ * New upstream release:
+ * Add a seat option 'allow-user-switching' that can disable all user
+ switching for that seat
+ * Add a new session type 'mir-container' that allows the session to run
+ inside a custom system compositor (LP: #1359332)
+ * Only seat0 takes VT from Plymouth
+ * Removed unused GAsyncResultIface.is_tagged as this attribute was not
+ available in earlier versions of Glib I/O.
+ * Abort autogen if yelp-tools not installed
+ * Return correct errors for D-Bus calls
+
+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 22 Aug 2014 09:10:29 +1200
+
lightdm (1.11.5-0ubuntu1) utopic; urgency=medium
* New upstream release: