summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7e2bc9c8..388463fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.9.0
+
+ * Fix crash when starting with existing X servers. This was introduced in
+ rev 1651 (lightdm 1.7.0).
+ * Fix crash where Process objects are accessed after unref
+
Overview of changes in lightdm 1.8.0
* Add regression test for corrupt X authority files.
diff --git a/configure.ac b/configure.ac
index 116c2001..5fa5cbb1 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.8.0)
+AC_INIT(lightdm, 1.9.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])