diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-04-14 12:49:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-04-14 12:49:34 +0000 |
commit | feba1a4fd9084f70e58827afc226d42770717357 (patch) | |
tree | 9e5e972cac5c0bbdfcbeda56d3eb066626f0239d | |
parent | 76987fa9ca4f2a8f8a1c701461a9fff5619b3425 (diff) | |
download | s6-dns-feba1a4fd9084f70e58827afc226d42770717357.tar.xz |
version: 2.0.1.0v2.0.1.0
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 11 | ||||
-rw-r--r-- | doc/upgrade.html | 6 | ||||
-rw-r--r-- | package/info | 2 |
5 files changed, 17 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2011-2015 Laurent Bercot <ska-skaware@skarnet.org> +Copyright (c) 2011-2016 Laurent Bercot <ska-skaware@skarnet.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.3.8.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.10.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 14a823b..ed7f4ee 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.8.0 or later </li> +2.3.10.0 or later </li> </ul> <h3> Licensing </h3> @@ -59,9 +59,14 @@ point in the future. <h3> Download </h3> <ul> - <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: + <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> 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>: <pre> git clone git://git.skarnet.org/s6-dns </pre> </li> + <li> There's also a +<a href="https://github.com/skarnet/s6-dns">GitHub mirror</a> +of the s6-dns git repository. </li> </ul> <h3> Compilation </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index 2a54f54..063dd4c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in s6-dns </h1> +<h2> in 2.0.1.0 </h2> + +<ul> + <li> skalibs dependency bumped to 2.3.10.0. </li> +</ul> + <h2> in 2.0.0.7 </h2> <ul> diff --git a/package/info b/package/info index 6177987..b533331 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-dns -version=2.0.0.7 +version=2.0.1.0 category=web package_macro_name=S6_DNS |