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