diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:10 +0000 |
commit | 98083a30abf1d7b074d4e23739db42576b63c3e6 (patch) | |
tree | 5fff3c45afdad777ae09669732b5e868f51d183a /doc | |
parent | feba1a4fd9084f70e58827afc226d42770717357 (diff) | |
download | s6-dns-98083a30abf1d7b074d4e23739db42576b63c3e6.tar.xz |
Add spawn_lib support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/skadns/skadnsd.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
3 files changed, 9 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index ed7f4ee..df24185 100644 --- a/doc/index.html +++ b/doc/index.html @@ -46,7 +46,7 @@ point in the future. <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.3.10.0 or later </li> +2.4.0.0 or later </li> </ul> <h3> Licensing </h3> @@ -59,7 +59,7 @@ point in the future. <h3> Download </h3> <ul> - <li> The current released version of s6-dns is <a href="s6-dns-2.0.1.0.tar.gz">2.0.1.0</a>. </li> + <li> The current released version of s6-dns is <a href="s6-dns-2.1.0.0.tar.gz">2.1.0.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="http://git.skarnet.org/cgi-bin/cgit.cgi/s6-dns/">s6-dns git repository</a>: diff --git a/doc/skadns/skadnsd.html b/doc/skadns/skadnsd.html index ebe1912..0a11297 100644 --- a/doc/skadns/skadnsd.html +++ b/doc/skadns/skadnsd.html @@ -80,7 +80,7 @@ that it requires support from the system administrator. <p> skadnsd has no "standalone" mode: it is designed to work with a Unix domain superserver, like -<a href="http://skarnet.org/software/s6-networking/s6-ipcserver.html">s6-ipcserver</a>. +<a href="http://skarnet.org/software/s6/s6-ipcserver.html">s6-ipcserver</a>. skadnsd follows the <a href="http://cr.yp.to/proto/ucspi.txt">UCSPI</a> interface, it can be directly executed from the superserver. </p> diff --git a/doc/upgrade.html b/doc/upgrade.html index 063dd4c..af176f8 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in s6-dns </h1> +<h2> in 2.1.0.0 </h2> + +<ul> + <li> skalibs dependency bumped to 2.4.0.0. </li> +</ul> + <h2> in 2.0.1.0 </h2> <ul> |