summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-02-06 17:32:39 +0000
committerRobert Ancell <robert.ancell@canonical.com>2014-02-06 17:32:39 +0000
commitcdf0f40304877f2ec758c46ad495e56b87dc7db9 (patch)
treeb3366e7786c0ee3174e61d25d4275ba5f8a2fadb
parentfa385ac875c2e521a734935c5d54edb15016222f (diff)
downloadlightdm-git-cdf0f40304877f2ec758c46ad495e56b87dc7db9.tar.gz
Releasing 1.2.71.2.7
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index be627263..a352c680 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in lightdm 1.2.7
+
+ * Correctly invoke PAM to change authentication token
+ * Add back apparmor abstractions removed in 1.2.6
+ * Load configuration from /etc/lightdm/lightdm.conf.d
+ * Fix double removal of source IDs
+
Overview of changes in lightdm 1.2.6
* Update apparmor abstractions
diff --git a/configure.ac b/configure.ac
index 46eab561..940cd87a 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.6)
+AC_INIT(lightdm, 1.2.7)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE