blob: 86ea75a0f6c3ce8d89010e2e4486d682090fd72b (
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
|
Changelog for s6-linux-init.
In 1.0.2.1
----------
- Bugfixes.
In 1.0.2.0
----------
- New -H and -P options to s6-linux-init-shutdown, for
better compatibility with sysvinit shutdown.
In 1.0.1.0
----------
- New -f option to s6-linux-init-maker, for use
in distribution packaging scripts with a staging directory.
- Better permissions on the binaries.
- The skeleton runlevel script now includes a guard to
avoid calling the service manager without an argument.
- /run/uncaught-logs directory permissions changed to 02750.
In 1.0.0.0
----------
- Complete rework; see the documentation overview.
- s6-halt, s6-poweroff, s6-reboot removed.
- s6-linux-init-maker now produces a set of executable scripts
that are a drop-in replacement for a sysvinit installation, and
that respect the LSB-3.0.0 specification.
- utmp management, runlevel management.
- See doc/upgrade.html if rebooting from a system using a previous
version of s6-linux-init.
In 0.4.0.1
----------
- Compatibility with skalibs-2.8.0.0.
- Everything now builds as PIC by default.
In 0.4.0.0
----------
- The old /etc/rc.shutdown is now created by s6-linux-init-maker
and is not the user's responsibility anymore.
- /etc/rc.tini is now named /etc/rc.shutdown. In summary:
now, /etc/rc.shutdown marks the end of stage 2, not stage 3,
and stage 3 is all automatically generated.
In 0.3.1.1
----------
- Build bug fix from 0.3.1.0.
In 0.3.1.0
----------
- Support for running in Linux containers
In 0.3.0.0
----------
- Added this NEWS file. :)
- Major types overhaul to make them more POSIXly correct:
compatibility with skalibs-2.5.0.0.
|