summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-09 03:55:38 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-09 03:55:38 +0000
commit4cce87557feb6933c284d234c448bd8bde4facae (patch)
tree7417e8558b0770da2ae24df8abd755dbc913855f /doc
parenta646c96d5f7ec4b4e0bb538a41fc202c2cdb3309 (diff)
downloadskalibs-4cce87557feb6933c284d234c448bd8bde4facae.tar.xz
cspawn revamp, part 1. Prepare for 2.14.0.0.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html7
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 7b7ce35..ae3e433 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -60,7 +60,7 @@ with a standard C development environment </li>
<h3> Download </h3>
<ul>
- <li> The current released version of skalibs is <a href="skalibs-2.13.2.0.tar.gz">2.13.2.0</a>. </li>
+ <li> The current released version of skalibs is <a href="skalibs-2.14.0.0.tar.gz">2.14.0.0</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/skalibs/">skalibs
git repository</a>:
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>