summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-09-11 12:57:04 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-09-11 12:57:04 +1200
commit8aa61395804c82a755e9e15dad9ff6d809283ea1 (patch)
tree8fbeed6dd857161d3c502ac1ac6359df95aa98e8
parentec85b34dad695a88971476a474a8f23c040ecde1 (diff)
downloadlightdm-git-8aa61395804c82a755e9e15dad9ff6d809283ea1.tar.gz
Releasing 1.2.41.2.4
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e60a1ffc..8849b3fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in lightdm 1.2.4
+
+ * Fix overallocation of array for strings from greeter
+ * Fix truncation writing card32 in XDMCP server
+ * Don't write X authority with g_file_replace - it can leave intermediate
+ files around if it is interrupted.
+ * Stop deprecation warnings from glib >= 2.36
+ * Fix script hooks no longer working with latest glib
+
Overview of changes in lightdm 1.2.3
* Correctly implement and test autologin timeouts
diff --git a/configure.ac b/configure.ac
index 64f654e0..2bab95a6 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.3)
+AC_INIT(lightdm, 1.2.4)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE