summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-03-13 15:15:38 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-03-13 15:15:38 +1300
commit6da70c599d0cdae1b1835599685e5f711e1012ea (patch)
treec3d127c4c2751419503b9b8ef598a8f86ef963e1
parent5644327fba532e9ecb8cb136450e8db0f1b847df (diff)
downloadlightdm-git-6da70c599d0cdae1b1835599685e5f711e1012ea.tar.gz
Releasing 1.4.71.4.7
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d26fce1..5b388623 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in lightdm 1.4.7
+
+ * Handle signals being received in child processes instead of treating them
+ like they are received in the daemon.
+ * Ensure X authority is written before X server is started.
+ * Fix some small memory leaks detected by valgrind.
+ * Fix double removal of source IDs.
+
Overview of changes in lightdm 1.4.6
* Correctly invoke PAM to change authentication token
diff --git a/configure.ac b/configure.ac
index ec01aa4c..2f438382 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.6)
+AC_INIT(lightdm, 1.4.7)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE