summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-08-27 16:56:26 +1200
committerRobert Ancell <robert.ancell@canonical.com>2014-08-27 16:56:26 +1200
commitc8e29f6d89a1e4bd52124654d5f9e6a2317ebc39 (patch)
tree3082f69ef66663a3a1f459c3772c4cb3ddd1df61
parent87d1dd6f3e2e73a4616ef672e8da9297465e048a (diff)
downloadlightdm-1.11.7.tar.gz
Releasing 1.11.71.11.7
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
3 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d70f796a..e56a4b15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in lightdm 1.11.7
+
+ * Use logind to provide the list of seats to use. Deprecate the old method
+ of manually defining seats.
+ * Add --show-config option that shows combined configuration.
+ * Drop the surfaceflinger seat type. This was a temporary solution while
+ Ubuntu Phone was migrating to Mir.
+
Overview of changes in lightdm 1.11.6
* Add a seat option 'allow-user-switching' that can disable all user
diff --git a/configure.ac b/configure.ac
index c675fa6a..a67bfd5d 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.6)
+AC_INIT(lightdm, 1.11.7)
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 ccbcad2b..4b3ab0c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+lightdm (1.11.7-0ubuntu1) utopic; urgency=medium
+
+ * New upstream release:
+ - Use logind to provide the list of seats to use. Deprecate the old method
+ of manually defining seats.
+ - Add --show-config option that shows combined configuration.
+ - Drop the surfaceflinger seat type. This was a temporary solution while
+ Ubuntu Phone was migrating to Mir.
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 27 Aug 2014 16:25:53 +1200
+
lightdm (1.11.6-0ubuntu1) utopic; urgency=medium
* New upstream release: