diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-24 22:54:05 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-24 22:54:05 +0000 |
| commit | b5a5f70705a3762f33a0071430f6133a5f5e2c44 (patch) | |
| tree | 15f13e2d7768a430b48ad1b6dbc35177f5b873fe | |
| parent | 128c44443b8ac7b46c75ee84d2c92ee04ad10af3 (diff) | |
| download | s6-frontend-b5a5f70705a3762f33a0071430f6133a5f5e2c44.tar.gz | |
Prepare for 0.0.1.1; fix build bug when no s6li
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | doc/index.html | 4 | ||||
| -rw-r--r-- | doc/upgrade.html | 6 | ||||
| -rw-r--r-- | package/info | 2 | ||||
| -rw-r--r-- | src/s6-frontend/system_hpr.c | 2 |
5 files changed, 16 insertions, 4 deletions
@@ -1,5 +1,11 @@ Changelog for s6-frontend. +In 0.0.1.1 +---------- + + - Bugfixes. + + In 0.0.1.0 ---------- diff --git a/doc/index.html b/doc/index.html index f925e0b..e7b2da2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -122,8 +122,8 @@ the shared version of the skarnet library. </li> <ul> <li> The current released version of s6-frontend is -<a href="s6-frontend-0.0.1.0.tar.gz">0.0.1.0</a>. -You can access its checksum <a href="s6-frontend-0.0.1.0.tar.gz.sha256">here</a>. </li> +<a href="s6-frontend-0.0.1.1.tar.gz">0.0.1.1</a>. +You can access its checksum <a href="s6-frontend-0.0.1.1.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 24f7bfb..cda3df0 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in s6-frontend </h1> +<h2> in 0.0.1.1 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + <h2> in 0.0.1.0 </h2> <ul> diff --git a/package/info b/package/info index f0b5985..fa8db07 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-frontend -version=0.0.1.0 +version=0.0.1.1 category=admin package_macro_name=S6_FRONTEND diff --git a/src/s6-frontend/system_hpr.c b/src/s6-frontend/system_hpr.c index 6730cf7..cbe52af 100644 --- a/src/s6-frontend/system_hpr.c +++ b/src/s6-frontend/system_hpr.c @@ -36,7 +36,7 @@ void system_reboot (char const *const *argv) #include <skalibs/strerr.h> -static void system_hpr (char const *arg) gccattr_noreturn ; +static void system_hpr (char const *const *arg) gccattr_noreturn ; static void system_hpr (char const *const *arg) { strerr_dief3x(100, "s6 system ", arg, " needs s6-frontend to be built with s6-linux-init support") ; |
