diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-10 13:01:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-10 13:01:01 +0000 |
commit | d3d4c7e3b4ab4aac23e350dc297a2b1eb669fe35 (patch) | |
tree | 01a5ff5f30c3a6c410a7f1c8dc64239ae6610180 | |
parent | cab563c7d244549db189c70e1c9231c20c7fea8a (diff) | |
download | nsss-d3d4c7e3b4ab4aac23e350dc297a2b1eb669fe35.tar.gz nsss-d3d4c7e3b4ab4aac23e350dc297a2b1eb669fe35.tar.xz nsss-d3d4c7e3b4ab4aac23e350dc297a2b1eb669fe35.zip |
Prepare for 0.0.1.1
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 7 |
4 files changed, 8 insertions, 7 deletions
diff --git a/COPYING b/COPYING index 361dcb6..a741869 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2018 Laurent Bercot <ska-skaware@skarnet.org> +Copyright (c) 2018-2019 Laurent Bercot <ska-skaware@skarnet.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/INSTALL b/INSTALL index c4fa948..98abdae 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.7.0.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.8.0.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index 13b14a9..cc884dd 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.7.0.0 or later. It's a build-time requirement. It's also a run-time +2.8.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.7.2.0 or later. It's a <em>run-time</em> requirement only, to run +2.7.2.3 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> diff --git a/doc/upgrade.html b/doc/upgrade.html index b72212a..aaa9f68 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -20,9 +20,10 @@ <h2> in 0.0.1.1 </h2> -<p> - No functional changes. -</p> +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to +2.8.0.0. </li> +</ul> <h2> in 0.0.1.0 </h2> |