summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-02-03 13:03:43 +1300
committerRobert Ancell <robert.ancell@canonical.com>2016-02-03 13:03:43 +1300
commit4a351865daedca9ac31cd2f79fac0db05bc1f567 (patch)
tree009ee99127ab63dada3b380e41cce2cc0ef28c37
parent4f725ef454b4c4b198a697ed2bce75bbb8304ba2 (diff)
downloadlightdm-1.17.5.tar.gz
Releasing 1.17.51.17.5
-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 ad5d6eb7..98442c25 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm 1.17.5
+
+ * Set XDG_RUNTIME_DIR for ConsoleKit sessions. This is a recent change in
+ ConsoleKit2.
+
Overview of changes in lightdm 1.17.4
* Add support for g_autoptr and liblightdm-gobject
diff --git a/configure.ac b/configure.ac
index 7650281c..900cda6d 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.4)
+AC_INIT(lightdm, 1.17.5)
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 f06c086e..c65dbe2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+lightdm (1.17.5-0ubunt1) xenial; urgency=medium
+
+ * New upstream release:
+ - Set XDG_RUNTIME_DIR for ConsoleKit sessions. This is a recent change in
+ ConsoleKit2.
+ * debian/lightdm.postrm:
+ - Don't remove the lightdm user home directory on purge since we no longer
+ remove the user account. (LP: #1540933)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 03 Feb 2016 12:55:04 +1300
+
lightdm (1.17.4-0ubuntu1) xenial; urgency=medium
* New upstream release: