diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-09-30 18:11:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-09-30 18:11:22 +0000 |
commit | cab563c7d244549db189c70e1c9231c20c7fea8a (patch) | |
tree | e0daaa333a3bf0a03dae764546a45b5dfe755819 /doc | |
parent | a312ef9c0b720cafc45f54e64e91967db3c99cbe (diff) | |
download | nsss-cab563c7d244549db189c70e1c9231c20c7fea8a.tar.xz |
Fix (hopefully) nsss_unix_shadow_get()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 5e54afb..13b14a9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -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.0.1.0.tar.gz">0.0.1.0</a>. </li> + <li> The current released version of nsss is <a href="nsss-0.0.1.1.tar.gz">0.0.1.1</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>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 5ff9e3b..b72212a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in nsss </h1> +<h2> in 0.0.1.1 </h2> + +<p> + No functional changes. +</p> + <h2> in 0.0.1.0 </h2> <p> |