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