From c1f02bf512607f406f98e4a8b196d414cff8c0ba Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 20 Jun 2016 16:50:31 +1200 Subject: [PATCH 1/1] Releasing 1.19.1 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- debian/changelog | 28 ++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4f5e3260..a26928f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Overview of changes in lightdm 1.19.1 + + * Rename "xlocal" seat type to "local". Using "xlocal" will continue to work + but report a warning. + * Fix memory leaks + * Fix uninitialized memory errors + * 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 + * Allow XMir to run on the xlocal seat using the new x-server-backend=mir + option + * Use only a single compositor on local seats + * Fix Mir greeter log filename having "(null)" in the name + * Copy fcitx/mozc rules so session works when these aren't installed + * Revert lxsession change - it caused the AppArmor to fail to compile + Overview of changes in lightdm 1.19.0 * Use /dev/tty0 instead of /dev/console for VT operations diff --git a/configure.ac b/configure.ac index bf2ea73a..e595e135 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.19.0) +AC_INIT(lightdm, 1.19.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 2c97bdf4..0a810e63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +lightdm (1.19.1-0ubuntu1) yakkety; urgency=medium + + * New upstream release: + * debian/lightdm.dirs: + - Rename "xlocal" seat type to "local". Using "xlocal" will continue to work + but report a warning. + - Ensure user configuration directories /etc/lightdm/lightdm.conf.d and + /etc/guest-session exist + - 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) + - Allow XMir to run on the xlocal seat using the new x-server-backend=mir + option + - Use only a single compositor on local seats (LP: #1594229) + - Fix Mir greeter log filename having "(null)" in the name (LP: #1590582) + - Copy fcitx/mozc rules so session works when these aren't installed + (LP #1581187) + - Revert lxsession change - it caused the AppArmor to fail to compile + * debian/rules: + - Revert dh_installinit change - we don't want to start LightDM on install + (LP: #1581106) + * debian/guest-account.sh: + * debian/guest-session-setup.sh: + - Source prefs.sh as privileged user to allow user modification + (LP: #1581853) + + -- Robert Ancell Mon, 20 Jun 2016 16:18:36 +1200 + lightdm (1.19.0-0ubuntu1) yakkety; urgency=medium * New upstream release: -- 2.39.2