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