blob: f3fb9c2f2d75eabe4772242b3927d36358e71dec (
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
|
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en" />
<title>s6-networking: how to upgrade</title>
<meta name="Description" content="s6-networking: how to upgrade" />
<meta name="Keywords" content="s6-networking installation upgrade" />
<!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
</head>
<body>
<p>
<a href="index.html">s6-networking</a><br />
<a href="http://skarnet.org/software/">Software</a><br />
<a href="http://skarnet.org/">skarnet.org</a>
</p>
<h1> What has changed in s6-networking </h1>
<h2> in 2.1.0.3 </h2>
<ul>
<li> skalibs dependency bumped to 2.3.7.1. </li>
<li> execline dependency bumped to 2.1.4.1. </li>
<li> s6 dependency bumped to 2.2.1.1 </li>
<li> s6-dns dependency bumped to 2.0.0.6 </li>
</ul>
<h2> in 2.1.0.2 </h2>
<ul>
<li> skalibs dependency bumped to 2.3.6.1. </li>
<li> execline dependency bumped to 2.1.3.1. </li>
<li> s6 dependency bumped to 2.2.0.1 </li>
<li> s6-dns dependency bumped to 2.0.0.5 </li>
</ul>
<h2> in 2.1.0.1 </h2>
<ul>
<li> skalibs dependency bumped to 2.3.3.0. </li>
<li> execline dependency bumped to 2.1.1.1. </li>
<li> s6 dependency bumped to 2.1.3.0 </li>
<li> s6-dns dependency bumped to 2.0.0.3 </li>
</ul>
<h2> in 2.1.0.0 </h2>
<ul>
<li> skalibs dependency bumped to 2.2.1.0. </li>
<li> execline dependency bumped to 2.0.2.0. </li>
<li> s6 dependency bumped to 2.1.0.0 </li>
<li> The access control functions and Unix domain programs have moved over to s6.
The access control function names have changed. </li>
</ul>
<h2> in 2.0.1.0 </h2>
<ul>
<li> skalibs dependency bumped to 2.2.0.0. </li>
<li> execline dependency bumped to 2.0.1.1. </li>
<li> s6 dependency introduced (2.0.1.0) </li>
<li> s6-dns dependency bumped to 2.0.0.2. </li>
<li> Separation of superservers into socketbinders and d's. </li>
</ul>
<h2> in 2.0.0.1 </h2>
<ul>
<li> skalibs dependency bumped to 2.1.0.0. </li>
</ul>
<h2> in 2.0.0.0 </h2>
<ul>
<li> The build system has completely changed. It is now a standard
<tt>./configure && make && sudo make install</tt>
build system. See the enclosed INSTALL file for details. </li>
<li> slashpackage is not activated by default. </li>
<li> shared libraries are not used by default. </li>
<li> skalibs dependency bumped to 2.0.0.0. </li>
<li> execline dependency bumped to 2.0.0.0. </li>
<li> s6-dns dependency bumped to 2.0.0.0. </li>
</ul>
</body>
</html>
|