From 7a3585bb913a1c1ca00d37a70cc3d086f6d07121 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 2 Jan 2021 22:21:07 +0000 Subject: Document latest changes --- NEWS | 3 +++ doc/upgrade.html | 7 +++++-- 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. instead of adhoc DJBUNIX_FLAG_NB and DJBUNIX_FLAG_COE.
  • Better header separation; webipc.h removed (stuff moved to -socket.h) - +socket.h).
  • +
  • New mkptemp2() function, creating a fifo with a templated name +and an option field for O_NONBLOCK and O_CLOEXEC.
  • +
  • New sysdep: chroot, testing whether the system has the +chroot() function.
  • in 2.9.3.0

    -- cgit v1.2.3