From d516731ec6f11052b198f84e83af3c382e48d817 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 9 Dec 2016 11:14:33 +1300 Subject: Releasing 1.21.2 --- NEWS | 9 +++++++++ configure.ac | 2 +- debian/changelog | 11 +++++++++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7af7f618..ad7624d6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in lightdm 1.21.2 + + * Use SA_RESTART on signals so we don't get interrupted reads + * Use logind to terminate greeter sessions if it is available + * Load greeters from XDG_DATA_DIRS instead of compile time value + * Allow D-Bus interface to be disabled + * Always pass through LD_PRELOAD, LD_LIBRARY_PATH and PATH to + sessions/display servers + Overview of changes in lightdm 1.21.1 * Fix greeters crashing with unknown configuration keys (regression from diff --git a/configure.ac b/configure.ac index 40a79e22..f44b35f8 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.21.1) +AC_INIT(lightdm, 1.21.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 042a5ce7..22f22063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ -lightdm (1.21.2-0ubuntu1) UNRELEASED; urgency=medium +lightdm (1.21.2-0ubuntu1) zesty; urgency=medium + * New upstream release: + - Use SA_RESTART on signals so we don't get interrupted reads (LP: #1648637) + - Use logind to terminate greeter sessions if it is available + - Load greeters from XDG_DATA_DIRS instead of compile time value + - Allow D-Bus interface to be disabled + - Always pass through LD_PRELOAD, LD_LIBRARY_PATH and PATH to + sessions/display servers * debian/patches/terminate-session.patch: - Merged upstream - -- Robert Ancell Mon, 28 Nov 2016 16:35:58 +1300 + -- Robert Ancell Fri, 09 Dec 2016 10:51:07 +1300 lightdm (1.21.1-0ubuntu2) zesty; urgency=medium -- cgit v1.2.1