From d318862a0b7843b09fd029a9ed5c00c86b0ea6bc Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Tue, 31 Mar 2026 01:00:52 +0000
Subject: Add support for disabling rpath; prepare for 0.0.1.2
---
doc/index.html | 18 +++++++++---------
doc/upgrade.html | 18 ++++++++++++++++++
2 files changed, 27 insertions(+), 9 deletions(-)
(limited to 'doc')
diff --git a/doc/index.html b/doc/index.html
index 9a6a2f5..78ee68a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -54,7 +54,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.14.0.1, hosts 75 binaries.
+2.15.0.0, hosts 75 binaries.
@@ -87,17 +87,17 @@ parts of an s6-based system.
A Linux-based system with a standard C development environment
GNU make, version 3.81 or later
skalibs version
-2.14.5.1 or later
+2.15.0.0 or later
execline version
-2.9.8.1 or later
+2.9.8.2 or later
s6 version
-2.14.0.1 or later
+2.15.0.0 or later
s6-rc version
-0.6.0.0 or later
+0.6.0.1 or later
Optional: nsss version
-0.2.1.1 or later
+0.2.1.2 or later
Optional: s6-linux-init version
-1.2.0.0 or later
+1.2.0.1 or later
Optional: util-linux version
2.41.2 or later
@@ -126,8 +126,8 @@ across operating systems.
- The current released version of s6-frontend is
-0.0.1.1.
-You can access its checksum here.
+0.0.1.2.
+You can access its checksum here.
- Alternatively, you can checkout a copy of the
s6-frontend
git repository:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index cda3df0..e65f536 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,24 @@
What has changed in s6-frontend
+ in 0.0.1.2
+
+
+ - Support for disabling RPATH at configure time.
+ - skalibs
+dependency bumped to 2.15.0.0.
+ - nsss
+optional dependency bumped to 0.2.1.2.
+ - execline
+dependency bumped to 2.9.8.2.
+ - s6
+dependency bumped to 2.15.0.0.
+ - s6-rc
+dependency bumped to 0.6.0.1.
+ - s6-linux-init
+dependency bumped to 1.2.0.1.
+
+
in 0.0.1.1