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