]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.19.1
authorRobert Ancell <robert.ancell@canonical.com>
Mon, 20 Jun 2016 04:50:31 +0000 (16:50 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 20 Jun 2016 04:50:31 +0000 (16:50 +1200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 4f5e326023c08d5fae1672957520297cca60cdce..a26928f2098ff5f41c1bee86bd9e6b28212f131d 100644 (file)
--- 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
index bf2ea73a783b36a8dc5b7c5d7fb51324cfd0f59b..e595e1356bc1a2cc3f0d1d06d3ca82e58e6dea27 100644 (file)
@@ -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])
index 2c97bdf4e7ed654bcf9e18164a6bfe0985b2154e..0a810e63ccd7b2c14c39c2f774e4f7e033aa79d7 100644 (file)
@@ -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: