summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-10-28 15:26:39 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-10-28 15:26:39 +1300
commit9760535ab1bbc8d69d3ca372f58b4776afae167c (patch)
tree34d4f9fae003835bcbbd3aac006269c238303db8
parent4d4d2599688984c053dae2637407d9c0c9e65968 (diff)
downloadlightdm-1.17.0.tar.gz
Releasing 1.17.01.17.0
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog31
3 files changed, 36 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 34208d2e..06cdc229 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in lightdm 1.17.0
+
+ * Disable log backups - this interferes with logrotate.
+ * Support using libaudit to generate audit events.
+ * Handle trailing whitespace on boolean values in configuration.
+ * Update example configuration to more correctly match allowed options.
+ * Fix unnecessary X server from being launched when locking seats.
+ * Check the version of the X server we are running so we correctly pass -listen tcp when required.
+ * Allow reading /proc/<PID>/net/dev from within a guest session.
+ * Allow guest sessions to write in /{,var/}run/screen folder.
+ * Update guest-session AppArmor profile to be suitable for openSUSE.
+ * Fix apparmor profiles for running Chromium in guest sessions.
+ * Fix configure failing without Vala installed.
+
Overview of changes in lightdm 1.16.0
* Update default configuration better explaining the seat configuration name
diff --git a/configure.ac b/configure.ac
index 008b9753..3c606174 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.0)
+AC_INIT(lightdm, 1.17.0)
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 a39bdb2d..ded77a27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,29 @@
-lightdm (1.17.0-0ubuntu1) UNRELEASED; urgency=medium
-
- * New upstream release:
- - Don't backup system log files to *.old when starting. Handling of these
- log files is now left to the system (e.g., through logrotate).
+lightdm (1.17.0-0ubuntu1) xenial; urgency=medium
+
+ * New upstream release:
+ - Disable log backups - this interferes with logrotate.
+ - Support using libaudit to generate audit events.
+ - Handle trailing whitespace on boolean values in configuration.
+ - Update example configuration to more correctly match allowed options.
+ - Fix unnecessary X server from being launched when locking seats.
+ - Check the version of the X server we are running so we correctly pass
+ -listen tcp when required.
+ - Allow reading /proc/<PID>/net/dev from within a guest session.
+ (LP: #1442609)
+ - Allow guest sessions to write in /{,var/}run/screen folder.
+ (LP: #1442611)
+ - Update guest-session AppArmor profile to be suitable for openSUSE.
+ - Fix apparmor profiles for running Chromium in guest sessions.
+ (LP: #1504049, LP: #1464958)
+ - Fix configure failing without Vala installed.
* Build with multi-arch
- * debian/patches/xorg-1.17.patch:
- - Fix xserver-allow-tcp=true option not working with X.org 1.17
- * data/apparmor/abstractions/lightdm_chromium-browser: cgroups support for
- guest sessions. (LP: #1504049, LP: #1464958)
* debian/lightdm.logrotate:
- Use logrotate to handle log files placed in the default system log
directory (/var/log/lightdm).
+ * debian/guest*:
+ - Optimize guest account creation, use OverlayFS of AuFS if available.
- -- Robert Ancell <robert.ancell@canonical.com> Mon, 12 Oct 2015 14:57:47 +0100
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 28 Oct 2015 15:02:46 +1300
lightdm (1.16.0-0ubuntu1) wily; urgency=medium