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