diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2014-03-13 15:31:29 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2014-03-13 15:31:29 +1300 |
commit | e03ac41bb0fc3d8cfe72e625deff8be1192cec89 (patch) | |
tree | 6b31b44454ca0108d49bced176f298d7f5d3119d | |
parent | 00f1d41f39be77e303e61dda5969af7579b02e93 (diff) | |
download | lightdm-git-e03ac41bb0fc3d8cfe72e625deff8be1192cec89.tar.gz |
Releasing 1.2.81.2.8
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Overview of changes in lightdm 1.2.8 + + * Handle signals being received in child processes instead of treating them + like they are received in the daemon. + * Ensure X authority is written before X server is started. + * Fix some small memory leaks detected by valgrind. + * Fix double removal of source IDs. + Overview of changes in lightdm 1.2.7 * Correctly invoke PAM to change authentication token diff --git a/configure.ac b/configure.ac index 940cd87a..af466add 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.2.7) +AC_INIT(lightdm, 1.2.8) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE |