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