From 14b00ac9433ab8c505060e8d6b3a6f606ffd66f9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 21 May 2017 11:49:31 +0000 Subject: version: 2.4.0.0 --- INSTALL | 2 +- NEWS | 5 ++++- doc/index.html | 2 +- doc/upgrade.html | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 7100d2f..a1adff8 100644 --- a/INSTALL +++ b/INSTALL @@ -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. diff --git a/NEWS b/NEWS index 54c21a7..3d48c0c 100644 --- a/NEWS +++ b/NEWS @@ -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.
  • GNU make, version 3.81 or later
  • skalibs 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.
  • 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 @@ -- cgit v1.2.3