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