summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-02 22:21:07 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-02 22:21:07 +0000
commit7a3585bb913a1c1ca00d37a70cc3d086f6d07121 (patch)
tree306c549912af29e09e8eefc077ed981c00bcdf23
parente5c83dd7b233255a593ee3eace6513814e9b507e (diff)
downloadskalibs-7a3585bb913a1c1ca00d37a70cc3d086f6d07121.tar.xz
Document latest changes
-rw-r--r--NEWS3
-rw-r--r--doc/upgrade.html7
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 01dbbfd..243eb1e 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ so it does the right thing instead of clobbering sockets.
DJBUNIX_FLAG_NB and DJBUNIX_FLAG_COE.
- Better header separation; webipc.h removed (stuff moved to
socket.h)
+ - New function: mkptemp2(), creating a fifo with a templated
+name (like mkptemp) but with options for O_NONBLOCK and O_CLOEXEC.
+ - New sysdep to test for chroot().
In 2.9.3.0
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 6b0a8c7..7f30296 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -31,8 +31,11 @@ uses it, so it won't unconditionally clobber sockets in the filesystem anymore.
<a href="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html"></a>
instead of adhoc <tt>DJBUNIX_FLAG_NB</tt> and <tt>DJBUNIX_FLAG_COE</tt>. </li>
<li>Better header separation; <tt>webipc.h</tt> removed (stuff moved to
-<tt>socket.h</tt>)
-
+<tt>socket.h</tt>). </li>
+ <li> New <tt>mkptemp2()</tt> function, creating a fifo with a templated name
+and an option field for O_NONBLOCK and O_CLOEXEC. </li>
+ <li> New sysdep: <tt>chroot</tt>, testing whether the system has the
+<tt>chroot()</tt> function. </li>
</ul>
<h2> in 2.9.3.0 </h2>