]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - NEWS
Remove display_server_get_name and make better logging prefixes
[sojka/lightdm.git] / NEWS
diff --git a/NEWS b/NEWS
index 06cdc229dff737c899c69f8c0d27ad5215733806..4f5e326023c08d5fae1672957520297cca60cdce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,56 @@
+Overview of changes in lightdm 1.19.0
+
+    * Use /dev/tty0 instead of /dev/console for VT operations
+    * Don't quit on SIGUSR1, SIGUSR2 or SIGHUP
+    * Improve XDMCP IPv6 address selection
+    * Set XDMCP hostname field in to system hostname or configured value
+    * Allow fcitx and mozc to run in guest session
+    * Fix lxsession running in guest sessiono
+    * Drop support for legacy XMir
+    * Fix g_spawn compiler warning
+
+Overview of changes in lightdm 1.18.0
+
+    * Small documentation fixes
+
+Overview of changes in lightdm 1.17.6
+
+    * Don't write $DISPLAY into tty line in utmp/btmp.
+
+Overview of changes in lightdm 1.17.5
+
+    * Set XDG_RUNTIME_DIR for ConsoleKit sessions. This is a recent change in
+      ConsoleKit2.
+
+Overview of changes in lightdm 1.17.4
+
+    * Add support for g_autoptr and liblightdm-gobject
+    * Fix dm-tool add-local-seat not working because LightDM is trying to
+      connect with TCP/IP
+
+Overview of changes in lightdm 1.17.3
+
+    * Don't enable the hardware cursor in Unity System Compositor anymore.
+      Unity 8 now correctly provides its own cursor and other shells should too
+
+Overview of changes in lightdm 1.17.2
+
+    * Handle XDMCP Request packet with no addresses.
+    * Don't start LightDM if the XDMCP server is configured with a key that
+      doesn't exist.
+    * Add IP addresses to XDMCP log messages.
+    * Refactor XDMCP error handling.
+    * Add more XDMCP tests.
+
+Overview of changes in lightdm 1.17.1
+
+    * Add a backup-logs option that can be used to disable existing logging
+      files having a .old suffix added to them.
+    * Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and
+      LC_IDENTIFICATION variables to the list of inherited locale variables.
+    * Implement XDMCP ForwardQuery.
+    * Fix small memory leak in XDMCP logging code.
+
 Overview of changes in lightdm 1.17.0
 
     * Disable log backups - this interferes with logrotate.
@@ -5,7 +58,8 @@ Overview of changes in lightdm 1.17.0
     * Handle trailing whitespace on boolean values in configuration.
     * Update example configuration to more correctly match allowed options.
     * Fix unnecessary X server from being launched when locking seats.
-    * Check the version of the X server we are running so we correctly pass -listen tcp when required.
+    * Check the version of the X server we are running so we correctly pass
+      -listen tcp when required.
     * Allow reading /proc/<PID>/net/dev from within a guest session.
     * Allow guest sessions to write in /{,var/}run/screen folder.
     * Update guest-session AppArmor profile to be suitable for openSUSE.