summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-03-13 15:05:55 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-03-13 15:05:55 +1300
commit9b8a1704a2fa2aaaf4efee051420f09943ceecd3 (patch)
tree8ef9508bd7e40ac9ae4809ee95df56764e44e437
parent59f7808ba847105639e2abdc5486d3e35aed512c (diff)
downloadlightdm-git-1.8.8.tar.gz
Releasing 1.8.81.8.8
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cfc5eae8..ffed0833 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in lightdm 1.8.8
+
+ * 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.
+ * Honour session type requested by greeter for guest sessions.
+ * Fix some small memory leaks detected by valgrind.
+ * Fix double removal of source IDs.
+
Overview of changes in lightdm 1.8.7
* Correctly invoke PAM to change authentication token
diff --git a/configure.ac b/configure.ac
index e2af2c48..e927b04e 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.8.7)
+AC_INIT(lightdm, 1.8.8)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])