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