summaryrefslogtreecommitdiff
path: root/NEWS
blob: 2231eb4d8499b5d6af0e4c7932374aefd9cb83eb (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
=============
Version 0.2.4
=============

        * actually register the error type with dbus (William Jon McCann)
        * add GetSessions method to Manager interface (William Jon McCann)
        * add error type to manager (William Jon McCann)
        * initial stop/restart support (William Jon McCann)
        * use VT_GETSTATE and tty0 to identify a console_ioctl on linux (Peter Jones)
        * remove obsolete sysv init script (Michael Biebl)
        * start CK service on-demand using D-Bus system activation (Michael Biebl)
        * dump session leader info (William Jon McCann)
        * error out if unknown options are passed on command line (William Jon McCann)
        * move session leader stuff into a separate class (William Jon McCann)
        * try to handle log rotation (William Jon McCann)
        * add support for reporting from logrotated files (William Jon McCann)
        * add a basic --frequent report (William Jon McCann)
        * Merge branch 'master' of git+ssh://git.freedesktop.org/git/ConsoleKit (William Jon McCann)
        * add last mode, filtering by user/seat; shorten logged ids (William Jon McCann)
        * add bugzilla url (William Jon McCann)
        * check for oldest being null (William Jon McCann)
        * rename --last to --last-compat (William Jon McCann)
        * a few fixes for last patch (William Jon McCann)
        * add a last compatible outout format to ck-history (William Jon McCann)
        * use AC_GNU_SOURCE instead of #define (William Jon McCann)
        * add a basic ck-history command (William Jon McCann)
        * add event logging capability (William Jon McCann)
        * remove emacs modeline (William Jon McCann)
        * maintain a file with the dump of the local database (David Zeuthen)
        * remove session/seat from list before signaling (William Jon McCann)
        * add a way to synchronously run programs on session add/remove/activity_change (David Zeuthen)
        * don't use VT_GETSTATE when VT is unavailable (Brian Cameron)
        * try to make things work for systems that don't support VT_ACTIVATE etc (William Jon McCann)
        * add wiki to readme (William Jon McCann)
        * post release version bump (William Jon McCann)

=============
Version 0.2.3
=============

        * Use unix-user instead of user so that PAM module works

=============
Version 0.2.2
=============

        Major changes in this release:

        * FreeBSD support (Joe Marcus Clarke & Florent Thoumie)
        * Solaris support (Brian Cameron & William Jon McCann)
        * More abstraction of system dependent stuff (William Jon McCann)
        * Experimental support for seat & device configuration (William Jon McCann)
        * Add new helper for getting tty from DISPLAY (William Jon McCann)
        * a few fixes for getfd suggested by Lennart (William Jon McCann)

=============
Version 0.2.1
=============

        * disable static libs
        * use inotify to detect activity on tty when possible
        * add support for CKCON_X11_DISPLAY_DEVICE environment variable
        * daemonize earlier
        * daemonize quietly (David Zeuthen)
        * add syslog support
        * properly detect unix-user for OpenSession
        * use xlib directly for tools
        * add CanActivateSessions to Seat interface
        * install fixes (Doug Goldstein)

=============
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