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 /NEWS | |
parent | 8b9f29d9ecc96ecaf1326bb2c62c644c7cd46866 (diff) | |
download | s6-linux-utils-14b00ac9433ab8c505060e8d6b3a6f606ffd66f9.tar.xz |
version: 2.4.0.0v2.4.0.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |