about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-11 15:03:48 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-11 15:03:48 +0000
commit8b9f29d9ecc96ecaf1326bb2c62c644c7cd46866 (patch)
tree58ba61fea8a08d0b34dfc1f2f9e773337ab5daee
parent4e6edfeca4f5536cbb0a0a68d8f3822b81dfe79b (diff)
downloads6-linux-utils-8b9f29d9ecc96ecaf1326bb2c62c644c7cd46866.tar.gz
s6-linux-utils-8b9f29d9ecc96ecaf1326bb2c62c644c7cd46866.tar.xz
s6-linux-utils-8b9f29d9ecc96ecaf1326bb2c62c644c7cd46866.zip
Prepare for version 2.4.0.0
-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>