diff options
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 4f54bc9..4ab7be5 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -9,6 +9,13 @@ <hr> <h1>runit - upgrading from previous versions</h1> <hr> +<h3>1.6.0 to 1.7.0</h3> +With this version the <a href="runsv.8.html">runsv</a> program starts to +run the ./finish script with two arguments, the exit code and the exit +status of the just finished ./run script. +The timestamp <a href="svlogd.8.html">svlogd</a> optionally prepends to log +messages can be specified to be in iso 8601 alike format. +See the man pages for details. <h3>1.5.x to 1.6.0</h3> <a href="svlogd.8.html">svlogd</a> has been changed to prepend the optional timestamp also to log messages sent to the network through UDP, just as it |