diff options
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 6e7616a..e12e29d 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,12 +17,15 @@ </p> -<h2> in 2.13.2.0 </h2> +<h2> in 2.14.0.0 </h2> <ul> <li> New selfpipe accessor function: <tt>selfpipe_fd()</tt> </li> <li> New djbunix functions: <tt>slurpn()</tt>, <tt>openslurpnclose()</tt> </li> - <li> New cdb functions: <tt>cdb_hashv()</tt>, <tt>cdmake_addv()</tt> </li> + <li> <tt>slurp</tt> and <tt>openslurpclose</tt> are now macros </tt> </li> + <li> New cdb functions: <tt>cdb_hashv()</tt>, <tt>cdbmake_addv()</tt> </li> + <li> New <tt>cspawn</tt> function, for posix_spawn/fork unification </li> + <li> <tt>child_spawn</tt> functions are now declared in <tt>cspawn.h</tt> </li> </ul> <h2> in 2.13.1.1 </h2> |