aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-03-31 11:36:29 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-03-31 11:36:29 +0000
commit59d00cc105d8207a2df0c086151199931a62074b (patch)
treeb0b31efe70c86843833f7ed4f1ae3276895dda52 /doc
parente23cd9e32f2ccd6593c9cf28b91a9076712f318e (diff)
downloadtipidee-59d00cc105d8207a2df0c086151199931a62074b.tar.gz
Add support for disabling rpath; prepare for 0.0.7.2
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html8
-rw-r--r--doc/upgrade.html8
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html
index 16ee3be..421ffcf 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -111,11 +111,11 @@ make it shorter. Just like the code.
<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.1 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> Recommended at run-time: <a href="//skarnet.org/software/s6-networking/">s6-networking</a> version
-2.7.2.1 or later. It's not a strict requirement, but tipidee relies on a super-server such as
+2.7.2.2 or later. It's not a strict requirement, but tipidee relies on a super-server such as
<a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a>
to listen to the network and provide connection
information via environment variables. It also defers to tools such as
@@ -143,8 +143,8 @@ Don't take my word for it; try it out for yourself. </li>
<ul>
<li> The current released version of tipidee is
-<a href="tipidee-0.0.7.1.tar.gz">0.0.7.1</a>.
-You can access its checksum <a href="tipidee-0.0.7.1.tar.gz.sha256">here</a>. </li>
+<a href="tipidee-0.0.7.2.tar.gz">0.0.7.2</a>.
+You can access its checksum <a href="tipidee-0.0.7.2.tar.gz.sha256">here</a>. </li>
<li> You can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/tipidee/">tipidee
git repository</a>:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index b57805f..983e742 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,14 @@
<h1> What has changed in tipidee </h1>
+<h2> in 0.0.7.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>
+</ul>
+
<h2> in 0.0.7.1 </h2>
<ul>