From b274bb986d18ac2a7d8157b724c57493d87f69fc Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 17 Dec 2015 13:50:03 +1300 Subject: Releasing 1.17.3 --- NEWS | 5 +++++ configure.ac | 2 +- debian/changelog | 11 +++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9cca042c..179e937d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Overview of changes in lightdm 1.17.3 + + * Don't enable the hardware cursor in Unity System Compositor anymore. + Unity 8 now correctly provides its own cursor and other shells should too + Overview of changes in lightdm 1.17.2 * Handle XDMCP Request packet with no addresses. diff --git a/configure.ac b/configure.ac index 00287587..81876065 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.2) +AC_INIT(lightdm, 1.17.3) 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 37e396d6..35cb7f98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lightdm (1.17.3-0ubuntu1) xenial; urgency=medium + + * New upstream release: + - Don't enable the hardware cursor in Unity System Compositor anymore. + Unity 8 now correctly provides its own cursor and other shells should too + (LP: #1517615) + * debian/guest-session.profile: + - Fix guest session dialog sleep (LP: #1526004) + + -- Robert Ancell Thu, 17 Dec 2015 13:12:24 +1300 + lightdm (1.17.2-0ubuntu1) xenial; urgency=medium * New upstream release: -- cgit v1.2.1