diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 07:34:38 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 07:34:38 +0000 |
| commit | 42b9e8a5008f5573b20749080fbcd9397a745a5d (patch) | |
| tree | 6a5d4ae5efe9bb6b46e42ae505bfb43a20713f7d /doc | |
| parent | e7ebebcecbbc3ff03dcee49ee3eb9691a53c8763 (diff) | |
| download | dnsfunnel-42b9e8a5008f5573b20749080fbcd9397a745a5d.tar.gz | |
Prepare for 0.0.3.0; move to new system
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 8 | ||||
| -rw-r--r-- | doc/upgrade.html | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/index.html b/doc/index.html index 1a1aeb5..732592a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -22,7 +22,7 @@ <p> dnsfunnel is a small daemon listening to DNS client requests over UDP (typically from the libc's -<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html">getaddrinfo()</a> +<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/getaddrinfo.html">getaddrinfo()</a> function) and forwards them to a list of DNS caches. It provides the client with the first answer it gets, trimming the answer so it fits in an UDP packet. @@ -49,7 +49,7 @@ TCP DNS transport. It was originally written to be used in the 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.0.1 or later. It's a build-time requirement. It's also a run-time +2.4.1.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 s6dns library. </li> </ul> @@ -65,9 +65,7 @@ library. </li> <ul> <li> The current released version of dnsfunnel is -<a href="dnsfunnel-0.0.2.1.tar.gz">0.0.2.1</a>. -(dnsfunnel is in beta development at the moment. Use at your own -risk.) </li> +<a href="dnsfunnel-0.0.3.0.tar.gz">0.0.3.0</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 bc9c752..b4b5e86 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,13 +18,13 @@ <h1> What has changed in dnsfunnel </h1> -<h2> in 0.0.2.1 </h2> +<h2> in 0.0.3.0 </h2> <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.14.4.0. </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> dependency bumped to -2.4.0.1. </li> +2.4.1.0. </li> </ul> <h2> in 0.0.2.0 </h2> |
