diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-02 22:21:07 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-02 22:21:07 +0000 |
commit | 7a3585bb913a1c1ca00d37a70cc3d086f6d07121 (patch) | |
tree | 306c549912af29e09e8eefc077ed981c00bcdf23 /NEWS | |
parent | e5c83dd7b233255a593ee3eace6513814e9b507e (diff) | |
download | skalibs-7a3585bb913a1c1ca00d37a70cc3d086f6d07121.tar.gz skalibs-7a3585bb913a1c1ca00d37a70cc3d086f6d07121.tar.xz skalibs-7a3585bb913a1c1ca00d37a70cc3d086f6d07121.zip |
Document latest changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 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 |