summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-04-30 10:37:05 -0700
committerRobert Ancell <robert.ancell@canonical.com>2013-04-30 10:37:05 -0700
commit0b290004441dfd813772ec09f5ef32157e9a9114 (patch)
treeca22795638d1b0749aa4c0563dee110a867d6ae4
parentdf17706296af3f71aa0826f2639598e06a78fc09 (diff)
downloadlightdm-git-1.7.0.tar.gz
Releasing 1.7.01.7.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bbf2ac6a..f9330279 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in lightdm 1.7.0
+
+ * Use logind instead of ConsoleKit if it is available
+ * Use Q_SLOTS and Q_SIGNALS instead of slots and signals.
+ * Ignore stale X server locks
+ * Pass through system locale or set locale from AccountsService/.dmrc
+ * Fix bug where seat failure before D-Bus acquired would not stop daemon
+
Overview of changes in lightdm 1.6.0
* Allow VNC command to be specified in lightdm.conf
diff --git a/configure.ac b/configure.ac
index 224b1bdf..58f8ff21 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.6.0)
+AC_INIT(lightdm, 1.7.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])