From b8c6e47735bc8073c9f1442c45ceb2d86570a8db Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 3 Nov 2015 16:38:41 +1300 Subject: Releasing 1.17.1 --- NEWS | 9 +++++++++ configure.ac | 2 +- debian/changelog | 13 +++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 06cdc229..e6486a49 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in lightdm 1.17.1 + + * 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. + Overview of changes in lightdm 1.17.0 * Disable log backups - this interferes with logrotate. diff --git a/configure.ac b/configure.ac index 3c606174..7086a89b 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.0) +AC_INIT(lightdm, 1.17.1) 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 ded77a27..8e0a781a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +lightdm (1.17.1-0ubuntu1) xenial; urgency=medium + + * New upstream release: + - 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. + + -- Robert Ancell Tue, 03 Nov 2015 16:28:54 +1300 + lightdm (1.17.0-0ubuntu1) xenial; urgency=medium * New upstream release: -- cgit v1.2.1