summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-09-05 09:59:41 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-09-05 09:59:41 +1200
commit0898fee9797fcff344b0ae410ec26c2083c0ee47 (patch)
tree4c654482e26ceb8be41439acbfb5c0beb7a6dc13
parenta1d18bdf140f9aa6ba5197229345f8965113c35e (diff)
downloadlightdm-git-1.6.1.tar.gz
Releasing 1.6.11.6.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bbf2ac6a..59238b90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in lightdm 1.6.1
+
+ * Fix bug where seat failure before D-Bus acquired would not stop daemon
+ * Stop using g_file_set_contents - it can leave intermediate files around
+ * Support compiling liblightdm-qt headers with QT_NO_KEYWORDS.
+ * Fix compile warnings
+
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 8151d1cb..a9501368 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.6.1)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])