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