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