diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-30 00:57:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-30 00:57:48 +0000 |
commit | 9c0d3aa37810ae37b82951986fb4170c39fc9c41 (patch) | |
tree | db23769e27020bfd83ae61fc85e481b2171d1c13 /doc/index.html | |
parent | bb68e38a10ff9932617cbaae9625bfa3e6b8e616 (diff) | |
download | s6-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/index.html')
-rw-r--r-- | doc/index.html | 8 |
1 files changed, 4 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> |