From 10c998c603230b93472cc8ce1c731578b6e679df Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 21 Jun 2016 14:39:31 +1200 Subject: * New upstream release: - Don't quit on SIGUSR1, SIGUSR2 or SIGHUP (LP: #960157) - Use MIR_SERVER_HOST_SOCKET instead of MIR_SOCKET to report compositor socket to sessions. This used to work but no longer works in Mir 0.21 (LP: #1583624) - Use only a single compositor on xlocal seats (LP: #1594229) - Fix Mir greeter log filename having "(null)" in the name (LP: #1590582) - Set XDMCP hostname field in to system hostname or configured value (LP: #1578442) - Improve XDMCP IPv6 address selection (LP: #1575200) - Allow fcitx and mozc to run in guest session (LP: #1509829) - Fix uninitialized memory errors * debian/lightdm.dirs: - Ensure user configuration directories /etc/lightdm/lightdm.conf.d and /etc/guest-session exist * debian/guest-account.sh: * debian/guest-session-setup.sh: - Source prefs.sh as privileged user to allow user modification (LP: #1581853) --- NEWS | 12 ++++++++++++ configure.ac | 2 +- debian/changelog | 24 ++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8334a75d..8f1a22cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Overview of changes in lightdm 1.18.2 + + * Don't quit on SIGUSR1, SIGUSR2 or SIGHUP + * Use MIR_SERVER_HOST_SOCKET instead of MIR_SOCKET to report compositor + socket to sessions. This used to work but no longer works in Mir 0.21 + * Use only a single compositor on xlocal seats + * Fix Mir greeter log filename having "(null)" in the name + * Set XDMCP hostname field in to system hostname or configured value + * Improve XDMCP IPv6 address selection + * Allow fcitx and mozc to run in guest session + * Fix uninitialized memory errors + Overview of changes in lightdm 1.18.1 * Use /dev/tty0 instead of /dev/console for VT operations diff --git a/configure.ac b/configure.ac index 7960800a..59782221 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.18.1) +AC_INIT(lightdm, 1.18.2) 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 73071161..d91bbccf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +lightdm (1.18.2-0ubuntu1) xenial; urgency=medium + + * New upstream release: + - Don't quit on SIGUSR1, SIGUSR2 or SIGHUP (LP: #960157) + - Use MIR_SERVER_HOST_SOCKET instead of MIR_SOCKET to report compositor + socket to sessions. This used to work but no longer works in Mir 0.21 + (LP: #1583624) + - Use only a single compositor on xlocal seats (LP: #1594229) + - Fix Mir greeter log filename having "(null)" in the name (LP: #1590582) + - Set XDMCP hostname field in to system hostname or configured value + (LP: #1578442) + - Improve XDMCP IPv6 address selection (LP: #1575200) + - Allow fcitx and mozc to run in guest session (LP: #1509829) + - Fix uninitialized memory errors + * debian/lightdm.dirs: + - Ensure user configuration directories /etc/lightdm/lightdm.conf.d and + /etc/guest-session exist + * debian/guest-account.sh: + * debian/guest-session-setup.sh: + - Source prefs.sh as privileged user to allow user modification + (LP: #1581853) + + -- Robert Ancell Tue, 21 Jun 2016 12:49:01 +1200 + lightdm (1.18.1-0ubuntu1) xenial; urgency=medium * New upstream release: -- cgit v1.2.1