summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-11-03 16:38:41 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-11-03 16:38:41 +1300
commitb8c6e47735bc8073c9f1442c45ceb2d86570a8db (patch)
tree30479d474d686120cb136f16c6eda26b25c36204
parent80e4edb3cab104b1c70fda7336a725fee97ec7f0 (diff)
downloadlightdm-b8c6e47735bc8073c9f1442c45ceb2d86570a8db.tar.gz
Releasing 1.17.11.17.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog13
3 files changed, 23 insertions, 1 deletions
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 <robert.ancell@canonical.com> Tue, 03 Nov 2015 16:28:54 +1300
+
lightdm (1.17.0-0ubuntu1) xenial; urgency=medium
* New upstream release: