]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.19.2
authorRobert Ancell <robert.ancell@canonical.com>
Wed, 29 Jun 2016 04:12:27 +0000 (16:12 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Wed, 29 Jun 2016 04:12:27 +0000 (16:12 +1200)
NEWS
configure.ac
debian/changelog
debian/liblightdm-gobject-1-0.symbols

diff --git a/NEWS b/NEWS
index a26928f2098ff5f41c1bee86bd9e6b28212f131d..b01da41f7122e73df2b2d8483660937efee4d299 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in lightdm 1.19.2
+
+    * Add support for greeters running inside sessions. This is enabled by
+      setting X-LightDM-Allow-Greeter inside the session .desktop file.
+      The session can then use liblightdm to connect one greeter to the
+      daemon. The communication is done using a socket
+      (/var/run/lightdm/<user>/greeter-socket) that is accessible to any
+      process run by that user. Consider controlling access to this socket
+      using a MAC system such as AppArmor.
+    * Report errors for all liblightdm methods. This will require existing
+      greeters to update their API usage. The ABI is unchanged.
+    * Handle EAGAIN correctly when daemons communicate with the daemon.
+    * Drop support for mir-container sessions - no-one ever used these.
+
 Overview of changes in lightdm 1.19.1
 
     * Rename "xlocal" seat type to "local". Using "xlocal" will continue to work
index e595e1356bc1a2cc3f0d1d06d3ca82e58e6dea27..a05f31864595a81ceb9ab0db18704ba91deec656 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(lightdm, 1.19.1)
+AC_INIT(lightdm, 1.19.2)
 AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
index 0a810e63ccd7b2c14c39c2f774e4f7e033aa79d7..cd66afc7bc5484668e1e3560bde82996a9aaa6fd 100644 (file)
@@ -1,3 +1,22 @@
+lightdm (1.19.2-0ubuntu1) yakkety; urgency=medium
+
+  * New upstream release:
+    * Add support for greeters running inside sessions. This is enabled by
+      setting X-LightDM-Allow-Greeter inside the session .desktop file.
+      The session can then use liblightdm to connect one greeter to the
+      daemon. The communication is done using a socket
+      (/var/run/lightdm/<user>/greeter-socket) that is accessible to any
+      process run by that user. Consider controlling access to this socket
+      using a MAC system such as AppArmor. (LP: #1582242)
+    * Report errors for all liblightdm methods. This will require existing
+      greeters to update their API usage. The ABI is unchanged.
+    * Handle EAGAIN correctly when daemons communicate with the daemon.
+    * Drop support for mir-container sessions - no-one ever used these.
+  * debian/liblightdm-gobject-1-0.symbols:
+    - Updated
+
+ -- Robert Ancell <robert.ancell@canonical.com>  Wed, 29 Jun 2016 15:29:17 +1200
+
 lightdm (1.19.1-0ubuntu1) yakkety; urgency=medium
 
   * New upstream release:
index e69f0bdcd1ab995e212f3673e73e882e437d37b4..89bbeeeac92bcd26a53446fd1d32fe81b9071d05 100644 (file)
@@ -23,6 +23,8 @@ liblightdm-gobject-1.so.0 liblightdm-gobject-1-0 #MINVER#
  lightdm_greeter_ensure_shared_data_dir@Base 1.11.1
  lightdm_greeter_ensure_shared_data_dir_finish@Base 1.11.1
  lightdm_greeter_ensure_shared_data_dir_sync@Base 1.9.8
+ lightdm_greeter_error_get_type@Base 1.19.2
+ lightdm_greeter_error_quark@Base 1.19.2
  lightdm_greeter_get_authentication_user@Base 0.9.2
  lightdm_greeter_get_autologin_guest_hint@Base 0.9.2
  lightdm_greeter_get_autologin_timeout_hint@Base 0.9.2