diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-10 17:24:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-10 17:24:04 +0000 |
commit | c9a58ceb7c07774944930105ace2f042be7b5f53 (patch) | |
tree | 554a1014d8835b5d8344dc9315c0572e75e633e5 /doc | |
parent | eed713a7a54262c9df8fa139db7d75112115d63f (diff) | |
download | nsss-c9a58ceb7c07774944930105ace2f042be7b5f53.tar.xz |
Adapt to skalibs-2.11.0.0, prepare for 0.1.0.2
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 8 | ||||
-rw-r--r-- | doc/upgrade.html | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index c497798..6af20c4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -81,11 +81,11 @@ functions. <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.10.0.3 or later. It's a build-time requirement. It's also a run-time +2.11.0.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> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.10.0.3 or later. It's a <em>run-time</em> requirement only, to run +2.11.0.0 or later. It's a <em>run-time</em> requirement only, to run the nsssd service (and can be done without if you have a suitable replacement for <a href="//skarnet.org/software/s6/s6-ipcserver">s6-ipcserver</a>). </li> </ul> @@ -100,7 +100,7 @@ for <a href="//skarnet.org/software/s6/s6-ipcserver">s6-ipcserver</a>). </li> <h3> Download </h3> <ul> - <li> The current released version of nsss is <a href="nsss-0.1.0.1.tar.gz">0.1.0.1</a>. </li> + <li> The current released version of nsss is <a href="nsss-0.1.0.2.tar.gz">0.1.0.2</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/nsss/">nsss git repository</a>: @@ -194,7 +194,7 @@ which can be used to write additional backends. </li> <ul> <li> <tt>nsss</tt> is discussed on the -<a href="//skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li> +<a href="//skarnet.org/lists/#skaware">skaware</a> mailing-list. </li> </ul> </body> diff --git a/doc/upgrade.html b/doc/upgrade.html index 3cf53b6..fa22bcb 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,15 @@ <h1> What has changed in nsss </h1> +<h2> In 0.1.0.2 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to +2.11.0.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> optional dependency bumped to +2.11.0.0. </li> +</ul> + <h2> In 0.1.0.1 </h2> <ul> |