summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-10-07 12:49:08 +1300
committerRobert Ancell <robert.ancell@canonical.com>2013-10-07 12:49:08 +1300
commit2dcf6f49378f62f2428314b56d027f56d744c7fb (patch)
tree8d5b3545bde76d7d2d2464fac7d59b6141660103
parente989497fe7e55c4ca42b9c1b9d0fc0540aca8b44 (diff)
downloadlightdm-git-1.4.4.tar.gz
Releasing 1.4.41.4.4
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 53c00c2c..87034ed1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.4.4
+
+ * Don't fail writing X authority if reading it had an error
+
Overview of changes in lightdm 1.4.3
* Correctly set permissions on Xauthority file
diff --git a/configure.ac b/configure.ac
index be7731ca..91e5485e 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.4.3)
+AC_INIT(lightdm, 1.4.4)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE