summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-09-11 12:57:25 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-09-11 12:57:25 +1200
commitb6e072308f71448ee9541600c756c48409644983 (patch)
treeb940d3fff6b93bd6502ab79602a740a35f286fb8
parentac15cef02d4f14e0c77556e2ac0af2f2ab1d7324 (diff)
downloadlightdm-git-1.6.2.tar.gz
Releasing 1.6.21.6.2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 59238b90..929d395c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in lightdm 1.6.2
+
+ * Correctly set permissions on Xauthority file
+ * Stop if fail to create default seat
+ * Fix overallocation of array for strings from greeter
+ * Fix truncation writing card32 in XDMCP server
+ * Enable compile warnings and fix code that was generating warnings.
+ * Warn if fail to make directories.
+
Overview of changes in lightdm 1.6.1
* Fix bug where seat failure before D-Bus acquired would not stop daemon
diff --git a/configure.ac b/configure.ac
index 27c89e20..72a87371 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.1)
+AC_INIT(lightdm, 1.6.2)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])