summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-01-18 10:25:24 +1300
committerRobert Ancell <robert.ancell@canonical.com>2018-01-18 10:25:24 +1300
commitffb2c9729f065064c28890bce6176175dd7778c1 (patch)
treebf1ae2b4c0e9464edb8b48f0db93d298ef0d2510
parentf9bcb6aca46a54d0f9fd3bdeefc78118004bc580 (diff)
downloadlightdm-git-ffb2c9729f065064c28890bce6176175dd7778c1.tar.gz
Releasing 1.24.11.24.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8cb6f75b..b841861e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in lightdm 1.24.1
+
+ * Fixes for VNC and XDMCP connections
+ * Set names for XDMCP and VNC seats
+ * Expose autologin-session as a hint to the greeter
+ * Fix timed autologins not using autologin-session when no session specified
+
Overview of changes in lightdm 1.24.0
* No changes from 1.22
diff --git a/configure.ac b/configure.ac
index 47028fc8..6605fe84 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.24.0)
+AC_INIT(lightdm, 1.24.1)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])