From 3402fbafacf167d8b29d0b59f8b297b0e5731c29 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 25 Jan 2016 17:26:11 +1300 Subject: Releasing 1.17.4 --- NEWS | 6 ++++++ configure.ac | 2 +- debian/changelog | 9 +++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) 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 Mon, 25 Jan 2016 17:13:18 +1300 + lightdm (1.17.3-0ubuntu1) xenial; urgency=medium * New upstream release: -- cgit v1.2.1