diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 5 | ||||
-rw-r--r-- | package/info | 2 |
4 files changed, 9 insertions, 4 deletions
@@ -1,10 +1,12 @@ Changelog for s6. -In 2.7.2.3 +In 2.8.0.0 ---------- - Bugfixes. - Adaptation to skalibs-2.8.0.0. + - s6-log can now notify readiness with the new -d option. + - s6-log now has a default line limit of 8 kB. In 2.7.2.2 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> diff --git a/package/info b/package/info index fdfa567..e3c56f8 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6 -version=2.7.2.3 +version=2.8.0.0 category=admin package_macro_name=S6 |