about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--NEWS10
-rw-r--r--doc/upgrade.html3
3 files changed, 14 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 2b310a8..7100d2f 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.0 or later: http://skarnet.org/software/skalibs/
+  - skalibs version 2.5.0.1 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 8fd0012..54c21a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 Changelog for s6-linux-utils.
 
+In 2.4.0.0
+----------
+
+ - 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.
+
+
 In 2.3.0.0
 ----------
 
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 91a143a..bf6a5b2 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -22,6 +22,9 @@
 
 <ul>
  <li> Linux dependency bumped to 3.5. </li>
+ <li> skalibs dependency bumped to 2.5.0.1. </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>
 
 <h2> in 2.3.0.0 </h2>