blob: 1320ec7d27efd7e2d1a05f7c9442e299d9b44dd3 (
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
|
Changelog for 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.
|