]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.7.5
authorRobert Ancell <robert.ancell@canonical.com>
Sun, 21 Jul 2013 23:53:52 +0000 (11:53 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Sun, 21 Jul 2013 23:53:52 +0000 (11:53 +1200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d29cd1a60cbdb0787c4a83400101de5869c53160..e47ca10e4cdfcafe53dc9817de02d207f01c221b 100644 (file)
--- 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.
index bcca8d608e87ecc8ba2378432f0069a6a0405aa2..a234d270d3813f6ed84e9414d9d0f61ba5d52e1c 100644 (file)
@@ -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])