summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-10-07 12:48:57 +1300
committerRobert Ancell <robert.ancell@canonical.com>2013-10-07 12:48:57 +1300
commit8c0d72006851f8a38dab0c36ed500e6b7ce06510 (patch)
treea2fa62bb1c0569263d68058321ccec57e6f34393
parentbd7c7cc81de04e785949fa2b7e27262883cc384e (diff)
downloadlightdm-git-1.2.5.tar.gz
Releasing 1.2.51.2.5
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8849b3fd..ef2e4cee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.2.5
+
+ * Don't fail writing X authority if reading it had an error
+
Overview of changes in lightdm 1.2.4
* Fix overallocation of array for strings from greeter
diff --git a/configure.ac b/configure.ac
index 2bab95a6..4ab4a629 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.2.4)
+AC_INIT(lightdm, 1.2.5)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE