diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 341a936..5bbc481 100644 --- a/doc/index.html +++ b/doc/index.html @@ -103,7 +103,7 @@ certain binaries that spawn scripts interpreted with <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.9.0.1.tar.gz">2.9.0.1</a>. </li> + <li> The current released version of s6 is <a href="s6-2.9.1.0.tar.gz">2.9.1.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 ecbccec..d3ce8ef 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,18 @@ <h1> What has changed in s6 </h1> +<h2> in 2.9.1.0 </h2> + +<ul> + <li> The <a href="//skarnet.org/software/execline/">execline</a> +dependency is now optional, and can be disabled via the <tt>--disable-execline</tt> +option to configure. Functionality that depends on execline in s6 binaries is +disabled when execline support is disabled. </li> + <li> A new '?' directive has been added to <a href="s6-log.html">s6-log</a>, +it declares a processor command line that is spawned with the <tt>/bin/sh</tt> +interpreter. </li> +</ul> + <h2> in 2.9.0.1 </h2> <ul> |