summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-02-01 10:11:22 +1300
committerRobert Ancell <robert.ancell@canonical.com>2013-02-01 10:11:22 +1300
commitf5033d168bd2b00ea0cd5f362d244aeab2028176 (patch)
tree6ec5bd1c09264aa658a23e6678d7db777bd489a2
parent4202d9cc78d07546c123d2be992f22cf4c15418f (diff)
downloadlightdm-git-f5033d168bd2b00ea0cd5f362d244aeab2028176.tar.gz
Releasing 1.5.01.5.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 73463c4f..dc069e7e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
Overview of changes in lightdm 1.5.0
* Add man page for lightdm-set-defaults
+ * Use xzip for distribution, don't distribute old metadata
+ * Correctly check if display is active when session quits
+ * Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against it
+ * Selectively lock memory rather than calling mlockall for main daemon
Overview of changes in lightdm 1.4.1
diff --git a/configure.ac b/configure.ac
index 407f5321..a521c249 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.0)
+AC_INIT(lightdm, 1.5.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])