diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-12-04 13:44:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-12-04 13:44:23 +0000 |
commit | 5d38ea056c82221a0ddc206cd57dd7c1852a3159 (patch) | |
tree | 9494c8025aa9e0ffc3402eba9fd93b4843fe07a6 /doc | |
parent | 05f12f4e141e94b3aee7ec79eb6fb47ffd56a119 (diff) | |
download | s6-networking-5d38ea056c82221a0ddc206cd57dd7c1852a3159.tar.xz |
Remove s6-tls* dependency to libs6net. Improve gen-deps to make dynlinking easier.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 9ba1daf..c3d74dc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -44,7 +44,7 @@ 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 3.81 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.4.0.1 or later. It's a build-time requirement. It's also a run-time +2.4.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 skalibs library. </li> <li> <a href="http://skarnet.org/software/execline/">execline</a> version diff --git a/doc/upgrade.html b/doc/upgrade.html index b2cfe21..dfd90f0 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,7 @@ <h2> in 2.2.1.0 </h2> <ul> - <li> skalibs dependency bumped to 2.4.0.1. </li> + <li> skalibs dependency bumped to 2.4.0.2. </li> <li> SSL/TLS support added: <ul> <li> <a href="s6-tlsclient.html">s6-tlsclient</a> </li> |