summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-01-25 17:26:11 +1300
committerRobert Ancell <robert.ancell@canonical.com>2016-01-25 17:26:11 +1300
commit3402fbafacf167d8b29d0b59f8b297b0e5731c29 (patch)
tree4084484b3a4e9c465823b60750d4ae3838c922b0
parentcf6c9ec43d042a7f5400f1f42e6519883e2d55e8 (diff)
downloadlightdm-3402fbafacf167d8b29d0b59f8b297b0e5731c29.tar.gz
Releasing 1.17.41.17.4
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 179e937d..ad5d6eb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.17.4
+
+ * Add support for g_autoptr and liblightdm-gobject
+ * Fix dm-tool add-local-seat not working because LightDM is trying to
+ connect with TCP/IP
+
Overview of changes in lightdm 1.17.3
* Don't enable the hardware cursor in Unity System Compositor anymore.
diff --git a/configure.ac b/configure.ac
index 81876065..7650281c 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.3)
+AC_INIT(lightdm, 1.17.4)
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 35cb7f98..f06c086e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lightdm (1.17.4-0ubuntu1) xenial; urgency=medium
+
+ * New upstream release:
+ - Add support for g_autoptr and liblightdm-gobject
+ - 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:13:18 +1300
+
lightdm (1.17.3-0ubuntu1) xenial; urgency=medium
* New upstream release: