diff options
-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 |