summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-10-07 12:49:23 +1300
committerRobert Ancell <robert.ancell@canonical.com>2013-10-07 12:49:23 +1300
commitec3ea9c5107bd9d203a82c29abbbe3de82ad66d7 (patch)
tree7febfb1f64cf09367d27940587372fc964963958
parent8ed2f13943d6885165d91908544ccbf23e75d089 (diff)
downloadlightdm-git-ec3ea9c5107bd9d203a82c29abbbe3de82ad66d7.tar.gz
Releasing 1.6.31.6.3
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 929d395c..253d2d83 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.6.3
+
+ * Don't fail writing X authority if reading it had an error
+
Overview of changes in lightdm 1.6.2
* Correctly set permissions on Xauthority file
diff --git a/configure.ac b/configure.ac
index 72a87371..4c90a179 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.2)
+AC_INIT(lightdm, 1.6.3)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])