diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-15 15:21:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-15 15:21:12 +0000 |
commit | 6fa668b01618f76ed04df9a862a99c893c150e40 (patch) | |
tree | ff1f1ab4adc65f0fb0ec1ab9f5e0d92f607ff6f0 /doc | |
parent | 4257dbc01527027ad028667bfd7568352b49f1eb (diff) | |
download | s6-6fa668b01618f76ed04df9a862a99c893c150e40.tar.xz |
Prepare for 2.8.0.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 40b9b33..c12e141 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.7.2.3.tar.gz">2.7.2.3</a>. </li> + <li> The current released version of s6 is <a href="s6-2.8.0.0.tar.gz">2.8.0.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6/">s6 git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 57f5dcd..84eb7c0 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,11 +18,14 @@ <h1> What has changed in s6 </h1> -<h2> in 2.7.2.3 </h2> +<h2> in 2.8.0.0 </h2> <ul> <li> skalibs dependency bumped to 2.8.0.0. </li> <li> execline dependency bumped to 2.5.0.2. </li> + <li> New <tt>-d <em>notif</em></tt> option to <a href="s6-log.html">s6-log</a>. </li> + <li> New default for the <tt>-l <em>linelimit</em></tt> option to <a href="s6-log.html">s6-log</a>: +8192 bytes. </li> </ul> <h2> in 2.7.2.2 </h2> |