summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-06-20 16:50:31 +1200
committerRobert Ancell <robert.ancell@canonical.com>2016-06-20 16:50:31 +1200
commitdacc8a8c0ee27d543b6b4ec3ce2f6ef55d2eb3a1 (patch)
tree5a2ec2e086206b01c7fff2bac9e61223088f27ce
parent7a695155bcec7b07a859953c0695a30cb7549db9 (diff)
downloadlightdm-git-1.19.1.tar.gz
Releasing 1.19.11.19.1
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog28
3 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f5e3260..a26928f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes in lightdm 1.19.1
+
+ * Rename "xlocal" seat type to "local". Using "xlocal" will continue to work
+ but report a warning.
+ * Fix memory leaks
+ * Fix uninitialized memory errors
+ * Use MIR_SERVER_HOST_SOCKET instead of MIR_SOCKET to report compositor
+ socket to sessions. This used to work but no longer works in Mir 0.21
+ * Allow XMir to run on the xlocal seat using the new x-server-backend=mir
+ option
+ * Use only a single compositor on local seats
+ * Fix Mir greeter log filename having "(null)" in the name
+ * Copy fcitx/mozc rules so session works when these aren't installed
+ * Revert lxsession change - it caused the AppArmor to fail to compile
+
Overview of changes in lightdm 1.19.0
* Use /dev/tty0 instead of /dev/console for VT operations
diff --git a/configure.ac b/configure.ac
index bf2ea73a..e595e135 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.19.0)
+AC_INIT(lightdm, 1.19.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 2c97bdf4..0a810e63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+lightdm (1.19.1-0ubuntu1) yakkety; urgency=medium
+
+ * New upstream release:
+ * debian/lightdm.dirs:
+ - Rename "xlocal" seat type to "local". Using "xlocal" will continue to work
+ but report a warning.
+ - Ensure user configuration directories /etc/lightdm/lightdm.conf.d and
+ /etc/guest-session exist
+ - Use MIR_SERVER_HOST_SOCKET instead of MIR_SOCKET to report compositor
+ socket to sessions. This used to work but no longer works in Mir 0.21
+ (LP: #1583624)
+ - Allow XMir to run on the xlocal seat using the new x-server-backend=mir
+ option
+ - Use only a single compositor on local seats (LP: #1594229)
+ - Fix Mir greeter log filename having "(null)" in the name (LP: #1590582)
+ - Copy fcitx/mozc rules so session works when these aren't installed
+ (LP #1581187)
+ - Revert lxsession change - it caused the AppArmor to fail to compile
+ * debian/rules:
+ - Revert dh_installinit change - we don't want to start LightDM on install
+ (LP: #1581106)
+ * debian/guest-account.sh:
+ * debian/guest-session-setup.sh:
+ - Source prefs.sh as privileged user to allow user modification
+ (LP: #1581853)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 20 Jun 2016 16:18:36 +1200
+
lightdm (1.19.0-0ubuntu1) yakkety; urgency=medium
* New upstream release: