summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-09-10 16:05:59 +1200
committerRobert Ancell <robert.ancell@canonical.com>2014-09-10 16:05:59 +1200
commit5c6ee89c04d554eccd7d136b946c74e42b823a43 (patch)
tree72283721b03959a3a09a3b18d137ac18f50c0125
parent2f400fd230dde91b262a3a3687d3765154001591 (diff)
downloadlightdm-git-1.11.9.tar.gz
Releasing 1.11.91.11.9
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog15
3 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d2240c52..cfc463fc 100644
--- a/NEWS
+++ b/NEWS
@@ -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