summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-11-20 16:41:14 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-11-20 16:41:14 +1300
commitbc8decb91aa772de8ffde687127a8fa6d7a3e98e (patch)
tree940593ce6737cecc2444f42498dc25f6429bacb4
parentb7cd7e30bab9328a32a4caabae818749101fe693 (diff)
downloadlightdm-git-bc8decb91aa772de8ffde687127a8fa6d7a3e98e.tar.gz
Releasing 1.10.61.10.6
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog33
-rw-r--r--debian/patches/04_language_handling.patch2
4 files changed, 60 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f5717669..2bb0eb24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Overview of changes in lightdm 1.10.6
+
+ * Handle trailing whitespace on boolean values in configuration.
+ * 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.
+ * Add a backup-logs option that can be used to disable existing logging
+ files having a .old suffix added to them.
+ * Check the version of the X server we are running so we correctly pass
+ -listen tcp when required.
+ * Use IP address of XDMCP requests to contact X server if available.
+ * Implement XDMCP ForwardQuery.
+ * Add an option for XDMCP and VNC servers to only listen on one address.
+ * Don't start LightDM if the XDMCP server is configured with a key that
+ doesn't exist.
+ * Add IP addresses to XDMCP log messages.
+ * Refactor XDMCP error handling.
+ * Fix small memory leak in XDMCP logging code.
+ * Fix typo in dm-tool man page.
+ * Use new Xmir binary when running X under Unity System Compositor.
+ * Fix all the things that prevent clang (3.5) from building LightDM with
+ -Werror.
+ * Add more tests.
+
Overview of changes in lightdm 1.10.5
* Fix pipe file descriptor leak for each greeter session.
diff --git a/configure.ac b/configure.ac
index 4059895e..51247ef4 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.10.5)
+AC_INIT(lightdm, 1.10.6)
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 3a4ef71a..34f94984 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+lightdm (1.10.6-0ubuntu1) trusty; urgency=medium
+
+ * New upstream release:
+ - Handle trailing whitespace on boolean values in configuration.
+ (LP: #1507033)
+ - Use libaudit to generate audit events.
+ - 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)
+ - Add a backup-logs option that can be used to disable existing logging
+ files having a .old suffix added to them.
+ - Check the version of the X server we are running so we correctly pass
+ -listen tcp when required. (LP: #1449282)
+ - Use IP address of XDMCP requests to contact X server if available.
+ (LP: #1481561)
+ - Implement XDMCP ForwardQuery. (LP: #1511545)
+ - Add an option for XDMCP and VNC servers to only listen on one address.
+ (LP: #1390808)
+ - Don't start LightDM if the XDMCP server is configured with a key that
+ doesn't exist. (LP: #1517685)
+ - Add IP addresses to XDMCP log messages.
+ - Refactor XDMCP error handling.
+ - Fix small memory leak in XDMCP logging code.
+ - Fix typo in dm-tool man page. (LP: #1470587)
+ - Use new Xmir binary when running X under Unity System Compositor.
+ - Fix all the things that prevent clang (3.5) from building LightDM with
+ -Werror.
+ - Add more tests.
+
+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 20 Nov 2015 16:07:50 +1300
+
lightdm (1.10.5-0ubuntu1.1) trusty; urgency=medium
* debian/lightdm-session: Enable the C preprocessor
diff --git a/debian/patches/04_language_handling.patch b/debian/patches/04_language_handling.patch
index fe070360..7ce01c93 100644
--- a/debian/patches/04_language_handling.patch
+++ b/debian/patches/04_language_handling.patch
@@ -75,7 +75,7 @@ Index: 1.10/src/seat.c
===================================================================
--- 1.10.orig/src/seat.c
+++ 1.10/src/seat.c
-@@ -863,7 +863,7 @@ configure_session (Session *session, Ses
+@@ -877,7 +877,7 @@ configure_session (Session *session, Ses
}
if (language && language[0] != '\0')
{