summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-05-08 12:03:49 +0200
committerLudovic Courtès <ludo@gnu.org>2021-05-08 12:04:22 +0200
commitbef971105d7b319ba3a26fc44f91630b727f9028 (patch)
treebfef4044e3eadde47c5285baaa9b49ac4f237b87 /NEWS
parent553c82cee924f0bada27f8209c3bcb28be407953 (diff)
downloadguile-bef971105d7b319ba3a26fc44f91630b727f9028.tar.gz
Update NEWS.
* NEWS: Mention O_* constants.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 849c43931..571262158 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,17 @@ See the end for copying conditions.
Please send Guile bug reports to bug-guile@gnu.org.
+Changes in 3.0.7 (since 3.0.6)
+
+* New interfaces and functionality
+
+** More O_* POSIX constants are now defined in Scheme
+
+Guile now defines constants such as `O_NOFOLLOW', `O_CLOEXEC',
+`O_TMPFILE', and more on platforms that support them. These may be
+passed as arguments to procedures such as `open' and `open-fdes'.
+
+
Changes in 3.0.6 (since 3.0.5)
* Notable changes