diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-13 22:03:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-13 22:03:19 +0000 |
commit | d08663cec51cf400c8b754e379426a7293c8631d (patch) | |
tree | 68f0e215b4d2b956018afe2cb29bd3d65f27c1de | |
parent | 02247d36e7488d4980fa9e767b3c4a003294b140 (diff) | |
download | s6-d08663cec51cf400c8b754e379426a7293c8631d.tar.xz |
Prepare for 2.10.0.3
-rw-r--r-- | INSTALL | 6 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/index.html | 19 | ||||
-rw-r--r-- | doc/upgrade.html | 9 | ||||
-rw-r--r-- | package/info | 2 |
5 files changed, 31 insertions, 11 deletions
@@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.10.0.2 or later: https://skarnet.org/software/skalibs/ - - Optional: nsss version 0.1.0.0 or later: https://skarnet.org/software/nsss/ - - Optional (but recommended): execline version 2.7.0.1 or later: https://skarnet.org/software/execline/ + - skalibs version 2.10.0.3 or later: https://skarnet.org/software/skalibs/ + - Optional: nsss version 0.1.0.1 or later: https://skarnet.org/software/nsss/ + - Optional (but recommended): execline version 2.8.0.1 or later: https://skarnet.org/software/execline/ This software will run on any operating system that implements POSIX.1-2008, available at: @@ -1,5 +1,11 @@ Changelog for s6. +In 2.10.0.3 +----------- + + - Bugfixes. + + In 2.10.0.2 ----------- diff --git a/doc/index.html b/doc/index.html index 45e0572..7b76097 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,11 +83,12 @@ with s6</a> </li> <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.10.0.2 or later. It's a build-time requirement. It's also a run-time +2.10.0.3 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> - <li> Optional: <a href="//skarnet.org/software/execline/">execline</a> version -2.7.0.1 or later. When s6 is built with execline support (which is the default), + <li> (Optional, but really recommended for full functionality): +<a href="//skarnet.org/software/execline/">execline</a> version +2.8.0.1 or later. When s6 is built with execline support (which is the default), execline is a build-time requirement, and also a run-time requirement for certain binaries that spawn scripts interpreted with <a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>. </li> @@ -101,7 +102,7 @@ certain binaries that spawn scripts interpreted with <li> If you're using <a href="https://www.musl-libc.org/">musl</a> and want nsswitch-like functionality: <a href="//skarnet.org/software/nsss/">nsss</a> version -0.1.0.0 or later (build-time and boot-time) </li> +0.1.0.1 or later (build-time and boot-time) </li> </ul> <h3> Licensing </h3> @@ -114,7 +115,7 @@ want nsswitch-like functionality: <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.10.0.2.tar.gz">2.10.0.2</a>. </li> + <li> The current released version of s6 is <a href="s6-2.10.0.3.tar.gz">2.10.0.3</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6/">s6 git repository</a>: @@ -373,6 +374,10 @@ different way than the previous items on this list. </li> <h3> Other init systems </h3> +<p> + (This list hasn't been updated in a long while. I'm keeping it for reference.) +</p> + <ul> <li> Felix von Leitner's <a href="https://www.fefe.de/minit/">minit</a> is an init system for Linux, with process supervision capabilities. </li> @@ -385,8 +390,8 @@ suckless projects, is a neat exercise in minimalism. </li> <li> <a href="https://nongnu.org/sysvinit/">sysvinit</a> is the traditional init system for Linux. </li> <li> <a href="https://upstart.ubuntu.com/">Upstart</a> is a well-known init system -for Linux, with complete service management, that comes with the Ubuntu -distribution. It includes a coffee machine and the kitchen sink.</li> +for Linux, with complete service management, that came with earlier versions of the Ubuntu +distribution. It is now deprecated.</li> <li> <a href="//skarnet.org/software/systemd.html">systemd</a> is a problem in its own category. </li> <li> The various BSD flavors have their own style of <a href="https://www.freebsd.org/doc/handbook/boot-init.html">init</a>. </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index e6a7a92..932d4f9 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,15 @@ <h1> What has changed in s6 </h1> +<h2> in 2.10.0.3 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.10.0.3. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.8.0.1. </li> +</ul> + <h2> in 2.10.0.2 </h2> <ul> diff --git a/package/info b/package/info index 5663531..1d36534 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6 -version=2.10.0.2 +version=2.10.0.3 category=admin package_macro_name=S6 |