diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 8 | ||||
| -rw-r--r-- | doc/upgrade.html | 10 |
2 files changed, 14 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index f1d253f..9b958d0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -55,11 +55,11 @@ your real cache performs the resolution, and return the answer to your client. <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.14.5.0 or later. It's a build-time requirement. It's also a run-time +2.15.0.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 skalibs library. </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version -2.4.1.1 or later. It's a build-time requirement. It's also a run-time +2.4.1.2 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the s6dns library. </li> </ul> @@ -75,8 +75,8 @@ library. </li> <ul> <li> The current released version of dnsfunnel is -<a href="dnsfunnel-0.0.3.1.tar.gz">0.0.3.1</a>. -You can access its checksum <a href="dnsfunnel-0.0.3.1.tar.gz.sha256">here</a>. </li> +<a href="dnsfunnel-0.0.3.2.tar.gz">0.0.3.2</a>. +You can access its checksum <a href="dnsfunnel-0.0.3.2.tar.gz.sha256">here</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/dnsfunnel/">dnsfunnel git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index f8f3cc6..a491f31 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,16 @@ <h1> What has changed in dnsfunnel </h1> +<h2> in 0.0.3.2 </h2> + +<ul> + <li> Support for disabling RPATH at configure time. </li> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to +2.15.0.0. </li> + <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> dependency bumped to +2.4.1.2. </li> +</ul> + <h2> in 0.0.3.1 </h2> <ul> |
