]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Implement missing guest-wrapper functionality and enable it for Ubuntu. Update AppArm...
authorRobert Ancell <robert.ancell@canonical.com>
Wed, 30 Oct 2013 22:28:22 +0000 (22:28 +0000)
committerTarmac <Unknown>
Wed, 30 Oct 2013 22:28:22 +0000 (22:28 +0000)
Approved by Robert Ancell, PS Jenkins bot.

NEWS
configure.ac
debian/changelog
tests/Makefile.am

diff --git a/NEWS b/NEWS
index 388463fc17039f8e9ac4c5469b06c9a5d175abfb..6795d791d0c76139a7cbc6ceb23a6450e6ad414b 100644 (file)
--- 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
index 5fa5cbb1b2f009239dbb358cf3846e5285e2058a..103fc09a168e2e4107dad29a8d4cd71a67f02b6a 100644 (file)
@@ -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])
index 90f42abb7daf0ceb0b344bc1508bb35ef06cc58e..29d9a85e46f0ca088e5b4f41ad42d740411cab49 100644 (file)
@@ -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-0ubuntu2) UNRELEASED; urgency=low
 
   * debian/50-guest-wrapper.conf:
index 375e990cacc20030e37fc63d337b37ef7aae793b..c121d6ddf8624d0cb800aa92e6879129a79e5d00 100644 (file)
@@ -428,6 +428,7 @@ EXTRA_DIST = \
        scripts/unity-compositor-command.conf \
        scripts/unity-compositor-fail-ready.conf \
        scripts/unity-compositor-fail-start.conf \
+       scripts/unity-compositor-mir-next-session.conf \
        scripts/unity-compositor-next-session.conf \
        scripts/unity-login.conf \
        scripts/unity-mir-autologin.conf \
@@ -445,6 +446,7 @@ EXTRA_DIST = \
        scripts/user-image.conf \
        scripts/user-layout.conf \
        scripts/user-logged-in.conf \
+       scripts/user-name.conf \
        scripts/util-path.conf \
        scripts/user-renamed.conf \
        scripts/user-renamed-invalid.conf \