summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-09-03 17:40:47 +1200
committerRobert Ancell <robert.ancell@canonical.com>2014-09-03 17:40:47 +1200
commit45dc6da53f5b9019b1d4096aedbda8071be5f74f (patch)
tree36cc5508ad64c523fc2042e8d32762d07ace7171
parent443a3d8c1ff66a9bca1c73f08818b0288fb5af53 (diff)
downloadlightdm-git-1.11.8.tar.gz
Releasing 1.11.81.11.8
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog10
3 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e56a4b15..d2240c52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.11.8
+
+ * Rework logind code that gets session ID. The previous method was racy
+ and a change in lightdm 1.11.7 led to a lockup when this race occurred.
+ * Handle CanGraphical property on logind seats
+
Overview of changes in lightdm 1.11.7
* Use logind to provide the list of seats to use. Deprecate the old method
diff --git a/configure.ac b/configure.ac
index a67bfd5d..e2be838f 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.7)
+AC_INIT(lightdm, 1.11.8)
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 4b3ab0c8..c7b568e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+lightdm (1.11.8-0ubuntu1) utopic; urgency=medium
+
+ * New upstream release:
+ - Rework logind code that gets session ID. The previous method was racy
+ and a change in lightdm 1.11.7 led to a lockup when this race occurred.
+ (LP: #1364725)
+ - Handle CanGraphical property on logind seats
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 03 Sep 2014 17:26:36 +1200
+
lightdm (1.11.7-0ubuntu1) utopic; urgency=medium
* New upstream release: