summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-02-06 18:09:40 +0000
committerRobert Ancell <robert.ancell@canonical.com>2014-02-06 18:09:40 +0000
commit9f3b892ffec5725f9315cb38d4009a302a9e3e40 (patch)
tree23b9c47731c073d6b952b0cc32107ba6c96ce271
parent323dff5c9ce2bb324acd3dbeea97e1093237d3b5 (diff)
downloadlightdm-git-9f3b892ffec5725f9315cb38d4009a302a9e3e40.tar.gz
Releasing 1.8.71.8.7
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aa2e609b..cfc5eae8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.8.7
+
+ * Correctly invoke PAM to change authentication token
+
Overview of changes in lightdm 1.8.6
* Fix issue where VTs are double used when switching sessions.
diff --git a/configure.ac b/configure.ac
index 0caa07f5..e2af2c48 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.6)
+AC_INIT(lightdm, 1.8.7)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])