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