summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9104bbc1..04ac6d68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.16.7
+
+ * Fix dm-tool add-local-seat not working because LightDM is trying to
+ connect with TCP/IP
+
Overview of changes in lightdm 1.16.6
* Handle XDMCP Request packet with no addresses.
diff --git a/configure.ac b/configure.ac
index 6b5752b7..fedc6c1f 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.16.6)
+AC_INIT(lightdm, 1.16.7)
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 b35e2439..aa8de21f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lightdm (1.16.7-0ubuntu1) wily; urgency=medium
+
+ * New upstream release:
+ - Fix dm-tool add-local-seat not working because LightDM is trying to
+ connect with TCP/IP (LP: #1529454)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 25 Jan 2016 17:35:34 +1300
+
lightdm (1.16.6-0ubuntu1) wily; urgency=medium
* New upstream release: