diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-05 01:23:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-05 01:23:54 +0000 |
commit | 2bec8056d1b7c70ab5232f3f81595e3e93b53b59 (patch) | |
tree | c32b8426a4532cf7b5d05e9bc5366859279b53b6 /doc | |
parent | d5dba4ad2a6dd6ca7362eb19c470ac3c55c9269e (diff) | |
download | s6-2bec8056d1b7c70ab5232f3f81595e3e93b53b59.tar.xz |
- s6-ioconnect bugfixv2.2.3.1
- version: 2.2.3.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 21880b8..50f2558 100644 --- a/doc/index.html +++ b/doc/index.html @@ -100,7 +100,7 @@ library. </li> <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.2.3.0.tar.gz">2.2.3.0</a>. </li> + <li> The current released version of s6 is <a href="s6-2.2.3.1.tar.gz">2.2.3.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> <li> There's also a diff --git a/doc/upgrade.html b/doc/upgrade.html index 38fc0e7..df9701f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in s6 </h1> +<h2> in 2.2.3.1 </h2> + +<ul> + <li> No functional changes </li> +</ul> + <h2> in 2.2.3.0 </h2> <ul> |