diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-27 11:44:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-27 11:44:29 +0000 |
commit | f05b37667624eb178a0d856da339d003f7d63b6e (patch) | |
tree | 4dbeab59367bad8d7034fec9d4263cb2653c3ef0 /doc | |
parent | d56b7ec51b1ae08b4ec414fd079bf96a40b270c3 (diff) | |
download | s6-f05b37667624eb178a0d856da339d003f7d63b6e.tar.xz |
- clang build fixv2.1.0.1
- s6-fdholder-daemon ltimeout bugfix
- rc for v2.1.0.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 7b824b0..bf3252a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -99,7 +99,7 @@ library. </li> <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.1.0.0.tar.gz">2.1.0.0</a>. </li> + <li> The current released version of s6 is <a href="s6-2.1.0.1.tar.gz">2.1.0.1</a>. </li> <li> Alternatively, you can checkout a copy of the s6 git repository: <pre> git clone git://git.skarnet.org/s6 </pre> </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index 4538ef4..c7c0094 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,12 @@ <h1> What has changed in s6 </h1> +<h2> in 2.1.0.1 </h2> + +<p> + Bugfix release, no important changes. +</p> + <h2> in 2.1.0.0 </h2> <ul> |