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