summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-07-22 11:53:52 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-07-22 11:53:52 +1200
commitae4c5b9c8045b23016dc4d5beb14ad9a6f0873cc (patch)
treee88bc295d86595b4f5650150ba0488953e2f6e8e
parenta5850feb9a5b6be309b7a89d9ddab26e32cb9a86 (diff)
downloadlightdm-git-ae4c5b9c8045b23016dc4d5beb14ad9a6f0873cc.tar.gz
Releasing 1.7.51.7.5
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d29cd1a6..e47ca10e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes in lightdm 1.7.5
+
+ * Quit Plymouth correctly when using the unity seat type
+ * Release the VT when the system compositor fails to start
+ * Load sessions and greeters from /usr/share/lightdm/sessions and
+ /usr/share/lightdm/greeters. The existing directories are checked
+ if the sessions are not in these directories.
+ * Refactor the Display class so that it merges with the Seat class
+ * Support running the greeter and session in different display servers
+ instead of re-using the same one during a login.
+ * Add more regression tests
+ * Documentation fixes
+
Overview of changes in lightdm 1.7.4
* Set XDG_SEAT and XDG_VTNR environment variables.
diff --git a/configure.ac b/configure.ac
index bcca8d60..a234d270 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.7.4)
+AC_INIT(lightdm, 1.7.5)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])