summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-03-30 00:57:48 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-03-30 00:57:48 +0000
commit9c0d3aa37810ae37b82951986fb4170c39fc9c41 (patch)
treedb23769e27020bfd83ae61fc85e481b2171d1c13 /doc
parentbb68e38a10ff9932617cbaae9625bfa3e6b8e616 (diff)
downloads6-networking-9c0d3aa37810ae37b82951986fb4170c39fc9c41.tar.xz
- Bugfix: s6-tcpclient and s6-tcpserver-access didn't s6dns_init()
- Version: rc for 2.1.0.1
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html8
-rw-r--r--doc/upgrade.html9
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html
index 5529ada..eb18bd6 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -41,13 +41,13 @@ compiled with IPv6 support, s6-networking is IPv6-ready.
<li> A POSIX-compliant system with a standard C development environment </li>
<li> GNU make, version 4.0 or later </li>
<li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version
-2.2.0.0 or later. It's a build-time requirement. It's also a run-time
+2.3.2.0 or later. It's a build-time requirement. It's also a run-time
requirement if you link against the shared version of the skalibs
library. </li>
<li> <a href="http://skarnet.org/software/execline/">execline</a> version
-2.0.2.0 or later. It's a build-time and run-time requirement. </li>
+2.1.1.0 or later. It's a build-time and run-time requirement. </li>
<li> <a href="http://skarnet.org/software/s6/">s6</a> version
-2.1.0.0 or later. It's a build-time and run-time requirement. </li>
+2.1.3.0 or later. It's a build-time and run-time requirement. </li>
<li> <a href="http://skarnet.org/software/s6-dns/">s6-dns</a> version
2.0.0.2 or later. It's a build-time requirement. It's also a run-time
requirement if you link against the shared version of the s6-dns
@@ -64,7 +64,7 @@ libraries. </li>
<h3> Download </h3>
<ul>
- <li> The current released version of s6-networking is <a href="s6-networking-2.1.0.0.tar.gz">2.1.0.0</a>. </li>
+ <li> The current released version of s6-networking is <a href="s6-networking-2.1.0.1.tar.gz">2.1.0.1</a>. </li>
<li> Alternatively, you can checkout a copy of the s6-networking git repository:
<pre> git clone git://git.skarnet.org/s6-networking </pre> </li>
</ul>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 486d9a1..bed293e 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -17,6 +17,15 @@
<h1> What has changed in s6-networking </h1>
+<h2> in 2.1.0.1 </h2>
+
+<ul>
+ <li> skalibs dependency bumped to 2.3.2.0. </li>
+ <li> execline dependency bumped to 2.1.1.0. </li>
+ <li> s6 dependency bumped to 2.1.3.0 </li>
+ <li> No functional changes (bugfix release) </li>
+</ul>
+
<h2> in 2.1.0.0 </h2>
<ul>