summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-27 02:13:37 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-27 02:13:37 +0000
commit1f532d309ceec39ca08a1e4d58c962eea052c46f (patch)
treeb74ae7f86a90f1761559f284fc8655af2ceff255
parent79d44a195bfe710fa145446b32ade5e8b1e6a50b (diff)
downloads6-1f532d309ceec39ca08a1e4d58c962eea052c46f.tar.xz
Doc updates.
-rw-r--r--INSTALL2
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html14
3 files changed, 11 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index df03a98..5faf8c1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,7 +7,7 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 4.0 or later
- skalibs version 2.2.1.0 or later: http://skarnet.org/software/skalibs/
- - execline version 2.0.1.1 or later: http://skarnet.org/software/execline/
+ - execline version 2.0.2.0 or later: http://skarnet.org/software/execline/
This software will run on any operating system that implements
POSIX.1-2008, available at:
diff --git a/doc/index.html b/doc/index.html
index b830cb9..7b824b0 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -86,7 +86,7 @@ with an earlier version. </li>
requirement if you link against the shared version of the skalibs
library. </li>
<li> <a href="http://skarnet.org/software/execline/">execline</a> version
-2.0.1.1 or later. It's a build-time and run-time requirement. </li>
+2.0.2.0 or later. It's a build-time and run-time requirement. </li>
</ul>
<h3> Licensing </h3>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 68c0fe1..e94fcfd 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -21,17 +21,21 @@
<ul>
<li> skalibs dependency bumped to 2.2.1.0. </li>
+ <li> execline dependency bumped to 2.0.2.0. </li>
<li> Unix domain socket utilities moved from the
<a href="http://skarnet.org/software/s6-networking/">s6-networking</a>
package to s6. </li>
<li> <tt>./finish</tt> argument for "service crashed" is now 256
-instead of 255 </li>
+instead of 255. <strong>Check your finish scripts!</strong> </li>
<li> <tt>supervise/status</tt> now includes wstat information
-when the service died, svstat reports it </li>
- <li> svstat now reports symbolic signal information by default,
-use <tt>-n</tt> to get the old behaviour </li>
+when the service died, and s6-svstat reports that information. </li>
+ <li> s6-svstat now reports symbolic signal information by default,
+use <tt>-n</tt> to get the old behaviour. </li>
<li> s6-log now properly calls execlineb with its installation
-prefix, in the slashpackage case </li>
+prefix, in the slashpackage case. </li>
+ <li> A brand new set of programs, <tt>s6-fdholder*</tt>, to perform
+fd-holding. </li>
+ <li> Catchy blurb on intro page. </li>
</ul>
<h2> in 2.0.1.0 </h2>