blob: 35f6981515745f57db9708f05951d35ffa3709eb (
plain)
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
43
44
45
46
47
48
49
50
|
=============
Version 0.2.0
=============
* add PAM module and connector library (David)
* restrict the use of D-Bus property get/set by default
* add x11-display-device property
* add unix-user property and deprecate user property
* rename host-name property to remote-host-name
* make OpenSession asynchronously collect information for session
* add basic idle monitoring of text sessions
* add backend tools / framework
* add uuid to cookie
* rename list session tool
* add docbook documentation
* add spec framework
* fix some leaks
=============
Version 0.1.2
=============
* don't use NULL parameters
* add system-idle-hint and system-idle-since-hint
* add session idle-hint and idle-since-hint
* add session creation time
* don't spew errors when can't get a console fd
* improve thread safety in vt monitor
* split output of list-sessions onto separate lines
* create/delete pid file (caglar)
=============
Version 0.1.1
=============
* use the supplied vt number when updating active session
* add support for reconnecting the the system bus
* start before HAL (David)
* don't keep last session active when switching without one (David)
* make threads use small stack size rather than the default (Matthias)
* change a console-kit to ConsoleKit in a few places
* add more debugging output
=============
Version 0.1.0
=============
ConsoleKit
* First public release
|