From 793fb46a1e69fa2156805e4a97b340cf62e096a6 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Mon, 15 Nov 2021 21:17:10 +0000 Subject: Update NEWS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ludovic Courtès --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 682b796e3..644e8bbab 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,15 @@ pipe2(2) system call found on GNU/Linux and GNU/Hurd, instead of having to call `fnctl' afterwards. See "Ports and File Descriptors" in the manual for details. +** Bindings to `openat' and friends + +The procedures `openat', `open-fdes-at', `statat', `chownat', +`unlinkat', `chmodat', `renameat', `mkdirat' and `symlinkat' have been +added. They resolve file names relative to a directory passed as a file +port. The procedures `chdir' `readlink' and `utime' have been extended +to support file ports. The related flags `AT_REMOVEDIR' and +`AT_EACCESS' have been added. See `File System' in the manual + ** Abstract Unix-domain sockets are supported It is now possible to create an AF_UNIX socket with a leading zero byte @@ -63,6 +72,9 @@ for use with `setsockopt'. () ** Baseline compiler no longer crashes on (not (list 1 2)) () +** Fix documentation of ‘mkdir’ + Previously, the documentation implied the umask was ignored if the + mode was set explicitly. However, this is not the case. Changes in 3.0.8 (since 3.0.7) -- cgit v1.2.1