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