]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.11.8
authorRobert Ancell <robert.ancell@canonical.com>
Wed, 3 Sep 2014 05:40:47 +0000 (17:40 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Wed, 3 Sep 2014 05:40:47 +0000 (17:40 +1200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index e56a4b15b766e472957cf62ce910f4816646c3c5..d2240c5295e2b7b86e0639038295fc76ba4f911c 100644 (file)
--- 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
index a67bfd5d06eb4c4d5673a387cdc4c6c572fd86b8..e2be838f3720fa1d5e13c0f64ed3e66992dac3c5 100644 (file)
@@ -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])
index 4b3ab0c8ba789f863dcb046f1b798a2836835e70..c7b568e26ee9eff1ea3ebfd4ac37d5416cf5c496 100644 (file)
@@ -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: