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