blob: 89aa7d25d7bd8da9c48064b4b8b30655ed1961f3 (
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
121
122
|
Changelog for s6-portable-utils.
In 2.2.5.1
----------
- Bugfixes.
- Adaptation to skalibs-2.13.0.0.
- s6-test is now deprecated: replaced with execline's eltest.
In 2.2.5.0
----------
- Adaptation to skalibs-2.12.0.0.
In 2.2.4.0
----------
- New -N option to s6-dumpenv, for chomping retrieval.
In 2.2.3.4
----------
- Bugfixes.
In 2.2.3.3
----------
- Adaptation to skalibs-2.11.0.0.
In 2.2.3.2
----------
- Bugfixes.
In 2.2.3.1
----------
- Version that works with skalibs-2.10.0.0.
In 2.2.3.0
----------
- Bugfixes that have nothing to do with 2.2.2.4 but that
were reported *right after* 2.2.2.4 was released, because
things do be like that
- New binary: s6-tai64ndiff
In 2.2.2.4
----------
- Bugfixes of the bugs introduced in the previous bugfixes
(that's what all software development is about, isn't it?)
In 2.2.2.3
----------
- Bugfixes.
In 2.2.2.2
----------
- Bugfixes.
In 2.2.2.1
----------
- Bugfixes.
In 2.2.2.0
----------
- Adaptation to skalibs-2.9.0.0.
In 2.2.1.3
----------
- s6-ln doesn't use potentially blocking random anymore, so it's
usable in early boot. This needs skalibs-2.8.0.0, however.
- Everything now builds as PIC by default.
In 2.2.1.2
----------
- Adaptation to skalibs-2.7.0.0.
In 2.2.1.1
----------
- Bugfix release.
- Adaptation to skalibs-2.6.0.0.
In 2.2.1.0
----------
- s6-ln now accepts the non-standard -n option, with a meaning
similar to the one in GNU ln. This is used to atomically update
symbolic links to directories.
In 2.2.0.0
----------
- Added this NEWS file. :)
- Major types overhaul to make them more POSIXly correct:
compatibility with skalibs-2.5.0.0.
|