diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-06 00:41:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-06 00:41:36 +0000 |
commit | 05206843060c87c3b5c432f3fbb066ed3a5f9112 (patch) | |
tree | ecc4e93895eeb8d0bfd88f1e7b0d2ac2807289a0 /doc | |
parent | bf70b202bb72cd23d224a7709c7ff5ae87a4176e (diff) | |
download | s6-dns-05206843060c87c3b5c432f3fbb066ed3a5f9112.tar.xz |
- bugfix in skadns, need to align to skalibs-2.1.0.0v2.0.0.1
- version increase to 2.0.0.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 11279ed..70bae27 100644 --- a/doc/index.html +++ b/doc/index.html @@ -45,7 +45,7 @@ point in the future. <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.0.0.0 or later </li> +2.1.0.0 or later </li> </ul> <h3> Licensing </h3> @@ -58,7 +58,7 @@ point in the future. <h3> Download </h3> <ul> - <li> The current released version of s6-dns is <a href="s6-dns-2.0.0.0.tar.gz">2.0.0.0</a>. </li> + <li> The current released version of s6-dns is <a href="s6-dns-2.0.0.1.tar.gz">2.0.0.1</a>. </li> <li> Alternatively, you can checkout a copy of the s6-dns git repository: <pre> git clone git://git.skarnet.org/s6-dns </pre> </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index c75d08e..e01a617 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,12 @@ <h1> What has changed in s6-dns </h1> +<h2> in 2.0.0.1 </h2> + +<ul> + <li> skalibs dependency bumped to 2.1.0.0. </li> +</ul> + <h2> in 2.0.0.0 </h2> <ul> |