summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-12-09 11:14:33 +1300
committerRobert Ancell <robert.ancell@canonical.com>2016-12-09 11:14:33 +1300
commitd516731ec6f11052b198f84e83af3c382e48d817 (patch)
treed05755369c2a84c4f3ab1e0115a2d7c7cc9f63f3
parentb6b9140f3d09513ae27495e37f57ef2541935287 (diff)
downloadlightdm-git-d516731ec6f11052b198f84e83af3c382e48d817.tar.gz
Releasing 1.21.21.21.2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
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 <robert.ancell@canonical.com> Mon, 28 Nov 2016 16:35:58 +1300
+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 09 Dec 2016 10:51:07 +1300
lightdm (1.21.1-0ubuntu2) zesty; urgency=medium