summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-01-18 10:45:44 +1300
committerRobert Ancell <robert.ancell@canonical.com>2018-01-18 10:45:44 +1300
commit71984a4fbdf158da9c76cf6352c0e3a5dfa95286 (patch)
treea5d0bf0c12a4dfd6c5f2561ca44c56ce66612212
parent7dcb96a9689420ec6b936b8453a868d258e0dfb1 (diff)
downloadlightdm-git-71984a4fbdf158da9c76cf6352c0e3a5dfa95286.tar.gz
Releasing 1.18.41.18.4
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5303f5f7..0ce52b59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in lightdm 1.18.4
+
+ * Fixes for VNC and XDMCP connections
+ * Set names for XDMCP and VNC seats
+ * Use power management functions from ConsoleKit2 if available.
+ * Expose autologin-session as a hint to the greeter
+ * Fix timed autologins not using autologin-session when no session specified
+ * liblightdm-qt: Use liblightdm-gobject power methods instead of
+ re-implementing in Qt.
+ * Use SA_RESTART with SIGPIPE.
+
Overview of changes in lightdm 1.18.3
* Fix error that caused stdin to be closed. This seems to have lots of bad
diff --git a/configure.ac b/configure.ac
index bf4be369..8292182d 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.18.3)
+AC_INIT(lightdm, 1.18.4)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])