diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-08-09 12:26:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-08-09 12:26:38 +0000 |
commit | b6b314d2dc954338fd67fcb1f616b1bdcaba0e62 (patch) | |
tree | 2b94fa29608d81c40904436d3cfec68f2e57fda9 /doc/upgrade.html | |
parent | 7c228abccd8fbb79c6aa41179069cac1abae8ac1 (diff) | |
download | nsss-b6b314d2dc954338fd67fcb1f616b1bdcaba0e62.tar.xz |
Prepare for 0.0.2.0
Neither getgrouplist() support nor nsssd-switch has been
committed yet. WIP, relax.
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 1ef5a50..9d36b74 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,18 @@ <h1> What has changed in nsss </h1> +<h2> in 0.0.2.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to +2.9.0.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> optional dependency bumped to +2.9.0.0. </li> + <li> Support for <a href="http://man7.org/linux/man-pages/man3/getgrouplist.3.html">getgrouplist()</a> +has been added. </li> + <li> The <a href="nsssd-switch.html">nsssd-switch</a> backend has been added. </li> +</ul> + <h2> in 0.0.1.2 </h2> <ul> |