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