summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-09-19 17:27:12 -0400
committerRobert Ancell <robert.ancell@canonical.com>2013-09-19 17:27:12 -0400
commit634c4483a428db538434773073965406af525af4 (patch)
treea9d980af9d89dd3b3a5e1f679c5dac6ac2efefa4
parentc7810942171e42402aad870356a1cb6025170e86 (diff)
downloadlightdm-1.7.16.tar.gz
Releasing 1.7.161.7.16
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 797597c8..d0df8291 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.7.16
+
+ * Fix ConsoleKit support broken in 1.7.5
+ * Fix --test-mode
+ * Add support for running Surfaceflinger sessions
+
Overview of changes in lightdm 1.7.15
* Set XDG_VTNR=1 as a fallback if using SeatUnity without a functioning
diff --git a/configure.ac b/configure.ac
index 0b4b32ac..045598aa 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.7.15)
+AC_INIT(lightdm, 1.7.16)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])