diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-23 18:56:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-09-23 18:56:24 +0000 |
commit | 8de20625f671a4c45abfc46821651476cf6d5fe6 (patch) | |
tree | aea5d679f781f98d44afc73ca88b6ecd9a9ac05a /doc | |
parent | 4ac235b523cd1b50bd681e31c8241a2b8bdd3060 (diff) | |
download | s6-linux-utils-8de20625f671a4c45abfc46821651476cf6d5fe6.tar.xz |
Prepare for 2.6.2.1; align configure to rest of skaware
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index cd33f41..4233359 100644 --- a/doc/index.html +++ b/doc/index.html @@ -47,7 +47,7 @@ on the wrong page. I apologize for the confusion. The Linux kernel must be 3.5 or later. </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.14.0.0 or later. It's a build-time requirement. It's also a run-time +2.14.3.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> </ul> @@ -63,7 +63,7 @@ library. </li> <ul> <li> The current released version of s6-linux-utils is -<a href="s6-linux-utils-2.6.2.0.tar.gz">2.6.2.0</a>. </li> +<a href="s6-linux-utils-2.6.2.1.tar.gz">2.6.2.1</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-linux-utils/">s6-linux-utils git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 7c6c002..069f0ea 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,15 @@ <h1> What has changed in s6-linux-utils </h1> +<h2> in 2.6.2.1 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.14.3.0. </li> + <li> Static libraries (if any, which isn't the case for now) +are installed in <tt>/usr/lib</tt> by default. </li> +</ul> + <h2> in 2.6.2.0 </h2> <ul> |