From: Robert Ancell Date: Wed, 29 Jun 2016 04:12:27 +0000 (+1200) Subject: Releasing 1.19.2 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sojka/lightdm.git/commitdiff_plain/a86205b9ca279b1f99ca7da627b2c882f97a1ace Releasing 1.19.2 --- diff --git a/NEWS b/NEWS index a26928f2..b01da41f 100644 --- 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//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 diff --git a/configure.ac b/configure.ac index e595e135..a05f3186 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.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]) diff --git a/debian/changelog b/debian/changelog index 0a810e63..cd66afc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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//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 Wed, 29 Jun 2016 15:29:17 +1200 + lightdm (1.19.1-0ubuntu1) yakkety; urgency=medium * New upstream release: diff --git a/debian/liblightdm-gobject-1-0.symbols b/debian/liblightdm-gobject-1-0.symbols index e69f0bdc..89bbeeea 100644 --- a/debian/liblightdm-gobject-1-0.symbols +++ b/debian/liblightdm-gobject-1-0.symbols @@ -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