diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-21 11:49:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-21 11:49:31 +0000 |
commit | 14b00ac9433ab8c505060e8d6b3a6f606ffd66f9 (patch) | |
tree | f7bad0f7dca222cd43c11d713f9aca0025cf3f81 | |
parent | 8b9f29d9ecc96ecaf1326bb2c62c644c7cd46866 (diff) | |
download | s6-linux-utils-14b00ac9433ab8c505060e8d6b3a6f606ffd66f9.tar.xz |
version: 2.4.0.0v2.4.0.0
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
4 files changed, 7 insertions, 4 deletions
@@ -6,7 +6,7 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.5.0.1 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.5.1.0 or later: http://skarnet.org/software/skalibs/ This software is Linux-specific. It will run on a Linux kernel, version 3.5 or later. @@ -3,11 +3,14 @@ Changelog for s6-linux-utils. In 2.4.0.0 ---------- + - Linux dependency bumped to 3.5, because the /proc format changed. +things *may* work with older kernels, but it's likely that s6-ps +will not. - s6-uevent-listener now writes events to stdout instead of spawning a program itself. s6-uevent-spawner now reads on stdin. Instead of running "s6-uevent-listener s6-uevent-spawner mdev", people now run "s6-uevent-listener | s6-uevent-spawner mdev". - - s6-devd hides the details. + - s6-devd API unchanged: it hides the details. In 2.3.0.0 diff --git a/doc/index.html b/doc/index.html index 2e7897d..648372f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -34,7 +34,7 @@ The Linux kernel must be 3.5 or later. </li> <li> GNU make, version 3.81 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.5.0.0 or later. It's a build-time requirement. It's also a run-time +2.5.1.0 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> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index bf6a5b2..955333c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,7 +22,7 @@ <ul> <li> Linux dependency bumped to 3.5. </li> - <li> skalibs dependency bumped to 2.5.0.1. </li> + <li> skalibs dependency bumped to 2.5.1.0. </li> <li> The interface between <a href="s6-uevent-listener.html">s6-uevent-listener</a> and <a href="s6-uevent-spawner.html">s6-uevent-spawner</a> has changed. </li> </ul> |