diff options
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index da2185c..8a87d7d 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -16,7 +16,7 @@ <a href="//skarnet.org/">skarnet.org</a> </p> -<h2> in 2.9.4.0 </h2> +<h2> in 2.10.0.0 </h2> <ul> <li> New <tt>openc_*</tt> functions, which are O_CLOEXEC versions of the @@ -25,6 +25,8 @@ deleting a Unix domain socket. The <tt>ipc_bind_reuse()</tt> function now uses it, so it won't unconditionally clobber sockets in the filesystem anymore. </li> <li> Complete revamping of the pathexec functions, see <tt>exec.h</tt>. </li> + <li> Revamping of the locking functions, see +<a href="libstddjb/djbunix.html>djbunix.h</a>. </li> </ul> <h2> in 2.9.3.0 </h2> |