aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-05-29 23:55:33 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-05-29 23:55:33 +0000
commit86d072b07cff432b3ab558ab6747260828bec192 (patch)
tree296797b8bde4384035bf8853664ae6d389e97299 /doc
parent4091a9f04b12aed9533b1c5c77f7bf79787a9fb4 (diff)
downloads6-frontend-86d072b07cff432b3ab558ab6747260828bec192.tar.gz
Prepare for 0.1.0.0
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html16
-rw-r--r--doc/upgrade.html18
2 files changed, 26 insertions, 8 deletions
diff --git a/doc/index.html b/doc/index.html
index d06f8c5..3cd2b77 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -55,7 +55,7 @@ is often used on its own, in environments that already have an init system
(no need for s6-linux-init) and a service manager (no need for s6-rc).
For the same purpose of modularity, s6 follows an approach of "one functionality,
one tool", sometimes to the extreme: the s6-supervision package, as of
-2.15.0.0, hosts 75 binaries.
+2.15.0.1, hosts 75 binaries.
</p>
<p>
@@ -88,17 +88,17 @@ parts of an s6-based system.
<li> A Linux-based 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.15.0.0 or later </li>
+2.15.0.1 or later </li>
<li> <a href="//skarnet.org/software/execline/">execline</a> version
-2.9.9.0 or later </li>
+2.9.9.2 or later </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
-2.15.0.0 or later </li>
+2.15.0.1 or later </li>
<li> <a href="//skarnet.org/software/s6-rc/">s6-rc</a> version
-0.6.1.0 or later </li>
+0.6.1.2 or later </li>
<li> Optional: <a href="//skarnet.org/software/nsss/">nsss</a> version
0.2.1.2 or later </li>
<li> Optional: <a href="//skarnet.org/software/s6-linux-init/">s6-linux-init</a> version
-1.2.0.1 or later </li>
+1.2.0.2 or later </li>
<li> Optional: <a href="https://en.wikipedia.org/wiki/Util-linux">util-linux</a> version
2.41.2 or later </li>
</ul>
@@ -127,8 +127,8 @@ across operating systems. </li>
<ul>
<li> The current released version of s6-frontend is
-<a href="s6-frontend-0.0.1.2.tar.gz">0.0.1.2</a>.
-You can access its checksum <a href="s6-frontend-0.0.1.2.tar.gz.sha256">here</a>. </li>
+<a href="s6-frontend-0.1.0.0.tar.gz">0.1.0.0</a>.
+You can access its checksum <a href="s6-frontend-0.1.0.0.tar.gz.sha256">here</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-frontend/">s6-frontend
git repository</a>:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 08b8f7d..b676ca9 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -19,6 +19,24 @@
<h1> What has changed in s6-frontend </h1>
+<h2> in 0.1.0.0 </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.1. </li>
+ <li> <a href="//skarnet.org/software/nsss/">nsss</a>
+optional dependency bumped to 0.2.1.2. </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+dependency bumped to 2.9.9.2. </li>
+ <li> <a href="//skarnet.org/software/s6/">s6</a>
+dependency bumped to 2.15.0.1. </li>
+ <li> <a href="//skarnet.org/software/s6-rc/">s6-rc</a>
+dependency bumped to 0.6.1.2. </li>
+ <li> <a href="//skarnet.org/software/s6-linux-init/">s6-linux-init</a>
+dependency bumped to 1.2.0.2. </li>
+</ul>
+
<h2> in 0.0.1.2 </h2>
<ul>