diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-16 18:14:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-16 18:14:17 +0000 |
commit | e7e1929e0c1476558a86d5e9280c7f54ac0bf5c3 (patch) | |
tree | 00e1dba7fe9b431a68d11a662b2ff325df202610 /doc | |
parent | 38e660fa8ea823e3608ecfbb903cff01f2566daa (diff) | |
download | s6-networking-e7e1929e0c1476558a86d5e9280c7f54ac0bf5c3.tar.xz |
Fix s6-dns version dependency
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 d10f7ad..08723ed 100644 --- a/doc/index.html +++ b/doc/index.html @@ -52,7 +52,7 @@ library. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version 2.9.1.0 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version -2.3.1.2 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 s6-dns libraries. </li> <li> If you want to build the secure communication tools: diff --git a/doc/upgrade.html b/doc/upgrade.html index 08eed79..983e536 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -28,7 +28,7 @@ dependency bumped to 2.6.0.0. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> dependency bumped to 2.9.1.0. </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> -dependency bumped to 2.3.1.2. </li> +dependency bumped to 2.3.2.0. </li> </ul> <h2> in 2.3.1.1 </h2> |