blob: 1885d6c2991fb2827dc37501c942b2dbc8d09bb9 (
plain) (
blame)
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
|
Changelog for s6-linux-utils.
In 2.6.0.0
----------
- Adaptation to skalibs-2.12.0.0.
- s6-fillurandompool removed.
- New program: rngseed, replacing s6-fillurandompool, with
a lot more features.
In 2.5.1.7
----------
- Bugfixes.
In 2.5.1.6
----------
- Adaptation to skalibs-2.11.0.0.
In 2.5.1.5
----------
- Bugfixes.
In 2.5.1.4
----------
- Bugfixes.
- Version that works with skalibs-2.10.0.0.
In 2.5.1.3
----------
- Bugfixes.
In 2.5.1.2
----------
- Bugfixes.
In 2.5.1.1
----------
- Bugfixes.
In 2.5.1.0
----------
- Adaptation to skalibs-2.9.0.0.
In 2.5.0.1
----------
- Build fix for clang.
- Adaptation to skalibs-2.8.0.0.
- Everything now builds as PIC by default.
In 2.5.0.0
----------
- Optional nsss support.
- s6-devd, s6-uevent-listener, s6-uevent-spawner removed.
In 2.4.0.2
----------
- s6-logwatch rewrite.
- Better portability with old glibc versions.
- s6-uevent-listener and s6-uevent-spawner are marked as
deprecated. (The mdevd package obsoletes them.)
In 2.4.0.1
----------
- Adaptation to skalibs-2.6.0.0. The chain-loading programs have
changed exit codes when they fail to execute into another program.
In 2.4.0.0
----------
- Linux dependency bumped to 3.5, because the /proc format changed.
things *may* work with older kernels, but it's likely that s6-ps
will not.
- s6-uevent-listener now writes events to stdout instead of spawning
a program itself. s6-uevent-spawner now reads on stdin. Instead of
running "s6-uevent-listener s6-uevent-spawner mdev", people now run
"s6-uevent-listener | s6-uevent-spawner mdev".
- s6-devd API unchanged: it hides the details.
In 2.3.0.0
----------
- Added this NEWS file. :)
- Major types overhaul to make them more POSIXly correct:
compatibility with skalibs-2.5.0.0.
|