diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2014-02-06 18:05:22 +0000 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2014-02-06 18:05:22 +0000 |
commit | 97e086b34f48cb8adb5a72fa02b3b7e25d707e75 (patch) | |
tree | ea986b838e026f44b60dd3cb136d2e5812b2a4ef | |
parent | a79e59041024d1333a0c68cda335ed7903305a07 (diff) |
Releasing 1.4.61.4.6
-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.4.6 + + * Correctly invoke PAM to change authentication token + * Load configuration from /etc/lightdm/lightdm.conf.d + * Fix crash where Process objects are accessed after unref + Overview of changes in lightdm 1.4.5 * Update apparmor abstractions diff --git a/configure.ac b/configure.ac index 1e6af601..ec01aa4c 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.4.5) +AC_INIT(lightdm, 1.4.6) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE |