summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog26
3 files changed, 49 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 388463fc..6795d791 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Overview of changes in lightdm 1.9.1
+
+ * Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5
+ for ConsoleKit and was never passed to logind. logind/ConsoleKit treat
+ greeter sessions without this set as user sessions. This causes greeters
+ to show the lightdm user able to be logged in with.
+ * Set $USER when running the session-setup-script. This is a regression from
+ 1.7.5.
+ * Fix notification of sessions being logged out. This is a regression from
+ 1.7.5 and caused greeters to show sessions logged in after they had been
+ logged out.
+ * Refactor liblightdm user scanning to be simpler and more reliable. This
+ fixes bugs where some properties wouldn't be updated when they changed in
+ accounts service.
+ * Add support for a "display-stopped-script" field in lightdm.conf. The
+ "display-stopped-script" field allows us to run a script right after
+ stopping the display server.
+ * Allow dm-tool to run outside of a session if it doesn't need to be.
+ * Set $MIR_SERVER_NAME to assign a name to launched sessions. Also use a
+ "greeter-" prefix for greeter sessions for the benefit of
+ unity-system-compositor.
+
Overview of changes in lightdm 1.9.0
* Fix crash when starting with existing X servers. This was introduced in
diff --git a/configure.ac b/configure.ac
index 5fa5cbb1..103fc09a 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.9.0)
+AC_INIT(lightdm, 1.9.1)
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 fe42651b..ce56e75d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+lightdm (1.9.1-0ubuntu1) trusty; urgency=low
+
+ * New upstream release:
+ - Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5
+ for ConsoleKit and was never passed to logind. logind/ConsoleKit treat
+ greeter sessions without this set as user sessions. This causes greeters
+ to show the lightdm user able to be logged in with.
+ (LP: #1242939)
+ - Set $USER when running the session-setup-script. This is a regression from
+ 1.7.5. (LP: #1245957)
+ - Fix notification of sessions being logged out. This is a regression from
+ 1.7.5 and caused greeters to show sessions logged in after they had been
+ logged out. (LP: #1245295)
+ - Refactor liblightdm user scanning to be simpler and more reliable. This
+ fixes bugs where some properties wouldn't be updated when they changed in
+ accounts service.
+ - Add support for a "display-stopped-script" field in lightdm.conf. The
+ "display-stopped-script" field allows us to run a script right after
+ stopping the display server.
+ - Allow dm-tool to run outside of a session if it doesn't need to be.
+ - Set $MIR_SERVER_NAME to assign a name to launched sessions. Also use a
+ "greeter-" prefix for greeter sessions for the benefit of
+ unity-system-compositor.
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 30 Oct 2013 14:11:16 -0700
+
lightdm (1.9.0-0ubuntu1) trusty; urgency=low
* New upstream release: