aboutsummaryrefslogtreecommitdiffstats
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
parent37ed9b687ec6e578f06badf784793d25d0310192 (diff)
downloaddnsfunnel-5c69112b242adcd2548affe6d9f2a5b3ca91ebf9.tar.gz
Prepare for 0.0.3.1
-rw-r--r--INSTALL4
-rw-r--r--NEWS6
-rw-r--r--doc/index.html8
-rw-r--r--doc/upgrade.html10
-rw-r--r--package/info2
5 files changed, 23 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 2368e93..78cc3fb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,8 +6,8 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 3.81 or later
- - skalibs version 2.14.4.0 or later: https://skarnet.org/software/skalibs/
- - s6-dns version 2.4.1.0 or later: https://skarnet.org/software/s6-dns/
+ - skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/
+ - s6-dns version 2.4.1.1 or later: https://skarnet.org/software/s6-dns/
This software will run on any operating system that implements
POSIX.1-2024, available at:
diff --git a/NEWS b/NEWS
index 51ed073..0a9249c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
Changelog for dnsfunnel.
+In 0.0.3.1
+----------
+
+ - Support for shared libraries on MacOS.
+
+
In 0.0.3.0
----------
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>
diff --git a/package/info b/package/info
index 1ac4cb5..f559795 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=dnsfunnel
-version=0.0.3.0
+version=0.0.3.1
category=web
package_macro_name=DNSFUNNEL