diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-09 03:55:38 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-09-09 03:55:38 +0000 |
| commit | 4cce87557feb6933c284d234c448bd8bde4facae (patch) | |
| tree | 7417e8558b0770da2ae24df8abd755dbc913855f /doc/upgrade.html | |
| parent | a646c96d5f7ec4b4e0bb538a41fc202c2cdb3309 (diff) | |
| download | skalibs-4cce87557feb6933c284d234c448bd8bde4facae.tar.gz | |
cspawn revamp, part 1. Prepare for 2.14.0.0.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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> |
