summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-08-12 11:51:34 +1200
committerRobert Ancell <robert.ancell@canonical.com>2016-08-12 11:51:34 +1200
commit31d390a6c7712f65916b79b3de45933cab8c58d2 (patch)
tree8e7d558d7f10434136da73e979ebe32fcc09e876
parented61684bc110ad6a35e307eb18c1f96565d8894b (diff)
downloadlightdm-git-31d390a6c7712f65916b79b3de45933cab8c58d2.tar.gz
Releasing 1.18.31.18.3
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog18
3 files changed, 30 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8f1a22cf..5303f5f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in lightdm 1.18.3
+
+ * Fix error that caused stdin to be closed. This seems to have lots of bad
+ side effects (greeter not working correctly, multi-seat failing).
+ * Add support for greeters running inside sessions. This is enabled by
+ setting X-LightDM-Allow-Greeter inside the session .desktop file.
+ The session can then use liblightdm to connect one greeter to the
+ daemon. The communication is done using a socket
+ (/var/run/lightdm/<user>/greeter-socket) that is accessible to any
+ process run by that user. Consider controlling access to this socket
+ using a MAC system such as AppArmor.
+ * Fix various memory management issues exposed by the use of in-session
+ greeters.
+
Overview of changes in lightdm 1.18.2
* Don't quit on SIGUSR1, SIGUSR2 or SIGHUP
diff --git a/configure.ac b/configure.ac
index 59782221..bf4be369 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.2)
+AC_INIT(lightdm, 1.18.3)
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 7fa1955d..a18f84f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,21 @@
-lightdm (1.18.3-0ubuntu1) UNRELEASED; urgency=medium
-
+lightdm (1.18.3-0ubuntu1) xenial; urgency=medium
+
+ * New upstream release:
+ - Fix error that caused stdin to be closed. This seems to have lots of bad
+ side effects (greeter not working correctly, multi-seat failing).
+ - Add support for greeters running inside sessions. This is enabled by
+ setting X-LightDM-Allow-Greeter inside the session .desktop file.
+ The session can then use liblightdm to connect one greeter to the
+ daemon. The communication is done using a socket
+ (/var/run/lightdm/<user>/greeter-socket) that is accessible to any
+ process run by that user. Consider controlling access to this socket
+ using a MAC system such as AppArmor. (LP: #1582242)
+ - Fix various memory management issues exposed by the use of in-session
+ greeters.
* debian/patches/lp1605117.patch:
- Applied upstream
- -- Robert Ancell <robert.ancell@canonical.com> Fri, 29 Jul 2016 15:32:29 +1200
+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 12 Aug 2016 11:37:43 +1200
lightdm (1.18.2-0ubuntu2) xenial; urgency=medium