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