]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - NEWS
Add liblightdm function to ensure a shared data directory
[sojka/lightdm.git] / NEWS
1 Overview of changes in lightdm 1.9.6
2
3     * Support Mir sessions in xlocal seats by starting a unity system compositor
4       for each session.
5     * Add --screen and --fullscreen options to "dm-tool add-nested-seat"
6     * Don't try to compile liblightdm-qt if liblightdm-gobject will not be
7       compiled.
8     * Stop greeters warning if sessions directories not present or lightdm.conf
9       doesn't exist - this is valid.
10     * Fix log name for Mir display servers
11     * Fix double removal of source IDs
12
13 Overview of changes in lightdm 1.9.5
14
15     * In the unity seat, if we don't have proper VT support, fake VT 0 instead
16       of a real VT number. This matches what logind expects.
17
18 Overview of changes in lightdm 1.9.4
19
20     * Fix issue where VTs are double used when switching sessions.
21     * Remove lightdm-set-defaults and gdmflexiserver.
22     * Add new ability to specify a list of seat types to try, rather than just
23       one.
24     * Allow Mir sessions in the surfaceflinger seat.
25     * Rename the guest session wrapper to have a simpler name.
26     * Make sure sessions are associated with the display server before starting
27       them.
28     * Add a dm-tool man page.
29
30 Overview of changes in lightdm 1.9.3
31
32     * Don't pass system user accounts from AccountsService to greeters.
33     * Fix crash if switching to greeter and it isn't installed.
34
35 Overview of changes in lightdm 1.9.2
36
37     * Implement missing guest-wrapper functionality and enable it for Ubuntu.
38     * Update AppArmor scripts to work in Ubuntu 13.10.
39
40 Overview of changes in lightdm 1.9.1
41
42     * Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5
43       for ConsoleKit and was never passed to logind. logind/ConsoleKit treat
44       greeter sessions without this set as user sessions. This causes greeters
45       to show the lightdm user able to be logged in with.
46     * Set $USER when running the session-setup-script. This is a regression from
47       1.7.5.
48     * Fix notification of sessions being logged out. This is a regression from
49       1.7.5 and caused greeters to show sessions logged in after they had been
50       logged out.
51     * Refactor liblightdm user scanning to be simpler and more reliable. This
52       fixes bugs where some properties wouldn't be updated when they changed in
53       accounts service.
54     * Add support for a "display-stopped-script" field in lightdm.conf. The
55       "display-stopped-script" field allows us to run a script right after
56       stopping the display server.
57     * Allow dm-tool to run outside of a session if it doesn't need to be.
58     * Set $MIR_SERVER_NAME to assign a name to launched sessions. Also use a
59       "greeter-" prefix for greeter sessions for the benefit of
60       unity-system-compositor.
61
62 Overview of changes in lightdm 1.9.0
63
64     * Fix crash when starting with existing X servers. This was introduced in
65       rev 1651 (lightdm 1.7.0).
66     * Fix crash where Process objects are accessed after unref
67
68 Overview of changes in lightdm 1.8.0
69
70     * Add regression test for corrupt X authority files.
71
72 Overview of changes in lightdm 1.7.18
73
74     * Set session environment variables for guest sessions (1.7 regression).
75     * Don't fail writing X authority if reading it had an error.
76     * Update environment variables that we pass to Mir.
77
78 Overview of changes in lightdm 1.7.17
79
80     * surfaceflinger: Set XDG_VTNR=0 if VTs are not available
81     * Allow compiling of liblightdm-qt without liblightdm-gobject
82     * Add missing documentation for xremote seat options.
83
84 Overview of changes in lightdm 1.7.16
85
86     * Fix ConsoleKit support broken in 1.7.5
87     * Fix --test-mode
88     * Add support for running Surfaceflinger sessions
89
90 Overview of changes in lightdm 1.7.15
91
92     * Set XDG_VTNR=1 as a fallback if using SeatUnity without a functioning
93       compositor or working VT switching, so that logind will recognize the VT
94       as active.
95
96 Overview of changes in lightdm 1.7.14
97
98     * Correctly set permissions on Xauthority file.
99
100 Overview of changes in lightdm 1.7.13
101
102     * Correctly set $XDG_CURRENT_DESKTOP for non-autologin sessions
103     * Fix overallocation of array for strings from greeter.
104     * Fix truncation writing card32 in XDMCP server.
105
106 Overview of changes in lightdm 1.7.12
107
108     * Add xdg-seat config setting
109     * Notify Unity System Compositor of the session being authenticated
110
111 Overview of changes in lightdm 1.7.11
112
113     * Fix crash when greeter quits due to read watch not being removed
114     * Correctly setup Unity System Compositor environment
115     * Improve log messages
116
117 Overview of changes in lightdm 1.7.10
118
119     * Fix session locking broken in 1.7.5
120     * Load lightdm.conf after lightdm.conf.d/*.conf
121     * Also support loading config from /usr/share
122     * When switching sessions show a greeter if authentication required
123     * Set $XDG_CURRENT_DESKTOP if specified in the xsession file
124     * Change logging prefixes to make it easier to troubleshoot multiseat setups
125     * Bring Ubuntu packaging in-tree
126
127 Overview of changes in lightdm 1.7.9
128
129     * Correctly set XDG_VTNR for unity sessions that are not autologin.
130
131 Overview of changes in lightdm 1.7.8
132
133     * Add support for Mir sessions and greeters.
134     * Set XDG_VTNR for unity sessions.
135     * Fix desktop-session-start upstart signal not being emitted since 1.7.5.
136     * Fix greeter log broken in 1.7.5.
137
138 Overview of changes in lightdm 1.7.7
139
140     * Fix uninitialized pointer introduced in 1.7.3
141     * Enable compile warnings and fix code generating warnings
142
143 Overview of changes in lightdm 1.7.6
144
145     * Restore greeter hints that were regressed in 1.7.5.
146     * Don't run greeters through session wrapper - regression in 1.7.5
147
148 Overview of changes in lightdm 1.7.5
149
150     * Quit Plymouth correctly when using the unity seat type
151     * Release the VT when the system compositor fails to start
152     * Load sessions and greeters from /usr/share/lightdm/sessions and
153       /usr/share/lightdm/greeters. The existing directories are checked
154       if the sessions are not in these directories.
155     * Refactor the Display class so that it merges with the Seat class
156     * Support running the greeter and session in different display servers
157       instead of re-using the same one during a login.
158     * Add more regression tests
159     * Documentation fixes
160
161 Overview of changes in lightdm 1.7.4
162
163     * Set XDG_SEAT and XDG_VTNR environment variables.
164     * Add initial support for Unity (i.e. Mir based) seats.
165     * Add a greeter wrapper option.
166
167 Overview of changes in lightdm 1.7.3
168
169     * Load configuration from /etc/lightdm/lightdm.conf.d.
170     * Fix compile warnings
171     * Fix tests not running from install directory inside checkout.
172
173 Overview of changes in lightdm 1.7.2
174
175     * Fix incorrectly distributed guest-session apparmor data
176
177 Overview of changes in lightdm 1.7.1
178
179     * Fix .pc file for liblightdm-qt5-3
180     * Add a new option "autologin-in-background" which lets an autologin happen
181       in a second display while still showing the greeter.
182     * Stop if fail to create default seat
183     * Add option to set seat type in lightdm-set-defaults
184     * Stop using g_file_set_contents - it can leave intermediate files around
185     * Make tests work without installing them
186     * Fix distcheck
187
188 Overview of changes in lightdm 1.7.0
189
190     * Use logind instead of ConsoleKit if it is available
191     * Use Q_SLOTS and Q_SIGNALS instead of slots and signals.
192     * Ignore stale X server locks
193     * Pass through system locale or set locale from AccountsService/.dmrc
194     * Fix bug where seat failure before D-Bus acquired would not stop daemon
195
196 Overview of changes in lightdm 1.6.0
197
198     * Allow VNC command to be specified in lightdm.conf
199     * Register enums with QObject meta type system.
200
201 Overview of changes in lightdm 1.5.3
202
203     * Fix build with gobject-introspection 1.35.9
204     * Fix authentication cancel regression caused in 1.5.2
205
206 Overview of changes in lightdm 1.5.2
207
208     * Fix stale X server being left behind when using LockSession D-Bus API
209     * Adjust AppArmor profile to also work with logind
210     * Don't use GIO to access X authority files - it uses GVFS which is
211       unnecessary overhead/complexity
212     * Handle over/underflows when reading from greeter
213     * Improve warning message when XDMCP packet has length mismatch
214     * Only report test command line if it fails
215     * Add more regression tests
216
217 Overview of changes in lightdm 1.5.1
218
219     * QLightDM: Add Qt5 version of the library: liblightdm-qt5-2
220     * QLightDM: Add some missing role names in UsersModel
221     * QLightDM: Add a backgroundPath role to UsersModel
222     * QLightDM: Fix potential crash in QLightDM::UsersModel closedown.
223     * Improve guest session apparmor
224     * Run each test in its own /tmp dir so they can't interfere with eachother
225     * Fix script hooks no longer working with latest glib
226     * Fix display clean up code
227
228 Overview of changes in lightdm 1.5.0
229
230     * Add man page for lightdm-set-defaults
231     * Use xzip for distribution, don't distribute old metadata
232     * Correctly check if display is active when session quits
233     * Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against it
234     * Selectively lock memory rather than calling mlockall for main daemon
235
236 Overview of changes in lightdm 1.4.1
237
238     * Fix autologin PAM configuration
239
240 Overview of changes in lightdm 1.4.0
241
242     * Correctly implement and test autologin timeouts
243     * Add greeter-show-remote-login hint
244     * Correctly annotate enums in vapi file
245     * QLightDM: Add default constructor to Qt power interface
246     * QLightDM: Expose image path in UserModel
247     * QLightDM: Add parameter to session model to show either local or remote
248       sessions
249     * Fix race conditions in tests
250
251 Overview of changes in lightdm 1.3.3
252
253     * Add a new remote session type. These sessions create a temporary local
254       account and authenticate against a remote server. The session is an
255       application that accesses that remote session (e.g. VNC, RDP etc)
256     * Support multiple simultaneous PAM prompts
257     * Set utmp ut_host field to the X display address
258     * Correctly reap unused authentication sessions
259
260 Overview of changes in lightdm 1.3.2
261
262     * Handle clearenv() not being defined
263     * Fix compilation with GCC 4.7
264     * Expose remaining properties in QLightDM::Greeter
265     * Fix utmp records being written before child process created
266
267 Overview of changes in lightdm 1.3.1
268
269     * Fix wrapper path in AppArmor profile (broken since 1.1.1)
270     * Add show-manual-login and allow-guest options to lightdm-set-defaults
271     * Don't set PAM_XDISPLAY or PAM_XAUTHDATA if not supported
272     * Add lock-memory option, enabled by default, to prevent paging memory
273       to disk.
274     * Write utmp records for sessions
275     * Install PAM configuration
276     * Run greeters inside the "lightdm-greeter" PAM service
277     * Handle setresgid and setresuid not being available
278     * Use xsession directory from lightdm.conf in liblightdm
279
280 Overview of changes in lightdm 1.2.0
281
282     * Backup .xsession-errors on login
283     * Handle failures in pam_setcred
284     * Open log files in append mode
285     * Add extra checks in liblightdm so that it doesn't send invalid messages
286       to the daemon
287     * Fix gdmflexiserver not being added to the path (broken since 1.1.4)
288     * Fix PAM conversations after authentication from locking up sessions
289     * Fix PAM informational messages locking up autologin
290     * Change XDMCP manage timeout from 10ms to 126s (maximum specified in the
291       XDMCP specification)
292
293 Overview of changes in lightdm 1.1.9
294
295     * Add --show-users/--hide-users to lightdm-set-defaults
296     * Call initgroups before pam_setcred - this allows pam_setcred to change
297       group membership correctly
298
299 Overview of changes in lightdm 1.1.8
300
301     * Handle PAM interactions that have more than one message in one callback
302
303 Overview of changes in lightdm 1.1.7
304
305     * Add a seat option greeter-allow-guest which controls if the greeter should
306       provide an option to access the guest account.
307     * Add a seat option greeter-show-manual-login which hints to a greeter if it
308       should show a manual username entry if a user list is already present.
309
310 Overview of changes in lightdm 1.1.6
311
312     * Fix session wrapper working the same as it did in 1.1.3
313
314 Overview of changes in lightdm 1.1.5
315
316     * Stop file descriptors leaking into the session processes
317
318 Overview of changes in lightdm 1.1.4
319
320     * Change session directory once user permissions are set so it works
321       on NFS filesystems that don't allow root to access files.
322     * Restructure session code so the PAM authentication is run in its
323       own process.
324     * Set PAM_XDISPLAY and PAM_XAUTHDATA pam items
325     * Don't send session stdout to .xsession-errors
326     * Fix Qt bindings crash when removing a user
327
328 Overview of changes in lightdm 1.1.3
329
330     * Actually return the system default keyboard layout, not just 'us'
331     * Add keyboard layout variants to list of keyboard layouts
332     * Check accountsservice as well as .dmrc for users' layouts
333     * Add lightdm_user_get_layouts() to query the configured list of layouts
334       on a per-user basis
335     * Add Lock D-Bus method that locks the seat and provides a hint to the
336       greeter to be in lock mode.
337     * Automatically lock sessions when switching away from them
338     * Add a has-messages property to liblightdm
339     * Add regression tests for PAM modules changing usernames
340     * Don't use g_key_file_unref, it requires glib 2.32
341
342 Overview of changes in lightdm 1.1.2
343
344     * Add regression tests for getting the user language and layout
345     * Stop accidentally distributing libsystem
346     * Fix introspection bindings not containing any methods
347     * lightdm-set-defaults can now set the autologin user
348     * Add Python greeter regression tests (representative of all introspection
349       based greeters)
350     * Wait for the VT to become active when switching to avoid a suspected
351       race condition somewhere between LightDM, X, ConsoleKit and the kernel.
352     * Stop lightdm_greeter_start_session_sync() blocking on success.
353
354 Overview of changes in lightdm 1.1.1
355
356     * Add a --disable-tests option
357     * Add note to AUTHORS file where to find author list
358     * Update build system to find moc/uic
359     * Fix non-distributed tests/src/lightdm-session
360     * Fix X sessions with arguments in Exec not working
361     * Use previous session for automatic login or if greeter does not request
362       one.
363     * Set default resolution of VNC to 1024x768, add settings for width, height,
364       depth into lightdm.conf.
365     * AppArmor profile: Fix broken gnome-keyring and dbus/gwibber, and quiesce
366       annoying kernel audit messages for privileges that we definitively do not
367       want to grant.
368     * Set LOGNAME environment variable
369     * Don't set USERNAME environment variable - this is not specified in POSIX,
370       please report if this causes any major problems.
371     * Drop privileges when reading ~/.dmrc
372     * Move the GTK+ and Qt greeters into their own projects
373     * Fix crash when quitting with newer GLib
374     * Fix crash calling lightdm_get_layout
375     * Support for reading users' backgrounds from Accounts Service
376     * Fix --debug working with new glib
377     * Support PAM requesting a change of password
378     * Update build system to work with automake 1.11.2
379     * Run tests inside their own system D-Bus, simulating ConsoleKit and
380       AccountsService
381     * Add regression test for users that have their home directory created after
382       authentication.
383     * Move lightdm-guest-session from libexec to pkglibexec directory
384
385 Overview of changes in lightdm 1.1.0
386
387     * Remove GetSeatForCookie and GetSessionForCookie D-Bus methods
388     * Switching to a user without a password bypasses the greeter
389     * Use LD_PRELOAD to intercept system calls for testing
390     * Removed the --passwd-file option as not required for testing anymore
391     * Rename test-xserver to X and remove --xserver-command option
392     * Make a test session wrapper and remove --session-wrapper option
393     * Remove unused --user-session, --greeter-session, --minimum-vt,
394       --minimum-display-number options
395     * Use 'default' as the default greeter (make a symlink)
396     * GTK greeter now initializes i18n
397     * GTK greeter now remembers last user
398     * Start authentication for automtically selected user in GTK greeter
399     * Don't resize GTK greeter on each click
400     * Start authentication when scrolling through GTK greeter entries
401     * Link liblightdm-qt against QtGui
402     * Fix liblightdm-qt crashing when face images are installed
403     * Set correct permissions on session log files
404     * Introduce a lightdm-guest-session-wrapper session command which MAC
405       systems like AppArmor and SELinux can use for attaching a restrictive
406       policy to guest sessions.
407     * Provide an AppArmor profile for guest session lockdown.
408     * Fix daemon from blocking if Accounts Service does not exist
409     * Fix greeter log file not being written
410     * Don't set LANG environment variable if using Accounts Service.
411     * Fix gdmflexiserver not working due to it not being in PATH
412     * Don't authenticate the greeter user
413     * Allow greeters to be disabled in configure flags
414     * Fix over allocation of read buffer in greeter protocol
415     * Make sure objects are cleaned up on exit
416     * Fix minor memory leaks
417     * Fix reference counting issue in ConsoleKit code
418     * Fix --enable-gtk-greeter=yes not working
419
420 Overview of changes in lightdm 1.0.0
421
422     * Explicitly grab keyboard focus in GTK greeter
423     * Fix removed power and a11y menu items in GTK greeter
424     * Put system binary directory into path when running in test mode
425     * Call pam_getenvlist after pam_setcred
426
427 Overview of changes in lightdm 0.9.8
428
429     * GetSeatForCookie and GetSessionForCookie are now deprecated.  They
430       remain for now but use the XDG_SEAT_PATH and XDG_SESSION_PATH
431       environment variables instead.
432     * Change log filenames to be unique across different display types.
433     * Fix up script hooks, add regression tests for them
434     * Complete removal of X code from the core of LightDM, so it can better
435       support various display types
436     * Add ability to set the language of a user from the greeter
437     * Set LANG variable based on the user language
438     * Add language selector into GTK greeter (disabled by default)
439     * Allow TCP/IP connections if xserver-allow-tcp is true
440     * Allow lightdm --version to be run as non-root
441     * Automatically respond to PAM messages without prompts
442     * Create 'AddLocalXSeat' D-Bus method, and require root to use 'AddSeat'
443     * Fix multi-seat configuration picking the same display number
444     * Use correct D-Bus and power interface in liblightdm-qt
445     * Run pam_setcred inside the session process so pam_group works
446     * Make sure one session is always selected in the GTK greeter
447
448 Overview of changes in lightdm 0.9.7
449
450     * Set PAM_TTY to the display name, not the tty device
451
452 Overview of changes in lightdm 0.9.6
453
454     * Only unlock displays if switched to from greeter
455     * Make log file not system readable
456     * Write ~/.Xauthority inside the session process so it cannot be hijacked
457     * Set PAM_TTY and PAM_XDISPLAY when opening PAM session
458     * Add VNC server support
459     * Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]
460
461 Overview of changes in lightdm 0.9.5
462
463     * Use accounts service in the daemon if it is available
464     * Correctly load seat type in multi seat configuration
465     * Add display-setup, session-setup and session-cleanup scripting hooks
466     * Fix cancel button in GTK greeter
467     * Fix line through GTK greeter menu items
468     * Exit daemon if a seat fails which has exit-on-failure set to true
469     * Add HasGuestAccount property to seat D-Bus interface
470     * Fix XDMCP authorization
471     * Update man file
472
473 Overview of changes in lightdm 0.9.4
474
475     * lightdm-set-defaults enables tweaking the default session and chosen
476       greeter for lightdm. This is useful for derivatives waiting to not ship
477       the whole configuration file of lightdm
478     * Fix crash in GTK+ greeter when a user is added
479     * Move xsessions-directory and xgreeters-directory from [SeatDefaults] to
480       [LightDM].  This is a configuration break, but making it on the assumption
481       that these settings are not likely to have been overridden.
482     * Fix fallback from org.freedesktop.Accounts to passwd format
483     * Fix duplicate user entries being shown when using passwd file
484     * Add AddSeat D-Bus method for adding dynamic seats
485     * Added a dm-tool program that allows user switching and adding seats
486     * Allow remote X servers, e.g. launched using dm-tool add-nested-seat
487     * Fix bug where sessions were started when the greeter quit and the user
488       hadn't been authorized.
489     * Fix bug where sessions used the seat bus name
490     * Don't allow autologin-username to be set to empty
491     * Fix bug where PAM session was not opened before writing to home directory
492     * Fix crash when failing to write X authority
493
494 Overview of changes in lightdm 0.9.3
495
496     * Unlock ConsoleKit sessions when switching to them
497     * Add a gdmflexiserver binary that provides backwards compatibility with
498       existing sessions
499     * Set XDG_SEAT_PATH and XDG_SESSION_PATH environment variables for sessions.
500     * Always set XAUTHORITY environment variable so sudo keeps accessing the
501       correct X authority.
502     * Connect up lightdm_user_get_logged_in in liblightdm-gobject
503     * Ignore sessions that fail TryExec or are hidden
504     * Add missing home_directory User property missing in Vala bindings
505
506 Overview of changes in lightdm 0.9.2
507
508     * Fix annotation and Vala bindings for getting the UserList singleton
509     * Fix GTK+ greeter error label not being shown
510     * Don't set SIGQUIT to ignore in child processes
511     * Reworked the PAM code as ecryptfs users weren't able to log in.  They
512       can now but not sure what changed to fix that!?
513
514 Overview of changes in lightdm 0.9.1
515
516     * Fix up translation build system
517     * Add a --with-greeter-user configure option
518     * Fix greeter-user configuration not being used
519     * Abort greeter if attempted to be run as root and greeter-user set
520     * Fix setting session in GTK+ greeter
521
522 Overview of changes in lightdm 0.9.0
523
524     * Fix invalid XAUTHORITY variable being set for second X server.
525     * Fix bug where switching users created X servers without VTs
526     * Release a VT when the X server on it stops
527     * Greeters are now just standard X sessions that are stored in
528       /usr/share/xgreeters.
529     * Binaries now installed in /usr/sbin
530     * Drop most of the configure options, they aren't necessary
531     * Config changes:
532       - Major reorginisation of configuration to make it easier to configure and
533         understand.  Users should set [SeatDefaults] section with settings for
534         all seats, and can override each setting in a per seat configuration.
535       - Default seats are now specified using a [Seat:<name>] section.  If no seats
536         are specified then one is started.  This can be overridden by setting
537         start-default-seat=false in [LightDM].
538       - Support setting autologin user to guest account
539       - Split the user accounts configuration into /etc/lightdm/users.conf so the
540         main config can be private.
541       - The default user session is now "default".  Distributions should put a
542         symlink to their chosen default or set one in lightdm.conf.
543       - XDMCP keys now stored in keys.conf
544     * liblightdm API changes:
545       - Both libraries are now version 1 and have API and ABI guarantees.
546       - Face images are now local paths not URIs
547       - liblightdm-gobject now uses lightdm_ prefix instead of ldm_
548       - Non-greeter functions are now moved out of the Greeter class
549       - connect_to_server() is now called connect_sync and blocks until
550         completion.
551       - start_session() is now called start_session_sync and blocks until
552         completion. The quit signal is removed, and the greeter should quit if
553         this method returns TRUE.
554       - login() is now called authenticate()
555       - Greeters now have hints instead of configuration (greeters should load their
556         own configuration from /etc/lightdm if they need it).
557       - liblightdm-gobject uses AccountsService if it is available
558       - Added regression tests for liblightdm-qt
559     * D-Bus API changes:
560       - Expose Seats and Sessions on org.freedesktop.DisplayManager
561       - Add a CanSwitch property
562       - Rename ShowGreeter() to SwitchToGreeter()
563     * Greeter changes:
564       - Drop "example" from the name of the GTK+ and Qt greeters and make them
565         official default greeters.
566       - Use GTK3 for GTK+ greeter.
567       - Removed the Vala and Python GTK+ greeters, they weren't being well
568         maintained.
569
570 Overview of changes in lightdm 0.4.4
571
572     * Fix failure to accept XDMCP connections due to invalid assert.
573     * Allow minimum-display-number to be set in lightdm.conf and on the command
574       line.
575     * Session X authority now written to ~/.Xauthority by default.  It can be
576       configured to run from the system location by setting
577       user-authority-in-system-dir=true in lightdm.conf.
578     * When using system authority the authority can be updated by the user.
579     * Written X authority files now checks hostname and display number.
580     * Enironment is no longer passed through to X servers and sessions, this is
581       no longer required now PAM works correctly.
582     * liblightdm API changes:
583       - Drop ldm_greeter_get_is_first() - it was added for testing and doesn't
584         work well.
585     * Fix more errors where authentication messages from previous sessions could
586       be confused with new sessions.
587     * Added XDMCP regression tests.
588
589 Overview of changes in lightdm 0.4.3
590
591     * Don't replace Plymouth if it isn't running on a valid VT
592     * Allow a null username to log in with - the system will prompt for a
593       username.
594     * liblightdm API changes:
595       - Rename ldm_greeter_provide_secret to ldm_greeter_respond - responses
596         may not be secrets.
597       - show-prompt signal now has a PromptType field
598       - show-message signal now has a MessageType field and takes over
599         behaviour of show-error signal
600     * Fix error where an authentication failure from a previous session could
601       be interpreted as a failure in the current session.
602     * Simplify Vala bindings and add missing methods
603
604 Overview of changes in lightdm 0.4.2
605
606     * Fix errors communicating with PAM
607     * Fix interaction with Plytmouth.
608     * Removes the vt option in lightdm.conf, this is no longer required
609       and the active is used for the first display if Plymouth is
610       detected.  A new option minimum-vt is added to select the first
611       VT to be used for other displays.
612     * On login switch to an existing session if already logged in with that
613       username.
614     * Correctly connect up D-Bus interface for user switching
615
616 Overview of changes in lightdm 0.4.1
617
618     * Fix linking issue with -z,defs
619     * Added guest account support
620     * Restart X server if it crashes during a session
621     * Don't set language environment variables, use the daemon values
622       (system default) and leave it to ~/.profile for users to set these
623     * Change greeter library API, starting a session no longer has a language
624       option
625     * Fix greeter crash when user accounts change
626
627 Overview of changes in lightdm 0.4.0
628
629     * Fix crash when child processes quit
630     * Fix crash when catching signals
631     * Fix crash when session quits after X server
632     * Add internal checking for NULL object access
633     * Correctly handle signals from external programs (Thanks to Jason Conti)
634     * liblightdm API changes:
635       - ldm_greeter_start_authentication becomes ldm_greeter_login
636       - The existing ldm_greeter_login is now ldm_greeter_start_session
637         and the username parameter is not required.
638       - Drop ldm_greeter_get_default_layout (X controls the layout)
639     * Configuration changes:
640       - Use /etc/lightdm/lightdm.conf instead of /etc/lightdm.conf
641       - The "displays" item is now called "seats".  LightDM will fallback to
642         "displays" if "seats" is not defined, but this is deprecated and will
643         be removed by version 1.0.
644       - Make X server configuration a separate section and now has new options
645     * Automatic login users now use PAM session lightdm-autologin
646     * Use org.freedesktop.DisplayManager instead of
647       org.lightdm.LightDisplayManager for D-Bus name
648     * Add regression tests
649     * Allow many more options to be set from the command line
650
651 Overview of changes in lightdm 0.3.7
652
653     * Fix autologin broken in 0.3.3
654
655 Overview of changes in lightdm 0.3.6
656
657     * Disable Plymouth when starting
658     * Allow display vt setting to be set to "active" to start on active VT
659     * Fix login in Qt example greeter
660     * Fix typo for High Contrast menu item (GTK example greeter)
661
662 Overview of changes in lightdm 0.3.5
663
664     * Set working directory when logging in
665     * Massive improvements to Qt greeter
666     * Fix XDMCP authentication/authorization errors
667     * Have the daemon open a connection to a local X server
668     * Tidy up some debugging messages
669     
670 Overview of changes in lightdm 0.3.4
671
672     * Updates to liblightdm-qt
673     * Fix --with-cache-dir not working
674     * Set greeterdir in .pc files to point to where greeter engines should be
675       installed
676
677 Overview of changes in lightdm 0.3.3
678
679     * Don't run in test-mode if Xephyr cannot be found
680     * Fix daemon using 100% CPU after greeter quits
681     * Fix crash when users don't have GECOS data
682     * Greeters can now detect user add/remove events
683     * Fix ConsoleKit support broken with switch to GDBus
684     * Correctly clean up X processes on exit
685     * Wait for greeter to quit before running user session (fixes problem with
686       Compiz)
687
688 Overview of changes in lightdm 0.3.2
689
690     * Distribute GTK greeter .ui file
691
692 Overview of changes in lightdm 0.3.1
693
694     * Add greeter login_with_defaults method
695     * Add example to the name of all the greeters
696     * Set the configuration for the default display to use VT 7
697     * Fix the vt setting for displays, it was incorrectly named tty
698     * Fix crash when load-users is false in UserManager
699     * Fix up name of .vapi file so it can be used directly from valac
700     * Tidy up Qt library and greeter
701     * Move menubar in greeters to top of screen
702     * Fix console kit get_can_*() methods
703     * Use GtkBuilder for example GTK greeter
704
705 Overview of changes in lightdm 0.3.0
706
707     * Correctly pass environment variables through to the session
708     * Allow starting virtual terminal to be configured
709     * Replace D-Bus greeter communication with a private pipe
710     * Use GDBus instead of dbus-glib
711     * Use the engine process name instead of a hardcoded value in theme files
712     * Rename ldm_greeter_connect to ldm_greeter_connect_to_server so it doesn't
713       clash with GObject method name
714     * Rename ldm-gtk-greeter to lightdm-gtk-greeter
715     * Rename gnome theme to example-gtk-gnome
716     * Add more annotations to liblightdm-gobject
717     * Add an example PyGObject, Vala and QT greeter
718     * Generate metadata for QT libraries
719     * Move Webkit greeter into separate module
720
721 Overview of changes in lightdm 0.2.3
722
723     * Set correct linking library names in pkg-config files
724     * Handle session executables that take arguments
725
726 Overview of changes in lightdm 0.2.2
727
728     * Make default themedir work when --prefix is not passed to configure
729     * Look for face images in ~/.face and ~/.face.icon
730     * Put .vapi file in unversioned vala directory
731     * Fix compiling without QT
732     * Choose the VT to open the display on
733     * Set correct group memberships for sessions (Yves-Alexis Perez)
734     * Set permissions on xauthority file so it can only be read by the owning
735       user (Yves-Alexis Perez)
736     * Set correct permissions on ~/.dmrc (Yves-Alexis Perez)
737     * Add --enable-liblightdm-gobject, --enable-liblightdm-qt configure option
738     * Set environment variables from PAM (Yves-Alexis Perez)
739
740 Overview of changes in lightdm 0.2.1
741
742     * Use "lightdm" as default PAM service and make it configurable
743     * Rename libldmgreeter to libldmgreeter-gobject
744     * Add libldmgreeter-qt (David Edmundson)
745     * Fix gobject-introspection build
746     * Renamed libldmgreeter to liblightdm
747     * Install a .vapi file
748
749 Overview of changes in lightdm 0.2.0
750
751     * Make default user configuration per-display
752     * Only automatically login the first time
753     * Fix WebKit theme loading and automatic login
754     * Do cross fade for sessions that support it
755       (set X-LightDM-Supports-Transitions=true in their xsession file)
756     * Load user settings from ~/.dmrc
757     * Add configuration for default language/layout
758     * Change language/layout/session when user selected in GTK+ greeter
759     * Set default keyboard layout on first login
760     * Don't run all sessions throught /etc/X11/XSession - make the session
761       wrapper optional and configurable.
762     * Make pkgconfig file require libxklavier
763     * Only compile greeters if have dependencies
764     * Include ck-connector code to reduce library dependencies
765     * Add introspection.m4 to the source tree
766     * Support using no greeter user in lightdm.conf
767     * Flush writes to main log file
768     * Allow non-privilidged user to write greeter log file in /var
769     * Fix bugs stopping running greeter as priviledged user (i.e. root)
770     * Don't default to running greeters with the GDM user - it may not exist!
771
772 Overview of changes in lightdm 0.1.2
773
774     * Write PID file
775     * Make user switcher API work
776     * Add a AddDisplay D-Bus method to start new displays
777     * Feed signals to GLib main loop via a pipe
778     * Add an upstart script
779     * Make theme files more similar to existing themes
780     * Change dbus namespace from org.freedesktop.LightDisplayManager to
781       org.lightdm.LightDisplayManager
782     * Write debug log to /var/log/lightdm/lightdm.log instead of stdout.  Use
783       --debug for the previous behaviour
784     * Add exec_prefix into libldmgreeter.pc
785     * Change versioned include and pkgconfig files from 1 to 0
786     * Add themedir variable into pkgconfig file
787     * Connect language list in GTK greeter to login language
788
789 Overview of changes in lightdm 0.1.1
790
791     * Change licence of libldmgreeter from GPL to LGPL
792     * Write X server and session output to log files
793     * Set PATH, DESKTOP_SESSION, GDMSESSION and USERNAME environment variables
794     * Run sessions through Xsession
795     * Close all X servers on exit
796     * Send SIGHUP to X server when returning to greeter (makes all clients quit)
797     * Change authorization after a session ends so previous session does not get
798       access
799     * Make shutdown buttons work in GTK+ greeter
800     * Make user manager configurable
801     * Make GTK+ greeter show username entry if no user list
802     * Hide C and POSIX languages in greeter
803     * Load language and layout from .dmrc file
804
805 Overview of changes in lightdm 0.1.0
806
807     * Make --test-mode which runs as the current user
808     * Support displays acting as XDMCP terminals
809     * Support MIT-MAGIC-COOKIE-1 and XDM-AUTHORIZATION-1 authorization
810     * Support XDMCP over IPv6
811
812 Overview of changes in lightdm 0.0.4
813
814     * Support XDMCP logins
815     * Support multi-head
816     * Clean up resources on exit
817     * Create gettext instance in WebKit greeter
818
819 Overview of changes in lightdm 0.0.3
820
821     * Wait for signal from X server before starting session
822     * Add language API
823     * Add keyboard layout API
824     * Add gettext support to the WebKit greeter
825
826 Overview of changes in lightdm 0.0.2
827
828     * Fix installation of D-Bus service file
829     * Allow DISPLAY env variable to be passed to X server so can run Xephyr
830     * Handle no automatic login in webkit theme
831
832 Overview of changes in lightdm 0.0.1
833
834     * Initial release