summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-11-20 15:41:59 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-11-20 15:41:59 +1300
commitd2a60cad0af514e05cd88ce7eb7d136500d947f7 (patch)
treef413b2d0c4f50834a2a44946b54229496ebe5d0a
parent8433119319421f5e737c7978d4e7888587a828fa (diff)
downloadlightdm-d2a60cad0af514e05cd88ce7eb7d136500d947f7.tar.gz
Releasing 1.17.21.17.2
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog20
3 files changed, 32 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e6486a49..9cca042c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in lightdm 1.17.2
+
+ * Handle XDMCP Request packet with no addresses.
+ * Don't start LightDM if the XDMCP server is configured with a key that
+ doesn't exist.
+ * Add IP addresses to XDMCP log messages.
+ * Refactor XDMCP error handling.
+ * Add more XDMCP tests.
+
Overview of changes in lightdm 1.17.1
* Add a backup-logs option that can be used to disable existing logging
@@ -14,7 +23,8 @@ Overview of changes in lightdm 1.17.0
* Handle trailing whitespace on boolean values in configuration.
* Update example configuration to more correctly match allowed options.
* Fix unnecessary X server from being launched when locking seats.
- * Check the version of the X server we are running so we correctly pass -listen tcp when required.
+ * Check the version of the X server we are running so we correctly pass
+ -listen tcp when required.
* Allow reading /proc/<PID>/net/dev from within a guest session.
* Allow guest sessions to write in /{,var/}run/screen folder.
* Update guest-session AppArmor profile to be suitable for openSUSE.
diff --git a/configure.ac b/configure.ac
index 7086a89b..00287587 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.17.1)
+AC_INIT(lightdm, 1.17.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 8e0a781a..37e396d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+lightdm (1.17.2-0ubuntu1) xenial; urgency=medium
+
+ * New upstream release:
+ - Handle XDMCP Request packet with no addresses. (LP: #1516831)
+ - Don't start LightDM if the XDMCP server is configured with a key that
+ doesn't exist. (LP: #1517685)
+ - Add IP addresses to XDMCP log messages.
+ - Refactor XDMCP error handling.
+ - Add more XDMCP tests.
+
+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 20 Nov 2015 15:34:08 +1300
+
+lightdm (1.17.1-0ubuntu2) xenial; urgency=medium
+
+ * debian/guest-session-setup.sh:
+ - don't error out if there is no prefs.sh configuration,
+ should fix the guest session not starting in xenial (lp: #1515704)
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 13 Nov 2015 11:52:06 +0100
+
lightdm (1.17.1-0ubuntu1) xenial; urgency=medium
* New upstream release: