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