diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-27 19:21:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-27 19:21:27 +0000 |
commit | cbde0131ba1661b6f7215d41a51caa50dc9da63a (patch) | |
tree | 9a9f4ec50b329d9378fb0e4ceb8b8367214cc0e9 /doc | |
parent | bc64800b5399e3dabaf1e7d7bc13b14a2dc4bf42 (diff) | |
download | s6-rc-cbde0131ba1661b6f7215d41a51caa50dc9da63a.tar.xz |
Prepare for 0.3.0.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 8 | ||||
-rw-r--r-- | doc/upgrade.html | 19 |
2 files changed, 23 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 544fa85..d4f6746 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,11 +48,11 @@ scripts are also run in a controlled environment. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.6.0.1 or later </li> +2.6.2.0 or later </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.3.0.3 or later </li> +2.3.0.4 or later </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.6.1.1 or later </li> +2.6.2.0 or later </li> </ul> <h3> Licensing </h3> @@ -66,7 +66,7 @@ scripts are also run in a controlled environment. <ul> <li> The current released version of s6-rc is -<a href="s6-rc-0.3.0.0.tar.gz">0.3.0.0</a>. </li> +<a href="s6-rc-0.3.0.1.tar.gz">0.3.0.1</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-rc/">s6-rc git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index fa441d1..8b48740 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -30,6 +30,25 @@ minor and bugfix version changes. <h1> What has changed in s6-rc </h1> +<h2> in 0.3.0.1 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.6.2.0. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.3.0.4. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.6.2.0. </li> + <li> New <tt>-p</tt> option to <a href="s6-rc-init.html">s6-rc-init</a> +to allow using several live directories with the same scandir. </li> + <li> New command: <a href="s6-rc.html"><tt>s6-rc diff</tt></a>. </li> + <li> <a href="s6-rc-compile.html">s6-rc-compile</a> now guarantees that +service numbers do not change if the source database does not change. +This is useful for updates to the database format. You should recompile +your service databases in preparation for the switch to s6-rc-0.4.0.0. </li> +</ul> + + <h2> in 0.3.0.0 </h2> <ul> |