summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-06-09 17:23:02 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-06-09 17:23:02 +0000
commit7d26634c603770c487d31da1f3c50b8b289acd56 (patch)
treee4972589ce8ce38174e0039751f95167cd4f0a88
parentabb464345e953e168bfb95b90a6f910b66b39cbf (diff)
downloads6-linux-init-1.0.4.1.tar.xz
version: 1.0.4.1v1.0.4.1
-rw-r--r--INSTALL4
-rw-r--r--NEWS1
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html4
4 files changed, 8 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 13f0405..5cfe1fa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,8 +6,8 @@ Build Instructions
- A Linux-based system with a standard C development environment
- GNU make version 3.81 or later
- - skalibs version 2.9.2.0 or later: https://skarnet.org/software/skalibs/
- - execline version 2.6.0.0 or later: https://skarnet.org/software/execline/
+ - skalibs version 2.9.2.1 or later: https://skarnet.org/software/skalibs/
+ - execline version 2.6.1.0 or later: https://skarnet.org/software/execline/
- s6 version 2.9.2.0 or later: https://skarnet.org/software/s6/
- Optional: nsss version 0.0.2.2 or later: https://skarnet.org/software/nsss/
- Optional: utmps version 0.0.3.2 or later: https://skarnet.org/software/utmps/
diff --git a/NEWS b/NEWS
index 233aa48..f3c90f9 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Changelog for s6-linux-init.
In 1.0.4.1
----------
+ - Bugfixes.
- telinit now completes even when its terminal is killed by the
state change.
diff --git a/doc/index.html b/doc/index.html
index 6628bfa..90ff053 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -72,14 +72,14 @@ kernel command line </li>
<li> A Linux-based system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
-2.9.2.0 or later. It's a build-time requirement. It's also a run-time
+2.9.2.1 or later. It's a build-time requirement. It's also a run-time
requirement (for <a href="s6-linux-init-maker.html">s6-linux-init-maker</a>)
as well as a boot-time requirement (i.e. a run-time requirement for the
programs used when you boot a system created with
<a href="s6-linux-init-maker.html">s6-linux-init-maker</a>) if you link
against the shared version of the skalibs library. </li>
<li> <a href="//skarnet.org/software/execline/">execline</a> version
-2.6.0.0 or later. It is a build-time and boot-time requirement. </li>
+2.6.1.0 or later. It is a build-time and boot-time requirement. </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
2.9.2.0 or later. It is a build-time and boot-time requirement. </li>
</ul>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index a004216..909c9b5 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -22,7 +22,9 @@
<ul>
<li> <a href="//skarnet.org/software/s6/">s6</a>
-dependency bumped to 2.9.1.0. </li>
+dependency bumped to 2.9.2.1. </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+dependency bumped to 2.6.1.0. </li>
</ul>
<h2> in 1.0.4.0 </h2>