summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog31
3 files changed, 43 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index cb3b53a8..6341451d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes in lightdm 1.14.3
+
+ * 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.
+ * Use libaudit to generate audit events
+ * Fix apparmor profiles for running Chromium in guest sessions
+ * Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and
+ LC_IDENTIFICATION variables to the list of inherited locale variables.
+ * Use IP address of XDMCP requests to contact X server if available.
+ * Add an option for XDMCP and VNC servers to only listen on one address.
+ * 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.
+ * Fix typo in dm-tool man page.
+
Overview of changes in lightdm 1.14.2
* Quiesce initctl errors when not running under upstart
diff --git a/configure.ac b/configure.ac
index 5f2874a3..ad0f7720 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.14.2)
+AC_INIT(lightdm, 1.14.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 229fa614..a103db65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,29 @@
-lightdm (1.14.2-0ubuntu1.2) vivid; urgency=medium
+lightdm (1.14.3-0ubuntu1) vivid; urgency=medium
- * debian/patches/xorg-1.17.patch:
- - Fix xserver-allow-tcp=true option not working with X.org 1.17
- (LP: #1449282)
-
- -- Robert Ancell <robert.ancell@canonical.com> Mon, 12 Oct 2015 14:35:03 +0100
+ * 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.
+ - Use libaudit to generate audit events. (currently disabled in Ubuntu)
+ - Fix apparmor profiles for running Chromium in guest sessions
+ (LP: #1504049)
+ - Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and
+ LC_IDENTIFICATION variables to the list of inherited locale variables.
+ (LP: #1511259)
+ - Use IP address of XDMCP requests to contact X server if available.
+ (LP: #1481561)
+ - Add an option for XDMCP and VNC servers to only listen on one address.
+ (LP: #1390808)
+ - 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)
+ - Warn if deprecated options logind-load-seats or xdg-seat are in
+ configuration. (LP: #1468057)
+ - Fix typo in dm-tool man page. (LP: #1470587)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 03 Nov 2015 15:36:51 +1300
lightdm (1.14.2-0ubuntu1.1) vivid; urgency=medium