diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-15 15:29:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-15 15:29:23 +0000 |
commit | 11d552a5ef98ab91479c7753997b4d9c51803f96 (patch) | |
tree | 5404eb0bfe6186d9fead4fdda389251862e36503 /doc | |
parent | fe36511943321c2be1d00fe41d3fe4b784c5acb4 (diff) | |
download | s6-rc-11d552a5ef98ab91479c7753997b4d9c51803f96.tar.xz |
Add s6-log notifications to examples, prepare for 0.4.1.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 7db74a2..625121f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,11 +48,11 @@ scripts are also run in a controlled environment. <li> A POSIX-compliant 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.7.0.0 or later </li> +2.8.0.0 or later </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.5.0.1 or later </li> +2.5.0.2 or later </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.7.2.0 or later </li> +2.8.0.0 or later </li> </ul> <h3> Licensing </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index da9e976..d186ffc 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -33,7 +33,12 @@ minor and bugfix version changes. <h2> in 0.4.1.1 </h2> <ul> - <li> No functional changes. </li> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.8.0.0. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.5.0.2. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.8.0.0. </li> </ul> <h2> in 0.4.1.0 </h2> |