diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-20 04:02:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-20 04:02:06 +0000 |
commit | fc0a5ac48bd417336f6d3333ac7846d8134579eb (patch) | |
tree | f274330a8d8db0b22c2da282262be9f204ccb706 | |
parent | 2598c3ce94f6f292bdd234020709af034c27d262 (diff) | |
download | s6-2.12.0.1.tar.gz s6-2.12.0.1.tar.xz s6-2.12.0.1.zip |
version: 2.12.0.1 v2.12.0.1
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
4 files changed, 10 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL index 5742c68..25f003e 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.0.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.14.0.1 or later: https://skarnet.org/software/skalibs/ - Recommended: execline version 2.9.4.0 or later: https://skarnet.org/software/execline/ (You can disable this requirement at configure time, but will lose some functionality.) diff --git a/NEWS b/NEWS index 9708367..80ca208 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6. +In 2.12.0.1 +----------- + + - Bugfixes. + + In 2.12.0.0 ----------- diff --git a/doc/index.html b/doc/index.html index 3977e79..7a110ba 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,7 +83,7 @@ with s6</a> </li> <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.14.0.0 or later. It's a build-time requirement. It's also a run-time +2.14.0.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> <li> (Optional, but really recommended for full functionality): diff --git a/doc/upgrade.html b/doc/upgrade.html index a472a6c..a038a4d 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,8 @@ <h2> in 2.12.0.1 </h2> <ul> - <li> No functional changes. </li> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.14.0.1. </li> </ul> <h2> in 2.12.0.0 </h2> |