summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-12-17 13:50:03 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-12-17 13:50:03 +1300
commitb274bb986d18ac2a7d8157b724c57493d87f69fc (patch)
tree30b5ed80f9a97fc852d7f66ddad0366f1780314a
parent6376fb09e279142a89ec324d34fbc3513c0afd0f (diff)
downloadlightdm-b274bb986d18ac2a7d8157b724c57493d87f69fc.tar.gz
Releasing 1.17.31.17.3
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
3 files changed, 17 insertions, 1 deletions
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 <robert.ancell@canonical.com> Thu, 17 Dec 2015 13:12:24 +1300
+
lightdm (1.17.2-0ubuntu1) xenial; urgency=medium
* New upstream release: