aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-03-30 23:46:13 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-03-30 23:46:13 +0000
commit44359388fb853533026d12ae2bf598a9da7f1d98 (patch)
tree08e77a2f3396b5632860585e353484850ab6fd42 /doc
parent9f512cdbdfbdd650b34b361302de6af02851ef2e (diff)
downloadexecline-44359388fb853533026d12ae2bf598a9da7f1d98.tar.gz
Add --disable-path support; prepare for 2.9.8.2
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html8
-rw-r--r--doc/upgrade.html9
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html
index 2028667..d9b3f4f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -51,7 +51,7 @@ shell's syntax, and has no security issues.
<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>
</ul>
@@ -64,7 +64,7 @@ library. </li>
<li> If you're using <a href="https://musl.libc.org/">musl</a> and
want nsswitch-like functionality:
<a href="//skarnet.org/software/nsss/">nsss</a> version
-0.2.1.1 or later (build-time and boot-time) </li>
+0.2.1.2 or later (build-time and boot-time) </li>
</ul>
<h3> Licensing </h3>
@@ -77,8 +77,8 @@ want nsswitch-like functionality:
<h3> Download </h3>
<ul>
- <li> The current released version of execline is <a href="execline-2.9.8.1.tar.gz">2.9.8.1</a>.
-You can access its checksum <a href="execline-2.9.8.1.tar.gz.sha256">here</a>. </li>
+ <li> The current released version of execline is <a href="execline-2.9.8.2.tar.gz">2.9.8.2</a>.
+You can access its checksum <a href="execline-2.9.8.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/execline/">execline
git repository</a>:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 712f1f5..dd3f721 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,15 @@
<h1> What has changed in execline </h1>
+<h2> in 2.9.8.2 </h2>
+
+<ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.15.0.0. </li>
+ <li> <a href="//skarnet.org/software/nsss/">nsss</a>
+optional dependency bumped to 0.2.1.2. </li>
+</ul>
+
<h2> in 2.9.8.1 </h2>
<ul>