]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - NEWS
Set MIR_SERVER_NAME to assign a name to launched sessions. Also use a "greeter-...
[sojka/lightdm.git] / NEWS
diff --git a/NEWS b/NEWS
index c8cf7c44cd670bf735854c4a9132a171d0fd9133..388463fc17039f8e9ac4c5469b06c9a5d175abfb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,146 @@
+Overview of changes in lightdm 1.9.0
+
+    * Fix crash when starting with existing X servers. This was introduced in
+      rev 1651 (lightdm 1.7.0).
+    * Fix crash where Process objects are accessed after unref
+
+Overview of changes in lightdm 1.8.0
+
+    * Add regression test for corrupt X authority files.
+
+Overview of changes in lightdm 1.7.18
+
+    * Set session environment variables for guest sessions (1.7 regression).
+    * Don't fail writing X authority if reading it had an error.
+    * Update environment variables that we pass to Mir.
+
+Overview of changes in lightdm 1.7.17
+
+    * surfaceflinger: Set XDG_VTNR=0 if VTs are not available
+    * Allow compiling of liblightdm-qt without liblightdm-gobject
+    * Add missing documentation for xremote seat options.
+
+Overview of changes in lightdm 1.7.16
+
+    * Fix ConsoleKit support broken in 1.7.5
+    * Fix --test-mode
+    * Add support for running Surfaceflinger sessions
+
+Overview of changes in lightdm 1.7.15
+
+    * Set XDG_VTNR=1 as a fallback if using SeatUnity without a functioning
+      compositor or working VT switching, so that logind will recognize the VT
+      as active.
+
+Overview of changes in lightdm 1.7.14
+
+    * Correctly set permissions on Xauthority file.
+
+Overview of changes in lightdm 1.7.13
+
+    * Correctly set $XDG_CURRENT_DESKTOP for non-autologin sessions
+    * Fix overallocation of array for strings from greeter.
+    * Fix truncation writing card32 in XDMCP server.
+
+Overview of changes in lightdm 1.7.12
+
+    * Add xdg-seat config setting
+    * Notify Unity System Compositor of the session being authenticated
+
+Overview of changes in lightdm 1.7.11
+
+    * Fix crash when greeter quits due to read watch not being removed
+    * Correctly setup Unity System Compositor environment
+    * Improve log messages
+
+Overview of changes in lightdm 1.7.10
+
+    * Fix session locking broken in 1.7.5
+    * Load lightdm.conf after lightdm.conf.d/*.conf
+    * Also support loading config from /usr/share
+    * When switching sessions show a greeter if authentication required
+    * Set $XDG_CURRENT_DESKTOP if specified in the xsession file
+    * Change logging prefixes to make it easier to troubleshoot multiseat setups
+    * Bring Ubuntu packaging in-tree
+
+Overview of changes in lightdm 1.7.9
+
+    * Correctly set XDG_VTNR for unity sessions that are not autologin.
+
+Overview of changes in lightdm 1.7.8
+
+    * Add support for Mir sessions and greeters.
+    * Set XDG_VTNR for unity sessions.
+    * Fix desktop-session-start upstart signal not being emitted since 1.7.5.
+    * Fix greeter log broken in 1.7.5.
+
+Overview of changes in lightdm 1.7.7
+
+    * Fix uninitialized pointer introduced in 1.7.3
+    * Enable compile warnings and fix code generating warnings
+
+Overview of changes in lightdm 1.7.6
+
+    * Restore greeter hints that were regressed in 1.7.5.
+    * Don't run greeters through session wrapper - regression in 1.7.5
+
+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.
+    * Add initial support for Unity (i.e. Mir based) seats.
+    * Add a greeter wrapper option.
+
+Overview of changes in lightdm 1.7.3
+
+    * Load configuration from /etc/lightdm/lightdm.conf.d.
+    * Fix compile warnings
+    * Fix tests not running from install directory inside checkout.
+
+Overview of changes in lightdm 1.7.2
+
+    * Fix incorrectly distributed guest-session apparmor data
+
+Overview of changes in lightdm 1.7.1
+
+    * Fix .pc file for liblightdm-qt5-3
+    * Add a new option "autologin-in-background" which lets an autologin happen
+      in a second display while still showing the greeter.
+    * Stop if fail to create default seat
+    * Add option to set seat type in lightdm-set-defaults
+    * Stop using g_file_set_contents - it can leave intermediate files around
+    * Make tests work without installing them
+    * Fix distcheck
+
+Overview of changes in lightdm 1.7.0
+
+    * Use logind instead of ConsoleKit if it is available
+    * Use Q_SLOTS and Q_SIGNALS instead of slots and signals.
+    * Ignore stale X server locks
+    * Pass through system locale or set locale from AccountsService/.dmrc
+    * Fix bug where seat failure before D-Bus acquired would not stop daemon
+
+Overview of changes in lightdm 1.6.0
+
+    * Allow VNC command to be specified in lightdm.conf
+    * Register enums with QObject meta type system.
+
 Overview of changes in lightdm 1.5.3
 
     * Fix build with gobject-introspection 1.35.9
+    * Fix authentication cancel regression caused in 1.5.2
 
 Overview of changes in lightdm 1.5.2