diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-13 22:27:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-13 22:27:02 +0000 |
commit | e89f7b852d532444ad13a6176f0b5ca478b12f8f (patch) | |
tree | 47d21a0f1b24925c5cf2cdc0ed4537f8730086f2 /doc | |
parent | dc1aa8b9d1c7b5b1fdb426201784218babc611d3 (diff) | |
download | s6-dns-e89f7b852d532444ad13a6176f0b5ca478b12f8f.tar.xz |
Prepare for 2.3.5.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index f7b0ed7..862d9f7 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="//skarnet.org/software/skalibs/">skalibs</a> version -2.10.0.1 or later. It's a build-time requirement. It's also a run-time +2.10.0.3 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> </ul> @@ -60,7 +60,7 @@ requirement if you link against the shared version of the skalibs library. </li> <h3> Download </h3> <ul> - <li> The current released version of s6-dns is <a href="s6-dns-2.3.5.0.tar.gz">2.3.5.0</a>. </li> + <li> The current released version of s6-dns is <a href="s6-dns-2.3.5.1.tar.gz">2.3.5.1</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-dns/">s6-dns git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 496066e..b9e85a6 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in s6-dns </h1> +<h2> in 2.3.5.1 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.10.0.3. </li> +</ul> + <h2> in 2.3.5.0 </h2> <ul> |