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