summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 31294a10..53c00c2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.4.3
+
+ * Correctly set permissions on Xauthority file
+ * Fix overallocation of array for strings from greeter
+ * Fix truncation writing card32 in XDMCP server
+
Overview of changes in lightdm 1.4.2
* Fix compile warnings
diff --git a/configure.ac b/configure.ac
index 921ff89d..be7731ca 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.2)
+AC_INIT(lightdm, 1.4.3)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE