summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-06-29 16:12:27 +1200
committerRobert Ancell <robert.ancell@canonical.com>2016-06-29 16:12:27 +1200
commit0dfdc2e4d2ec1ccc6f8902154c3311061aaa20c3 (patch)
tree3b59e31446d7e175e2e1289d7d5e25f6e0459ea5
parent1b88f4c436b89a0c19ea91baf01898c5130bf12f (diff)
downloadlightdm-git-0dfdc2e4d2ec1ccc6f8902154c3311061aaa20c3.tar.gz
Releasing 1.19.21.19.2
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog19
-rw-r--r--debian/liblightdm-gobject-1-0.symbols2
4 files changed, 36 insertions, 1 deletions
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/<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
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/<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:
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