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