diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 15 |
3 files changed, 27 insertions, 1 deletions
@@ -1,3 +1,14 @@ +Overview of changes in lightdm 1.11.9 + + * Don't check the logind CanGraphical seat property unless + login-check-graphical option is set to true. There are too many cases of + drivers that don't set the appropriate flags for this feature to work. + * Make socket writing code used between greeter and daemon more robust to + errors. + * Fix small memory leaks. + * Improve logging messages. + * Test improvements. + Overview of changes in lightdm 1.11.8 * Rework logind code that gets session ID. The previous method was racy diff --git a/configure.ac b/configure.ac index e2be838f..1fbc0749 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.8) +AC_INIT(lightdm, 1.11.9) 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 f04340eb..799c792b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +lightdm (1.11.9-0ubuntu1) utopic; urgency=medium + + * New upstream release: + - Don't check the logind CanGraphical seat property unless + login-check-graphical option is set to true. There are too many cases of + drivers that don't set the appropriate flags for this feature to work. + (LP: #1365336) + - Make socket writing code used between greeter and daemon more robust to + errors. + - Fix small memory leaks. + - Improve logging messages. + - Test improvements. + + -- Robert Ancell <robert.ancell@canonical.com> Wed, 10 Sep 2014 15:47:36 +1200 + lightdm (1.11.8-0ubuntu2) utopic; urgency=medium * debian/patches/06_apparmor-unix.patch: updates for unix socket mediation |