]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - NEWS
Launchpad automatic translations update.
[sojka/lightdm.git] / NEWS
diff --git a/NEWS b/NEWS
index d2240c5295e2b7b86e0639038295fc76ba4f911c..828eeb68d3b1ae9e3de41eda3d42e5a98c59fb9d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Overview of changes in lightdm 1.13.0
+
+    * Fix crash when having configuration keys defined in multiple places
+    * Fix pipe file descriptor leak for each session login / authentication
+    * Use correct syntax for DesktopNames key in session files
+    * Match seat configuration with globbing
+    * Allow user switching in multi-seat until bug stopping greeter showing on
+      logout is fixed
+    * Disable log message when AccountsService users change
+    * Update AppArmor scripts, requires AppArmor 2.9
+    * Update tests to run better on servers
+
+Overview of changes in lightdm 1.12.0
+
+    * Fix assumption that the display server is X when running scripts.
+    * Don't access .dmrc files until information from these files is required.
+
+Overview of changes in lightdm 1.11.9
+
+    * Don't check the logind CanGraphical seat property unless
+      login-check-graphical option is set to true. There are too many cases of
+      drivers that don't set the appropriate flags for this feature to work.
+    * Make socket writing code used between greeter and daemon more robust to
+      errors.
+    * Fix small memory leaks.
+    * Improve logging messages.
+    * Test improvements.
+
 Overview of changes in lightdm 1.11.8
 
     * Rework logind code that gets session ID. The previous method was racy