summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc55b9b4..36db900e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in lightdm 1.5.2
+
+ * Fix stale X server being left behind when using LockSession D-Bus API
+ * Adjust AppArmor profile to also work with logind
+ * Don't use GIO to access X authority files - it uses GVFS which is
+ unnecessary overhead/complexity
+ * Handle over/underflows when reading from greeter
+ * Improve warning message when XDMCP packet has length mismatch
+ * Only report test command line if it fails
+ * Add more regression tests
+
Overview of changes in lightdm 1.5.1
* QLightDM: Add Qt5 version of the library: liblightdm-qt5-2
diff --git a/configure.ac b/configure.ac
index b19553b1..4f4872b1 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.5.1)
+AC_INIT(lightdm, 1.5.2)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])