blob: 317d3e63fc3e0055c1541dff658d2ee586c15a33 [file] [log] [blame]
Scott James Remnant7663bfb2006-09-01 19:58:19 +010010.2.1 2006-09-01
2
3 * Compilation fixes
4
Scott James Remnant12dd7252006-09-01 02:27:04 +010050.2.0 2006-09-01
6
7 * "shutdown", "reboot", "halt" and "poweroff" utilities provided
8 that match their traditional equivalents.
9
10 * "start", "stop" and "status" utilities provided to start, stop
11 and query the status of jobs respectively.
12
13 * "runlevel" and "telinit" utilities provided for compatibility.
14
15 * "initctl list" will list active jobs.
16
17 * Events vastly simplified to just simple strings.
18
19 * Jobs now generate "jobname/start", "jobname/started",
20 "jobname/stop" and "jobname/stopped" events as they go through
21 state transitions.
22
23 * Services generate a "jobname" event when they are running.
24
25 * Tasks generate a "jobname" event when they have finished.
26
27 * The "shutdown" utility will generate a "shutdown" event followed
28 by one of "maintenance", "reboot", "halt" or "poweroff" or any
29 admin-specified event.
30
31 * "stalled" event generated when no jobs are running or queued.
32
33 * "control-alt-delete" event generated when that key combination
34 is pressed
35
36 * "kbdrequest" event generated when Alt-UpArrow is pressed
37
38 * Runaway respawning services will now be caught.
39
40 * init will re-exec on receipt of the SIGUSR1 signal.
41
Scott James Remnant21679252006-08-25 16:22:13 +0200420.1.1 2006-08-25
43
44 * Minor bug fixes.
45
Scott James Remnant33e64d02006-08-25 14:44:32 +0200460.1.0 2006-08-24
Scott James Remnant8a0cd072006-05-14 18:28:58 +010047
48 * Initial public release.
49