diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-10-22 12:15:34 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2013-10-22 12:15:34 +1300 |
commit | 3ec086867e1d47ac5d5686fbb7ee880f788a9588 (patch) | |
tree | 6a4fd6077e7d01f82d2e5bf6ff60590e3cb0a448 | |
parent | b6a4bcec49a48be9959a2065fd8078405779cdc2 (diff) | |
download | lightdm-3ec086867e1d47ac5d5686fbb7ee880f788a9588.tar.gz |
Releasing 1.9.01.9.0
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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]) |