diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-15 10:23:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-15 10:23:12 +0000 |
commit | e22fb2e074beeea18dc34c1070d0aefdfac01443 (patch) | |
tree | 041597c0eee57d5ddcc827c45492ce9429d9d16d | |
parent | 0b941ebe29e96dbaffddf0520d73be7a9ff58748 (diff) | |
download | s6-dns-e22fb2e074beeea18dc34c1070d0aefdfac01443.tar.xz |
- update depsv2.0.0.7
- version: 2.0.0.7
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 7 | ||||
-rw-r--r-- | package/info | 2 |
4 files changed, 11 insertions, 4 deletions
@@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.3.7.1 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.8.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index e70b5c0..14a823b 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.7.1 or later </li> +2.3.8.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.0.6.tar.gz">2.0.0.6</a>. </li> + <li> The current released version of s6-dns is <a href="s6-dns-2.0.0.7.tar.gz">2.0.0.7</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 0bfc111..2a54f54 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in s6-dns </h1> +<h2> in 2.0.0.7 </h2> + +<ul> + <li> GNU make dependency pushed back to 3.81. </li> + <li> skalibs dependency bumped to 2.3.8.0. </li> +</ul> + <h2> in 2.0.0.6 </h2> <ul> diff --git a/package/info b/package/info index 3f2163a..6177987 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-dns -version=2.0.0.6 +version=2.0.0.7 category=web package_macro_name=S6_DNS |