summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-11-03 16:52:32 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-11-03 16:52:32 +1300
commit41e59557457404f9a48e2f4e78d7e7f44a439f6f (patch)
tree3a171380f0217f68b4cc1125f9b94041a4920907
parent1abf6bb5e51a56d88a0f1729b6c7aa9c7049fdea (diff)
downloadlightdm-git-41e59557457404f9a48e2f4e78d7e7f44a439f6f.tar.gz
Releasing 1.16.51.16.5
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog17
3 files changed, 32 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6809f342..e0f59ecb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,27 @@
+Overview of changes in lightdm 1.16.5
+
+ * Handle trailing whitespace on boolean values in configuration.
+ * Add a backup-logs option that can be used to disable existing logging
+ files having a .old suffix added to them.
+ * Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and
+ LC_IDENTIFICATION variables to the list of inherited locale variables.
+ * Implement XDMCP ForwardQuery.
+ * Fix small memory leak in XDMCP logging code.
+ * Check the version of the X server we are running so we correctly pass
+ -listen tcp when required.
+
Overview of changes in lightdm 1.16.4
* Fix apparmor profiles for running Chromium in guest sessions
Overview of changes in lightdm 1.16.3
- * Fix compile failing without libinput
+ * Fix compile failing without libaudit
* Fix compile failing without Vala
Overview of changes in lightdm 1.16.2
- * Fix compile failing without libinput
+ * Fix compile failing without libaudit
Overview of changes in lightdm 1.16.1
diff --git a/configure.ac b/configure.ac
index 3ac504e4..661236cc 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.16.4)
+AC_INIT(lightdm, 1.16.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 22bb1945..9c1ad7a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+lightdm (1.16.5-0ubuntu1) wily; urgency=medium
+
+ * New upstream release:
+ - Handle trailing whitespace on boolean values in configuration.
+ (LP: #1507033)
+ - Add a backup-logs option that can be used to disable existing logging
+ files having a .old suffix added to them.
+ - Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and
+ LC_IDENTIFICATION variables to the list of inherited locale variables.
+ (LP: #1511259)
+ - Implement XDMCP ForwardQuery. (LP: #1511545)
+ - Fix small memory leak in XDMCP logging code.
+ - Check the version of the X server we are running so we correctly pass
+ -listen tcp when required. (LP: #1449282)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 03 Nov 2015 16:47:08 +1300
+
lightdm (1.16.4-0ubuntu1) wily; urgency=medium
* New upstream release: