diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-29 23:55:33 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-29 23:55:33 +0000 |
| commit | 86d072b07cff432b3ab558ab6747260828bec192 (patch) | |
| tree | 296797b8bde4384035bf8853664ae6d389e97299 | |
| parent | 4091a9f04b12aed9533b1c5c77f7bf79787a9fb4 (diff) | |
| download | s6-frontend-86d072b07cff432b3ab558ab6747260828bec192.tar.gz | |
Prepare for 0.1.0.0
| -rw-r--r-- | INSTALL | 10 | ||||
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | doc/index.html | 16 | ||||
| -rw-r--r-- | doc/upgrade.html | 18 | ||||
| -rw-r--r-- | package/deps-build | 10 | ||||
| -rw-r--r-- | package/info | 2 |
6 files changed, 44 insertions, 19 deletions
@@ -6,11 +6,11 @@ Build Instructions - A POSIX compatible system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.15.0.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.9.8.2 or later: https://skarnet.org/software/execline/ - - s6 version 2.15.0.0 or later: https://skarnet.org/software/s6/ - - s6-rc version 0.6.1.0 or later: https://skarnet.org/software/s6-rc/ - - optional: s6-linux-init version 1.2.0.1 or later: https://skarnet.org/software/s6-linux-init/ + - skalibs version 2.15.0.1 or later: https://skarnet.org/software/skalibs/ + - execline version 2.9.9.2 or later: https://skarnet.org/software/execline/ + - s6 version 2.15.0.1 or later: https://skarnet.org/software/s6/ + - s6-rc version 0.6.1.2 or later: https://skarnet.org/software/s6-rc/ + - optional: s6-linux-init version 1.2.0.2 or later: https://skarnet.org/software/s6-linux-init/ - optional: nsss version 0.2.1.2 or later: https://skarnet.org/software/nsss/ - optional: util-linux version 2.41.2 or later: https://en.wikipedia.org/wiki/Util-linux @@ -1,5 +1,12 @@ Changelog for s6-frontend. +In 0.1.0.0 +---------- + + - Bugfixes. + - Documentation updates. + + In 0.0.1.2 ---------- 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> diff --git a/package/deps-build b/package/deps-build index 01a6cea..eb95d54 100644 --- a/package/deps-build +++ b/package/deps-build @@ -1,6 +1,6 @@ -true true /package/prog/skalibs 2.15.0.0 libskarnet +true true /package/prog/skalibs 2.15.0.1 libskarnet $usensss $usensss /package/admin/nsss 0.2.1.2 libnsss -true false /package/admin/execline 2.9.9.0 libexecline -true false /package/admin/s6 2.15.0.0 libs6 libs6auto -true false /package/admin/s6-rc 0.6.1.0 libs6rc -true false /package/admin/s6-linux-init 1.2.0.1 +true false /package/admin/execline 2.9.9.2 libexecline +true false /package/admin/s6 2.15.0.1 libs6 libs6auto +true false /package/admin/s6-rc 0.6.1.2 libs6rc +true false /package/admin/s6-linux-init 1.2.0.2 diff --git a/package/info b/package/info index f6019f6..5c0257f 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-frontend -version=0.0.1.2 +version=0.1.0.0 category=admin package_macro_name=S6_FRONTEND |
