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