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