aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-08-19 18:14:19 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-08-19 18:14:19 +0000
commit5c69112b242adcd2548affe6d9f2a5b3ca91ebf9 (patch)
tree8aab7cf305eb4c928046b617141b9ae525335a7e /doc
parent37ed9b687ec6e578f06badf784793d25d0310192 (diff)
downloaddnsfunnel-5c69112b242adcd2548affe6d9f2a5b3ca91ebf9.tar.gz
Prepare for 0.0.3.1
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html8
-rw-r--r--doc/upgrade.html10
2 files changed, 14 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html
index a47cb15..fee63c8 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.4.0 or later. It's a build-time requirement. It's also a run-time
+2.14.5.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.0 or later. It's a build-time requirement. It's also a run-time
+2.4.1.1 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.0.tar.gz">0.0.3.0</a>.
-You can access its checksum <a href="dnsfunnel-0.0.3.0.tar.gz.sha256">here</a>. </li>
+<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>
<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 b4b5e86..f8f3cc6 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.1 </h2>
+
+<ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to
+2.14.5.0. </li>
+ <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> dependency bumped to
+2.4.1.1. </li>
+ <li> Shared libraries are now supported on MacOS. </li>
+</ul>
+
<h2> in 0.0.3.0 </h2>
<ul>