summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index af1cd352..42f167d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
-Overview of changes in lightdm 1.1.4
+Overview of changes in lightdm 1.1.5
* Stop file descriptors leaking into the session processes
+
+Overview of changes in lightdm 1.1.4
+
* Change session directory once user permissions are set so it works
on NFS filesystems that don't allow root to access files.
* Restructure session code so the PAM authentication is run in its
diff --git a/configure.ac b/configure.ac
index 5ac615f0..28e03e4c 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.1.4)
+AC_INIT(lightdm, 1.1.5)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE