]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - NEWS
Remove unnecessary assert
[sojka/lightdm.git] / NEWS
1 Overview of changes in lightdm 1.19.0
2
3     * Use /dev/tty0 instead of /dev/console for VT operations
4     * Don't quit on SIGUSR1, SIGUSR2 or SIGHUP
5     * Improve XDMCP IPv6 address selection
6     * Set XDMCP hostname field in to system hostname or configured value
7     * Allow fcitx and mozc to run in guest session
8     * Fix lxsession running in guest sessiono
9     * Drop support for legacy XMir
10     * Fix g_spawn compiler warning
11
12 Overview of changes in lightdm 1.18.0
13
14     * Small documentation fixes
15
16 Overview of changes in lightdm 1.17.6
17
18     * Don't write $DISPLAY into tty line in utmp/btmp.
19
20 Overview of changes in lightdm 1.17.5
21
22     * Set XDG_RUNTIME_DIR for ConsoleKit sessions. This is a recent change in
23       ConsoleKit2.
24
25 Overview of changes in lightdm 1.17.4
26
27     * Add support for g_autoptr and liblightdm-gobject
28     * Fix dm-tool add-local-seat not working because LightDM is trying to
29       connect with TCP/IP
30
31 Overview of changes in lightdm 1.17.3
32
33     * Don't enable the hardware cursor in Unity System Compositor anymore.
34       Unity 8 now correctly provides its own cursor and other shells should too
35
36 Overview of changes in lightdm 1.17.2
37
38     * Handle XDMCP Request packet with no addresses.
39     * Don't start LightDM if the XDMCP server is configured with a key that
40       doesn't exist.
41     * Add IP addresses to XDMCP log messages.
42     * Refactor XDMCP error handling.
43     * Add more XDMCP tests.
44
45 Overview of changes in lightdm 1.17.1
46
47     * Add a backup-logs option that can be used to disable existing logging
48       files having a .old suffix added to them.
49     * Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and
50       LC_IDENTIFICATION variables to the list of inherited locale variables.
51     * Implement XDMCP ForwardQuery.
52     * Fix small memory leak in XDMCP logging code.
53
54 Overview of changes in lightdm 1.17.0
55
56     * Disable log backups - this interferes with logrotate.
57     * Support using libaudit to generate audit events.
58     * Handle trailing whitespace on boolean values in configuration.
59     * Update example configuration to more correctly match allowed options.
60     * Fix unnecessary X server from being launched when locking seats.
61     * Check the version of the X server we are running so we correctly pass
62       -listen tcp when required.
63     * Allow reading /proc/<PID>/net/dev from within a guest session.
64     * Allow guest sessions to write in /{,var/}run/screen folder.
65     * Update guest-session AppArmor profile to be suitable for openSUSE.
66     * Fix apparmor profiles for running Chromium in guest sessions.
67     * Fix configure failing without Vala installed.
68
69 Overview of changes in lightdm 1.16.0
70
71     * Update default configuration better explaining the seat configuration name
72       matching and dropping references to the obsolete [SeatDefaults] section    
73
74 Overview of changes in lightdm 1.15.3
75
76     * Drop Xorg option -sharevts. It's no longer required for non-seat0 X
77       servers since xorg-server release 1.16.
78
79 Overview of changes in lightdm 1.15.2
80
81     * Support Wayland sessions.
82     * Implement autologin-session option.    
83     * Generate Vala bindings from GIR instead of manually writing them. This
84       fixes some small bugs in both the Vala and GIR bindings.
85     * Don't remove autotools generated files in distclean. 
86
87 Overview of changes in lightdm 1.15.1
88
89     * Fix default X server command set to XMir in 1.15.0.
90     * Internally merge the [SeatDefaults] and [Seat:*] sections together. The
91       previous method meant configuration snippets using a mix of old and new
92       naming would not correctly override eachother.
93     * Use IP address of XDMCP requests to contact X server if available.
94     * Add an option for XDMCP and VNC servers to only listen on one address.
95     * Fix configuration file warnings so they go to the log, not stderr.
96     * Warn if deprecated options logind-load-seats or xdg-seat are in
97       configuration.
98     * Improve IP addresses in XDMCP log messages.
99     * Fix typo in dm-tool man page.
100
101 Overview of changes in lightdm 1.15.0
102
103     * Deprecate [SeatDefaults] in favour of [Seat:*]
104     * Use new Xmir binary when running X under Unity System Compositor
105
106 Overview of changes in lightdm 1.14.0
107
108     * Initialize file descriptor handles so we don't attempt to close stdin by
109       accident.
110     * Fix small errors detected by scan-build (clang).
111
112 Overview of changes in lightdm 1.13.2
113
114     * Fix pipe file descriptor leak for each greeter session.
115     * Support active session changing via logind.
116     * Don't allow liblightdm-gobject to be disabled. It is required for
117       liblightdm-qt and the tests so it's not worth supporting builds without
118       it.
119     * Add bash autocompletion support
120
121 Overview of changes in lightdm 1.13.1
122
123     * Don't attempt generate D-Bus seat/session removal signals on shutdown.
124     * Add missing method QLightDM::Greeter::cancelAutologin
125
126 Overview of changes in lightdm 1.13.0
127
128     * Fix crash when having configuration keys defined in multiple places
129     * Fix pipe file descriptor leak for each session login / authentication
130     * Use correct syntax for DesktopNames key in session files
131     * Match seat configuration with globbing
132     * Allow user switching in multi-seat until bug stopping greeter showing on
133       logout is fixed
134     * Disable log message when AccountsService users change
135     * Update AppArmor scripts, requires AppArmor 2.9
136     * Update tests to run better on servers
137
138 Overview of changes in lightdm 1.12.0
139
140     * Fix assumption that the display server is X when running scripts.
141     * Don't access .dmrc files until information from these files is required.
142
143 Overview of changes in lightdm 1.11.9
144
145     * Don't check the logind CanGraphical seat property unless
146       login-check-graphical option is set to true. There are too many cases of
147       drivers that don't set the appropriate flags for this feature to work.
148     * Make socket writing code used between greeter and daemon more robust to
149       errors.
150     * Fix small memory leaks.
151     * Improve logging messages.
152     * Test improvements.
153
154 Overview of changes in lightdm 1.11.8
155
156     * Rework logind code that gets session ID. The previous method was racy
157       and a change in lightdm 1.11.7 led to a lockup when this race occurred.
158     * Handle CanGraphical property on logind seats
159
160 Overview of changes in lightdm 1.11.7
161
162     * Use logind to provide the list of seats to use. Deprecate the old method
163       of manually defining seats.
164     * Add --show-config option that shows combined configuration.
165     * Drop the surfaceflinger seat type. This was a temporary solution while
166       Ubuntu Phone was migrating to Mir.
167
168 Overview of changes in lightdm 1.11.6
169
170     * Add a seat option 'allow-user-switching' that can disable all user
171       switching for that seat
172     * Add a new session type 'mir-container' that allows the session to run
173       inside a custom system compositor
174     * Only seat0 takes VT from Plymouth
175     * Removed unused GAsyncResultIface.is_tagged as this attribute was not
176       available in earlier versions of Glib I/O.
177     * Abort autogen if yelp-tools not installed
178     * Return correct errors for D-Bus calls
179
180 Overview of changes in lightdm 1.11.5
181
182     * Make PAM services configurable
183
184 Overview of changes in lightdm 1.11.4
185
186     * Do timed autologin each time you are returned to the greeter
187     * Fix tests failing with Qt 5.3 due to it checking getuid/geteuid which we are faking
188     * dm-tool: Warn if trying to switch to user without username
189
190 Overview of changes in lightdm 1.11.3
191
192     * Fix Mir sessions broken with unity-system-compositor 0.3.
193     * Add back Vala bindings for LightDM.Greeter.connect_sync - just mark as
194       deprecated.
195     * Put unity-system-compositor's mir_socket under /run rather than /tmp.
196     * Fix building with clang (3.5) and -Werror.
197     * Correct section name in default users.conf file.
198
199 Overview of changes in lightdm 1.11.2
200
201     * Add liblightdm method to get user UID
202     * DBus-activate logind
203     * Check for libgcrypt at configure time
204
205 Overview of changes in lightdm 1.11.1
206
207     * Allow greeters to remain runing to reduce startup time when switching to a
208       greeter
209     * Add asynchronous methods to liblightdm
210
211 Overview of changes in lightdm 1.11.0
212
213     * When switching to an existing session refresh PAM credentials and end
214       session cleanly so no resources leak.
215     * Support new standard DesktopNames field in session files
216     * Set XDG_SESSION_TYPE and XDG_SESSION_DESKTOP as used by systemd
217     * Emit DBus PropertiesChanged when Sessions/Seats properties change. Also
218       add SessionAdded/SessionRemoved signals to Seat interface
219
220 Overview of changes in lightdm 1.10.0
221
222     * Fix return value for Vala bindings to Greeter.start_session_sync
223     * Fix logging when failing to find session
224
225 Overview of changes in lightdm 1.9.15
226
227     * Update the lightdm AppArmor abstraction to allow the guest session to
228       start when AppArmor is mediating signals and ptrace and fix a minor, but
229       noisy, denial when applications attempt to read /proc/<PID>/stat.
230
231 Overview of changes in lightdm 1.9.14
232
233     * Pass --enable-hardware-greeter to unity-system-compositor for Mir sessions
234       on xlocal seats
235
236 Overview of changes in lightdm 1.9.13
237
238     * Handle not getting an X connection when attempting to get X layouts.
239     * Read config data from both XDG_DATA_DIRS and XDG_CONFIG_DIRS.
240
241 Overview of changes in lightdm 1.9.12
242
243     * Ensure X authority is written before X server is started
244     * Activate after unlocking a logind session
245
246 Overview of changes in lightdm 1.9.11
247
248     * Don't use g_hash_table_get_keys_as_array, it's a glib 2.40 feature
249
250 Overview of changes in lightdm 1.9.10
251
252     * Honour session type requested by greeter for guest sessions
253     * Log to wtmp and btmp.
254     * Implement guest-session config option
255
256 Overview of changes in lightdm 1.9.9
257
258     * Handle signals being received in child processes instead of treating them
259       like they are received in the daemon.
260     * Set utmp ut_line to the display name (i.e. :0) to match what other
261       programs expect (e.g. 'w').
262     * Fix lightdm_greeter_ensure_shared_data_dir_sync returning the wrong value.
263     * Fix shared data tests so you can run test suite without root again.
264     * Be extra careful not to call any non thread safe function after a fork.
265     * Fix some small memory leaks detected by valgrind.
266     * Fix process shutdown code to stop generating confusing warnings
267     * Fix more double removal of source IDs.
268     * Test improvements.
269
270 Overview of changes in lightdm 1.9.8
271
272     * Add support for shared user data directories between the greeter and user sessions.
273     * Refactor LightDMUser and User classes to use the same code internally.
274
275 Overview of changes in lightdm 1.9.7
276
277     * Correctly invoke PAM to change authentication token.
278     * Make xdg-seat a core property of a seat and always pass it to X servers.
279     * Qt bindings: properly hand over prompt and message type.
280     * Add warning flags where they are missing and fix the resulting warnings.
281
282 Overview of changes in lightdm 1.9.6
283
284     * Support Mir sessions in xlocal seats by starting a unity system compositor
285       for each session.
286     * Add --screen and --fullscreen options to "dm-tool add-nested-seat"
287     * Don't try to compile liblightdm-qt if liblightdm-gobject will not be
288       compiled.
289     * Stop greeters warning if sessions directories not present or lightdm.conf
290       doesn't exist - this is valid.
291     * Fix log name for Mir display servers
292     * Fix double removal of source IDs
293
294 Overview of changes in lightdm 1.9.5
295
296     * In the unity seat, if we don't have proper VT support, fake VT 0 instead
297       of a real VT number. This matches what logind expects.
298
299 Overview of changes in lightdm 1.9.4
300
301     * Fix issue where VTs are double used when switching sessions.
302     * Remove lightdm-set-defaults and gdmflexiserver.
303     * Add new ability to specify a list of seat types to try, rather than just
304       one.
305     * Allow Mir sessions in the surfaceflinger seat.
306     * Rename the guest session wrapper to have a simpler name.
307     * Make sure sessions are associated with the display server before starting
308       them.
309     * Add a dm-tool man page.
310
311 Overview of changes in lightdm 1.9.3
312
313     * Don't pass system user accounts from AccountsService to greeters.
314     * Fix crash if switching to greeter and it isn't installed.
315
316 Overview of changes in lightdm 1.9.2
317
318     * Implement missing guest-wrapper functionality and enable it for Ubuntu.
319     * Update AppArmor scripts to work in Ubuntu 13.10.
320
321 Overview of changes in lightdm 1.9.1
322
323     * Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5
324       for ConsoleKit and was never passed to logind. logind/ConsoleKit treat
325       greeter sessions without this set as user sessions. This causes greeters
326       to show the lightdm user able to be logged in with.
327     * Set $USER when running the session-setup-script. This is a regression from
328       1.7.5.
329     * Fix notification of sessions being logged out. This is a regression from
330       1.7.5 and caused greeters to show sessions logged in after they had been
331       logged out.
332     * Refactor liblightdm user scanning to be simpler and more reliable. This
333       fixes bugs where some properties wouldn't be updated when they changed in
334       accounts service.
335     * Add support for a "display-stopped-script" field in lightdm.conf. The
336       "display-stopped-script" field allows us to run a script right after
337       stopping the display server.
338     * Allow dm-tool to run outside of a session if it doesn't need to be.
339     * Set $MIR_SERVER_NAME to assign a name to launched sessions. Also use a
340       "greeter-" prefix for greeter sessions for the benefit of
341       unity-system-compositor.
342
343 Overview of changes in lightdm 1.9.0
344
345     * Fix crash when starting with existing X servers. This was introduced in
346       rev 1651 (lightdm 1.7.0).
347     * Fix crash where Process objects are accessed after unref
348
349 Overview of changes in lightdm 1.8.0
350
351     * Add regression test for corrupt X authority files.
352
353 Overview of changes in lightdm 1.7.18
354
355     * Set session environment variables for guest sessions (1.7 regression).
356     * Don't fail writing X authority if reading it had an error.
357     * Update environment variables that we pass to Mir.
358
359 Overview of changes in lightdm 1.7.17
360
361     * surfaceflinger: Set XDG_VTNR=0 if VTs are not available
362     * Allow compiling of liblightdm-qt without liblightdm-gobject
363     * Add missing documentation for xremote seat options.
364
365 Overview of changes in lightdm 1.7.16
366
367     * Fix ConsoleKit support broken in 1.7.5
368     * Fix --test-mode
369     * Add support for running Surfaceflinger sessions
370
371 Overview of changes in lightdm 1.7.15
372
373     * Set XDG_VTNR=1 as a fallback if using SeatUnity without a functioning
374       compositor or working VT switching, so that logind will recognize the VT
375       as active.
376
377 Overview of changes in lightdm 1.7.14
378
379     * Correctly set permissions on Xauthority file.
380
381 Overview of changes in lightdm 1.7.13
382
383     * Correctly set $XDG_CURRENT_DESKTOP for non-autologin sessions
384     * Fix overallocation of array for strings from greeter.
385     * Fix truncation writing card32 in XDMCP server.
386
387 Overview of changes in lightdm 1.7.12
388
389     * Add xdg-seat config setting
390     * Notify Unity System Compositor of the session being authenticated
391
392 Overview of changes in lightdm 1.7.11
393
394     * Fix crash when greeter quits due to read watch not being removed
395     * Correctly setup Unity System Compositor environment
396     * Improve log messages
397
398 Overview of changes in lightdm 1.7.10
399
400     * Fix session locking broken in 1.7.5
401     * Load lightdm.conf after lightdm.conf.d/*.conf
402     * Also support loading config from /usr/share
403     * When switching sessions show a greeter if authentication required
404     * Set $XDG_CURRENT_DESKTOP if specified in the xsession file
405     * Change logging prefixes to make it easier to troubleshoot multiseat setups
406     * Bring Ubuntu packaging in-tree
407
408 Overview of changes in lightdm 1.7.9
409
410     * Correctly set XDG_VTNR for unity sessions that are not autologin.
411
412 Overview of changes in lightdm 1.7.8
413
414     * Add support for Mir sessions and greeters.
415     * Set XDG_VTNR for unity sessions.
416     * Fix desktop-session-start upstart signal not being emitted since 1.7.5.
417     * Fix greeter log broken in 1.7.5.
418
419 Overview of changes in lightdm 1.7.7
420
421     * Fix uninitialized pointer introduced in 1.7.3
422     * Enable compile warnings and fix code generating warnings
423
424 Overview of changes in lightdm 1.7.6
425
426     * Restore greeter hints that were regressed in 1.7.5.
427     * Don't run greeters through session wrapper - regression in 1.7.5
428
429 Overview of changes in lightdm 1.7.5
430
431     * Quit Plymouth correctly when using the unity seat type
432     * Release the VT when the system compositor fails to start
433     * Load sessions and greeters from /usr/share/lightdm/sessions and
434       /usr/share/lightdm/greeters. The existing directories are checked
435       if the sessions are not in these directories.
436     * Refactor the Display class so that it merges with the Seat class
437     * Support running the greeter and session in different display servers
438       instead of re-using the same one during a login.
439     * Add more regression tests
440     * Documentation fixes
441
442 Overview of changes in lightdm 1.7.4
443
444     * Set XDG_SEAT and XDG_VTNR environment variables.
445     * Add initial support for Unity (i.e. Mir based) seats.
446     * Add a greeter wrapper option.
447
448 Overview of changes in lightdm 1.7.3
449
450     * Load configuration from /etc/lightdm/lightdm.conf.d.
451     * Fix compile warnings
452     * Fix tests not running from install directory inside checkout.
453
454 Overview of changes in lightdm 1.7.2
455
456     * Fix incorrectly distributed guest-session apparmor data
457
458 Overview of changes in lightdm 1.7.1
459
460     * Fix .pc file for liblightdm-qt5-3
461     * Add a new option "autologin-in-background" which lets an autologin happen
462       in a second display while still showing the greeter.
463     * Stop if fail to create default seat
464     * Add option to set seat type in lightdm-set-defaults
465     * Stop using g_file_set_contents - it can leave intermediate files around
466     * Make tests work without installing them
467     * Fix distcheck
468
469 Overview of changes in lightdm 1.7.0
470
471     * Use logind instead of ConsoleKit if it is available
472     * Use Q_SLOTS and Q_SIGNALS instead of slots and signals.
473     * Ignore stale X server locks
474     * Pass through system locale or set locale from AccountsService/.dmrc
475     * Fix bug where seat failure before D-Bus acquired would not stop daemon
476
477 Overview of changes in lightdm 1.6.0
478
479     * Allow VNC command to be specified in lightdm.conf
480     * Register enums with QObject meta type system.
481
482 Overview of changes in lightdm 1.5.3
483
484     * Fix build with gobject-introspection 1.35.9
485     * Fix authentication cancel regression caused in 1.5.2
486
487 Overview of changes in lightdm 1.5.2
488
489     * Fix stale X server being left behind when using LockSession D-Bus API
490     * Adjust AppArmor profile to also work with logind
491     * Don't use GIO to access X authority files - it uses GVFS which is
492       unnecessary overhead/complexity
493     * Handle over/underflows when reading from greeter
494     * Improve warning message when XDMCP packet has length mismatch
495     * Only report test command line if it fails
496     * Add more regression tests
497
498 Overview of changes in lightdm 1.5.1
499
500     * QLightDM: Add Qt5 version of the library: liblightdm-qt5-2
501     * QLightDM: Add some missing role names in UsersModel
502     * QLightDM: Add a backgroundPath role to UsersModel
503     * QLightDM: Fix potential crash in QLightDM::UsersModel closedown.
504     * Improve guest session apparmor
505     * Run each test in its own /tmp dir so they can't interfere with eachother
506     * Fix script hooks no longer working with latest glib
507     * Fix display clean up code
508
509 Overview of changes in lightdm 1.5.0
510
511     * Add man page for lightdm-set-defaults
512     * Use xzip for distribution, don't distribute old metadata
513     * Correctly check if display is active when session quits
514     * Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against it
515     * Selectively lock memory rather than calling mlockall for main daemon
516
517 Overview of changes in lightdm 1.4.1
518
519     * Fix autologin PAM configuration
520
521 Overview of changes in lightdm 1.4.0
522
523     * Correctly implement and test autologin timeouts
524     * Add greeter-show-remote-login hint
525     * Correctly annotate enums in vapi file
526     * QLightDM: Add default constructor to Qt power interface
527     * QLightDM: Expose image path in UserModel
528     * QLightDM: Add parameter to session model to show either local or remote
529       sessions
530     * Fix race conditions in tests
531
532 Overview of changes in lightdm 1.3.3
533
534     * Add a new remote session type. These sessions create a temporary local
535       account and authenticate against a remote server. The session is an
536       application that accesses that remote session (e.g. VNC, RDP etc)
537     * Support multiple simultaneous PAM prompts
538     * Set utmp ut_host field to the X display address
539     * Correctly reap unused authentication sessions
540
541 Overview of changes in lightdm 1.3.2
542
543     * Handle clearenv() not being defined
544     * Fix compilation with GCC 4.7
545     * Expose remaining properties in QLightDM::Greeter
546     * Fix utmp records being written before child process created
547
548 Overview of changes in lightdm 1.3.1
549
550     * Fix wrapper path in AppArmor profile (broken since 1.1.1)
551     * Add show-manual-login and allow-guest options to lightdm-set-defaults
552     * Don't set PAM_XDISPLAY or PAM_XAUTHDATA if not supported
553     * Add lock-memory option, enabled by default, to prevent paging memory
554       to disk.
555     * Write utmp records for sessions
556     * Install PAM configuration
557     * Run greeters inside the "lightdm-greeter" PAM service
558     * Handle setresgid and setresuid not being available
559     * Use xsession directory from lightdm.conf in liblightdm
560
561 Overview of changes in lightdm 1.2.0
562
563     * Backup .xsession-errors on login
564     * Handle failures in pam_setcred
565     * Open log files in append mode
566     * Add extra checks in liblightdm so that it doesn't send invalid messages
567       to the daemon
568     * Fix gdmflexiserver not being added to the path (broken since 1.1.4)
569     * Fix PAM conversations after authentication from locking up sessions
570     * Fix PAM informational messages locking up autologin
571     * Change XDMCP manage timeout from 10ms to 126s (maximum specified in the
572       XDMCP specification)
573
574 Overview of changes in lightdm 1.1.9
575
576     * Add --show-users/--hide-users to lightdm-set-defaults
577     * Call initgroups before pam_setcred - this allows pam_setcred to change
578       group membership correctly
579
580 Overview of changes in lightdm 1.1.8
581
582     * Handle PAM interactions that have more than one message in one callback
583
584 Overview of changes in lightdm 1.1.7
585
586     * Add a seat option greeter-allow-guest which controls if the greeter should
587       provide an option to access the guest account.
588     * Add a seat option greeter-show-manual-login which hints to a greeter if it
589       should show a manual username entry if a user list is already present.
590
591 Overview of changes in lightdm 1.1.6
592
593     * Fix session wrapper working the same as it did in 1.1.3
594
595 Overview of changes in lightdm 1.1.5
596
597     * Stop file descriptors leaking into the session processes
598
599 Overview of changes in lightdm 1.1.4
600
601     * Change session directory once user permissions are set so it works
602       on NFS filesystems that don't allow root to access files.
603     * Restructure session code so the PAM authentication is run in its
604       own process.
605     * Set PAM_XDISPLAY and PAM_XAUTHDATA pam items
606     * Don't send session stdout to .xsession-errors
607     * Fix Qt bindings crash when removing a user
608
609 Overview of changes in lightdm 1.1.3
610
611     * Actually return the system default keyboard layout, not just 'us'
612     * Add keyboard layout variants to list of keyboard layouts
613     * Check accountsservice as well as .dmrc for users' layouts
614     * Add lightdm_user_get_layouts() to query the configured list of layouts
615       on a per-user basis
616     * Add Lock D-Bus method that locks the seat and provides a hint to the
617       greeter to be in lock mode.
618     * Automatically lock sessions when switching away from them
619     * Add a has-messages property to liblightdm
620     * Add regression tests for PAM modules changing usernames
621     * Don't use g_key_file_unref, it requires glib 2.32
622
623 Overview of changes in lightdm 1.1.2
624
625     * Add regression tests for getting the user language and layout
626     * Stop accidentally distributing libsystem
627     * Fix introspection bindings not containing any methods
628     * lightdm-set-defaults can now set the autologin user
629     * Add Python greeter regression tests (representative of all introspection
630       based greeters)
631     * Wait for the VT to become active when switching to avoid a suspected
632       race condition somewhere between LightDM, X, ConsoleKit and the kernel.
633     * Stop lightdm_greeter_start_session_sync() blocking on success.
634
635 Overview of changes in lightdm 1.1.1
636
637     * Add a --disable-tests option
638     * Add note to AUTHORS file where to find author list
639     * Update build system to find moc/uic
640     * Fix non-distributed tests/src/lightdm-session
641     * Fix X sessions with arguments in Exec not working
642     * Use previous session for automatic login or if greeter does not request
643       one.
644     * Set default resolution of VNC to 1024x768, add settings for width, height,
645       depth into lightdm.conf.
646     * AppArmor profile: Fix broken gnome-keyring and dbus/gwibber, and quiesce
647       annoying kernel audit messages for privileges that we definitively do not
648       want to grant.
649     * Set LOGNAME environment variable
650     * Don't set USERNAME environment variable - this is not specified in POSIX,
651       please report if this causes any major problems.
652     * Drop privileges when reading ~/.dmrc
653     * Move the GTK+ and Qt greeters into their own projects
654     * Fix crash when quitting with newer GLib
655     * Fix crash calling lightdm_get_layout
656     * Support for reading users' backgrounds from Accounts Service
657     * Fix --debug working with new glib
658     * Support PAM requesting a change of password
659     * Update build system to work with automake 1.11.2
660     * Run tests inside their own system D-Bus, simulating ConsoleKit and
661       AccountsService
662     * Add regression test for users that have their home directory created after
663       authentication.
664     * Move lightdm-guest-session from libexec to pkglibexec directory
665
666 Overview of changes in lightdm 1.1.0
667
668     * Remove GetSeatForCookie and GetSessionForCookie D-Bus methods
669     * Switching to a user without a password bypasses the greeter
670     * Use LD_PRELOAD to intercept system calls for testing
671     * Removed the --passwd-file option as not required for testing anymore
672     * Rename test-xserver to X and remove --xserver-command option
673     * Make a test session wrapper and remove --session-wrapper option
674     * Remove unused --user-session, --greeter-session, --minimum-vt,
675       --minimum-display-number options
676     * Use 'default' as the default greeter (make a symlink)
677     * GTK greeter now initializes i18n
678     * GTK greeter now remembers last user
679     * Start authentication for automtically selected user in GTK greeter
680     * Don't resize GTK greeter on each click
681     * Start authentication when scrolling through GTK greeter entries
682     * Link liblightdm-qt against QtGui
683     * Fix liblightdm-qt crashing when face images are installed
684     * Set correct permissions on session log files
685     * Introduce a lightdm-guest-session-wrapper session command which MAC
686       systems like AppArmor and SELinux can use for attaching a restrictive
687       policy to guest sessions.
688     * Provide an AppArmor profile for guest session lockdown.
689     * Fix daemon from blocking if Accounts Service does not exist
690     * Fix greeter log file not being written
691     * Don't set LANG environment variable if using Accounts Service.
692     * Fix gdmflexiserver not working due to it not being in PATH
693     * Don't authenticate the greeter user
694     * Allow greeters to be disabled in configure flags
695     * Fix over allocation of read buffer in greeter protocol
696     * Make sure objects are cleaned up on exit
697     * Fix minor memory leaks
698     * Fix reference counting issue in ConsoleKit code
699     * Fix --enable-gtk-greeter=yes not working
700
701 Overview of changes in lightdm 1.0.0
702
703     * Explicitly grab keyboard focus in GTK greeter
704     * Fix removed power and a11y menu items in GTK greeter
705     * Put system binary directory into path when running in test mode
706     * Call pam_getenvlist after pam_setcred
707
708 Overview of changes in lightdm 0.9.8
709
710     * GetSeatForCookie and GetSessionForCookie are now deprecated.  They
711       remain for now but use the XDG_SEAT_PATH and XDG_SESSION_PATH
712       environment variables instead.
713     * Change log filenames to be unique across different display types.
714     * Fix up script hooks, add regression tests for them
715     * Complete removal of X code from the core of LightDM, so it can better
716       support various display types
717     * Add ability to set the language of a user from the greeter
718     * Set LANG variable based on the user language
719     * Add language selector into GTK greeter (disabled by default)
720     * Allow TCP/IP connections if xserver-allow-tcp is true
721     * Allow lightdm --version to be run as non-root
722     * Automatically respond to PAM messages without prompts
723     * Create 'AddLocalXSeat' D-Bus method, and require root to use 'AddSeat'
724     * Fix multi-seat configuration picking the same display number
725     * Use correct D-Bus and power interface in liblightdm-qt
726     * Run pam_setcred inside the session process so pam_group works
727     * Make sure one session is always selected in the GTK greeter
728
729 Overview of changes in lightdm 0.9.7
730
731     * Set PAM_TTY to the display name, not the tty device
732
733 Overview of changes in lightdm 0.9.6
734
735     * Only unlock displays if switched to from greeter
736     * Make log file not system readable
737     * Write ~/.Xauthority inside the session process so it cannot be hijacked
738     * Set PAM_TTY and PAM_XDISPLAY when opening PAM session
739     * Add VNC server support
740     * Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]
741
742 Overview of changes in lightdm 0.9.5
743
744     * Use accounts service in the daemon if it is available
745     * Correctly load seat type in multi seat configuration
746     * Add display-setup, session-setup and session-cleanup scripting hooks
747     * Fix cancel button in GTK greeter
748     * Fix line through GTK greeter menu items
749     * Exit daemon if a seat fails which has exit-on-failure set to true
750     * Add HasGuestAccount property to seat D-Bus interface
751     * Fix XDMCP authorization
752     * Update man file
753
754 Overview of changes in lightdm 0.9.4
755
756     * lightdm-set-defaults enables tweaking the default session and chosen
757       greeter for lightdm. This is useful for derivatives waiting to not ship
758       the whole configuration file of lightdm
759     * Fix crash in GTK+ greeter when a user is added
760     * Move xsessions-directory and xgreeters-directory from [SeatDefaults] to
761       [LightDM].  This is a configuration break, but making it on the assumption
762       that these settings are not likely to have been overridden.
763     * Fix fallback from org.freedesktop.Accounts to passwd format
764     * Fix duplicate user entries being shown when using passwd file
765     * Add AddSeat D-Bus method for adding dynamic seats
766     * Added a dm-tool program that allows user switching and adding seats
767     * Allow remote X servers, e.g. launched using dm-tool add-nested-seat
768     * Fix bug where sessions were started when the greeter quit and the user
769       hadn't been authorized.
770     * Fix bug where sessions used the seat bus name
771     * Don't allow autologin-username to be set to empty
772     * Fix bug where PAM session was not opened before writing to home directory
773     * Fix crash when failing to write X authority
774
775 Overview of changes in lightdm 0.9.3
776
777     * Unlock ConsoleKit sessions when switching to them
778     * Add a gdmflexiserver binary that provides backwards compatibility with
779       existing sessions
780     * Set XDG_SEAT_PATH and XDG_SESSION_PATH environment variables for sessions.
781     * Always set XAUTHORITY environment variable so sudo keeps accessing the
782       correct X authority.
783     * Connect up lightdm_user_get_logged_in in liblightdm-gobject
784     * Ignore sessions that fail TryExec or are hidden
785     * Add missing home_directory User property missing in Vala bindings
786
787 Overview of changes in lightdm 0.9.2
788
789     * Fix annotation and Vala bindings for getting the UserList singleton
790     * Fix GTK+ greeter error label not being shown
791     * Don't set SIGQUIT to ignore in child processes
792     * Reworked the PAM code as ecryptfs users weren't able to log in.  They
793       can now but not sure what changed to fix that!?
794
795 Overview of changes in lightdm 0.9.1
796
797     * Fix up translation build system
798     * Add a --with-greeter-user configure option
799     * Fix greeter-user configuration not being used
800     * Abort greeter if attempted to be run as root and greeter-user set
801     * Fix setting session in GTK+ greeter
802
803 Overview of changes in lightdm 0.9.0
804
805     * Fix invalid XAUTHORITY variable being set for second X server.
806     * Fix bug where switching users created X servers without VTs
807     * Release a VT when the X server on it stops
808     * Greeters are now just standard X sessions that are stored in
809       /usr/share/xgreeters.
810     * Binaries now installed in /usr/sbin
811     * Drop most of the configure options, they aren't necessary
812     * Config changes:
813       - Major reorginisation of configuration to make it easier to configure and
814         understand.  Users should set [SeatDefaults] section with settings for
815         all seats, and can override each setting in a per seat configuration.
816       - Default seats are now specified using a [Seat:<name>] section.  If no seats
817         are specified then one is started.  This can be overridden by setting
818         start-default-seat=false in [LightDM].
819       - Support setting autologin user to guest account
820       - Split the user accounts configuration into /etc/lightdm/users.conf so the
821         main config can be private.
822       - The default user session is now "default".  Distributions should put a
823         symlink to their chosen default or set one in lightdm.conf.
824       - XDMCP keys now stored in keys.conf
825     * liblightdm API changes:
826       - Both libraries are now version 1 and have API and ABI guarantees.
827       - Face images are now local paths not URIs
828       - liblightdm-gobject now uses lightdm_ prefix instead of ldm_
829       - Non-greeter functions are now moved out of the Greeter class
830       - connect_to_server() is now called connect_sync and blocks until
831         completion.
832       - start_session() is now called start_session_sync and blocks until
833         completion. The quit signal is removed, and the greeter should quit if
834         this method returns TRUE.
835       - login() is now called authenticate()
836       - Greeters now have hints instead of configuration (greeters should load their
837         own configuration from /etc/lightdm if they need it).
838       - liblightdm-gobject uses AccountsService if it is available
839       - Added regression tests for liblightdm-qt
840     * D-Bus API changes:
841       - Expose Seats and Sessions on org.freedesktop.DisplayManager
842       - Add a CanSwitch property
843       - Rename ShowGreeter() to SwitchToGreeter()
844     * Greeter changes:
845       - Drop "example" from the name of the GTK+ and Qt greeters and make them
846         official default greeters.
847       - Use GTK3 for GTK+ greeter.
848       - Removed the Vala and Python GTK+ greeters, they weren't being well
849         maintained.
850
851 Overview of changes in lightdm 0.4.4
852
853     * Fix failure to accept XDMCP connections due to invalid assert.
854     * Allow minimum-display-number to be set in lightdm.conf and on the command
855       line.
856     * Session X authority now written to ~/.Xauthority by default.  It can be
857       configured to run from the system location by setting
858       user-authority-in-system-dir=true in lightdm.conf.
859     * When using system authority the authority can be updated by the user.
860     * Written X authority files now checks hostname and display number.
861     * Enironment is no longer passed through to X servers and sessions, this is
862       no longer required now PAM works correctly.
863     * liblightdm API changes:
864       - Drop ldm_greeter_get_is_first() - it was added for testing and doesn't
865         work well.
866     * Fix more errors where authentication messages from previous sessions could
867       be confused with new sessions.
868     * Added XDMCP regression tests.
869
870 Overview of changes in lightdm 0.4.3
871
872     * Don't replace Plymouth if it isn't running on a valid VT
873     * Allow a null username to log in with - the system will prompt for a
874       username.
875     * liblightdm API changes:
876       - Rename ldm_greeter_provide_secret to ldm_greeter_respond - responses
877         may not be secrets.
878       - show-prompt signal now has a PromptType field
879       - show-message signal now has a MessageType field and takes over
880         behaviour of show-error signal
881     * Fix error where an authentication failure from a previous session could
882       be interpreted as a failure in the current session.
883     * Simplify Vala bindings and add missing methods
884
885 Overview of changes in lightdm 0.4.2
886
887     * Fix errors communicating with PAM
888     * Fix interaction with Plytmouth.
889     * Removes the vt option in lightdm.conf, this is no longer required
890       and the active is used for the first display if Plymouth is
891       detected.  A new option minimum-vt is added to select the first
892       VT to be used for other displays.
893     * On login switch to an existing session if already logged in with that
894       username.
895     * Correctly connect up D-Bus interface for user switching
896
897 Overview of changes in lightdm 0.4.1
898
899     * Fix linking issue with -z,defs
900     * Added guest account support
901     * Restart X server if it crashes during a session
902     * Don't set language environment variables, use the daemon values
903       (system default) and leave it to ~/.profile for users to set these
904     * Change greeter library API, starting a session no longer has a language
905       option
906     * Fix greeter crash when user accounts change
907
908 Overview of changes in lightdm 0.4.0
909
910     * Fix crash when child processes quit
911     * Fix crash when catching signals
912     * Fix crash when session quits after X server
913     * Add internal checking for NULL object access
914     * Correctly handle signals from external programs (Thanks to Jason Conti)
915     * liblightdm API changes:
916       - ldm_greeter_start_authentication becomes ldm_greeter_login
917       - The existing ldm_greeter_login is now ldm_greeter_start_session
918         and the username parameter is not required.
919       - Drop ldm_greeter_get_default_layout (X controls the layout)
920     * Configuration changes:
921       - Use /etc/lightdm/lightdm.conf instead of /etc/lightdm.conf
922       - The "displays" item is now called "seats".  LightDM will fallback to
923         "displays" if "seats" is not defined, but this is deprecated and will
924         be removed by version 1.0.
925       - Make X server configuration a separate section and now has new options
926     * Automatic login users now use PAM session lightdm-autologin
927     * Use org.freedesktop.DisplayManager instead of
928       org.lightdm.LightDisplayManager for D-Bus name
929     * Add regression tests
930     * Allow many more options to be set from the command line
931
932 Overview of changes in lightdm 0.3.7
933
934     * Fix autologin broken in 0.3.3
935
936 Overview of changes in lightdm 0.3.6
937
938     * Disable Plymouth when starting
939     * Allow display vt setting to be set to "active" to start on active VT
940     * Fix login in Qt example greeter
941     * Fix typo for High Contrast menu item (GTK example greeter)
942
943 Overview of changes in lightdm 0.3.5
944
945     * Set working directory when logging in
946     * Massive improvements to Qt greeter
947     * Fix XDMCP authentication/authorization errors
948     * Have the daemon open a connection to a local X server
949     * Tidy up some debugging messages
950     
951 Overview of changes in lightdm 0.3.4
952
953     * Updates to liblightdm-qt
954     * Fix --with-cache-dir not working
955     * Set greeterdir in .pc files to point to where greeter engines should be
956       installed
957
958 Overview of changes in lightdm 0.3.3
959
960     * Don't run in test-mode if Xephyr cannot be found
961     * Fix daemon using 100% CPU after greeter quits
962     * Fix crash when users don't have GECOS data
963     * Greeters can now detect user add/remove events
964     * Fix ConsoleKit support broken with switch to GDBus
965     * Correctly clean up X processes on exit
966     * Wait for greeter to quit before running user session (fixes problem with
967       Compiz)
968
969 Overview of changes in lightdm 0.3.2
970
971     * Distribute GTK greeter .ui file
972
973 Overview of changes in lightdm 0.3.1
974
975     * Add greeter login_with_defaults method
976     * Add example to the name of all the greeters
977     * Set the configuration for the default display to use VT 7
978     * Fix the vt setting for displays, it was incorrectly named tty
979     * Fix crash when load-users is false in UserManager
980     * Fix up name of .vapi file so it can be used directly from valac
981     * Tidy up Qt library and greeter
982     * Move menubar in greeters to top of screen
983     * Fix console kit get_can_*() methods
984     * Use GtkBuilder for example GTK greeter
985
986 Overview of changes in lightdm 0.3.0
987
988     * Correctly pass environment variables through to the session
989     * Allow starting virtual terminal to be configured
990     * Replace D-Bus greeter communication with a private pipe
991     * Use GDBus instead of dbus-glib
992     * Use the engine process name instead of a hardcoded value in theme files
993     * Rename ldm_greeter_connect to ldm_greeter_connect_to_server so it doesn't
994       clash with GObject method name
995     * Rename ldm-gtk-greeter to lightdm-gtk-greeter
996     * Rename gnome theme to example-gtk-gnome
997     * Add more annotations to liblightdm-gobject
998     * Add an example PyGObject, Vala and QT greeter
999     * Generate metadata for QT libraries
1000     * Move Webkit greeter into separate module
1001
1002 Overview of changes in lightdm 0.2.3
1003
1004     * Set correct linking library names in pkg-config files
1005     * Handle session executables that take arguments
1006
1007 Overview of changes in lightdm 0.2.2
1008
1009     * Make default themedir work when --prefix is not passed to configure
1010     * Look for face images in ~/.face and ~/.face.icon
1011     * Put .vapi file in unversioned vala directory
1012     * Fix compiling without QT
1013     * Choose the VT to open the display on
1014     * Set correct group memberships for sessions (Yves-Alexis Perez)
1015     * Set permissions on xauthority file so it can only be read by the owning
1016       user (Yves-Alexis Perez)
1017     * Set correct permissions on ~/.dmrc (Yves-Alexis Perez)
1018     * Add --enable-liblightdm-gobject, --enable-liblightdm-qt configure option
1019     * Set environment variables from PAM (Yves-Alexis Perez)
1020
1021 Overview of changes in lightdm 0.2.1
1022
1023     * Use "lightdm" as default PAM service and make it configurable
1024     * Rename libldmgreeter to libldmgreeter-gobject
1025     * Add libldmgreeter-qt (David Edmundson)
1026     * Fix gobject-introspection build
1027     * Renamed libldmgreeter to liblightdm
1028     * Install a .vapi file
1029
1030 Overview of changes in lightdm 0.2.0
1031
1032     * Make default user configuration per-display
1033     * Only automatically login the first time
1034     * Fix WebKit theme loading and automatic login
1035     * Do cross fade for sessions that support it
1036       (set X-LightDM-Supports-Transitions=true in their xsession file)
1037     * Load user settings from ~/.dmrc
1038     * Add configuration for default language/layout
1039     * Change language/layout/session when user selected in GTK+ greeter
1040     * Set default keyboard layout on first login
1041     * Don't run all sessions throught /etc/X11/XSession - make the session
1042       wrapper optional and configurable.
1043     * Make pkgconfig file require libxklavier
1044     * Only compile greeters if have dependencies
1045     * Include ck-connector code to reduce library dependencies
1046     * Add introspection.m4 to the source tree
1047     * Support using no greeter user in lightdm.conf
1048     * Flush writes to main log file
1049     * Allow non-privilidged user to write greeter log file in /var
1050     * Fix bugs stopping running greeter as priviledged user (i.e. root)
1051     * Don't default to running greeters with the GDM user - it may not exist!
1052
1053 Overview of changes in lightdm 0.1.2
1054
1055     * Write PID file
1056     * Make user switcher API work
1057     * Add a AddDisplay D-Bus method to start new displays
1058     * Feed signals to GLib main loop via a pipe
1059     * Add an upstart script
1060     * Make theme files more similar to existing themes
1061     * Change dbus namespace from org.freedesktop.LightDisplayManager to
1062       org.lightdm.LightDisplayManager
1063     * Write debug log to /var/log/lightdm/lightdm.log instead of stdout.  Use
1064       --debug for the previous behaviour
1065     * Add exec_prefix into libldmgreeter.pc
1066     * Change versioned include and pkgconfig files from 1 to 0
1067     * Add themedir variable into pkgconfig file
1068     * Connect language list in GTK greeter to login language
1069
1070 Overview of changes in lightdm 0.1.1
1071
1072     * Change licence of libldmgreeter from GPL to LGPL
1073     * Write X server and session output to log files
1074     * Set PATH, DESKTOP_SESSION, GDMSESSION and USERNAME environment variables
1075     * Run sessions through Xsession
1076     * Close all X servers on exit
1077     * Send SIGHUP to X server when returning to greeter (makes all clients quit)
1078     * Change authorization after a session ends so previous session does not get
1079       access
1080     * Make shutdown buttons work in GTK+ greeter
1081     * Make user manager configurable
1082     * Make GTK+ greeter show username entry if no user list
1083     * Hide C and POSIX languages in greeter
1084     * Load language and layout from .dmrc file
1085
1086 Overview of changes in lightdm 0.1.0
1087
1088     * Make --test-mode which runs as the current user
1089     * Support displays acting as XDMCP terminals
1090     * Support MIT-MAGIC-COOKIE-1 and XDM-AUTHORIZATION-1 authorization
1091     * Support XDMCP over IPv6
1092
1093 Overview of changes in lightdm 0.0.4
1094
1095     * Support XDMCP logins
1096     * Support multi-head
1097     * Clean up resources on exit
1098     * Create gettext instance in WebKit greeter
1099
1100 Overview of changes in lightdm 0.0.3
1101
1102     * Wait for signal from X server before starting session
1103     * Add language API
1104     * Add keyboard layout API
1105     * Add gettext support to the WebKit greeter
1106
1107 Overview of changes in lightdm 0.0.2
1108
1109     * Fix installation of D-Bus service file
1110     * Allow DISPLAY env variable to be passed to X server so can run Xephyr
1111     * Handle no automatic login in webkit theme
1112
1113 Overview of changes in lightdm 0.0.1
1114
1115     * Initial release