summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-06-21 14:39:31 +1200
committerRobert Ancell <robert.ancell@canonical.com>2016-06-21 14:39:31 +1200
commit10c998c603230b93472cc8ce1c731578b6e679df (patch)
tree5397d2c1254d3b59fc8b91d613ac5ab460c43d85
parent6205f19ec958681e7b8cf9b366efdf22826e7a8d (diff)
downloadlightdm-git-10c998c603230b93472cc8ce1c731578b6e679df.tar.gz
* New upstream release:1.18.2
- 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)
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog24
3 files changed, 37 insertions, 1 deletions
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 <robert.ancell@canonical.com> Tue, 21 Jun 2016 12:49:01 +1200
+
lightdm (1.18.1-0ubuntu1) xenial; urgency=medium
* New upstream release: