1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
Overview of changes in lightdm 0.1.1
* Change licence of libldmgreeter from GPL to LGPL
* Write X server and session output to log files
* Set PATH, DESKTOP_SESSION, GDMSESSION and USERNAME environment variables
* Run sessions through Xsession
* Close all X servers on exit
* Send SIGHUP to X server when returning to greeter (makes all clients quit)
* Change authorization after a session ends so previous session does not get
access
* Make shutdown buttons work in GTK+ greeter
Overview of changes in lightdm 0.1.0
* Make --test-mode which runs as the current user
* Support displays acting as XDMCP terminals
* Support MIT-MAGIC-COOKIE-1 and XDM-AUTHORIZATION-1 authorization
* Support XDMCP over IPv6
Overview of changes in lightdm 0.0.4
* Support XDMCP logins
* Support multi-head
* Clean up resources on exit
* Create gettext instance in WebKit greeter
Overview of changes in lightdm 0.0.3
* Wait for signal from X server before starting session
* Add language API
* Add keyboard layout API
* Add gettext support to the WebKit greeter
Overview of changes in lightdm 0.0.2
* Fix installation of D-Bus service file
* Allow DISPLAY env variable to be passed to X server so can run Xephyr
* Handle no automatic login in webkit theme
Overview of changes in lightdm 0.0.1
* Initial release
|