summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-06-16 10:06:32 +0200
committerLudovic Courtès <ludo@gnu.org>2022-06-16 10:06:32 +0200
commit7e048c6c516fa477366c6b4b09914dcff44b2f5e (patch)
tree5e7aba465e71aa4a6ea27280c986f83421edd615 /NEWS
parent4456245753ff925cafd3e72d130761b6f1c2c419 (diff)
downloadguile-7e048c6c516fa477366c6b4b09914dcff44b2f5e.tar.gz
Update NEWS.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8902eeb67..8668f0332 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,16 @@ Please send Guile bug reports to bug-guile@gnu.org.
Changes in 3.0.9 (since 3.0.8)
+* Notable changes
+
+* New interfaces and functionality
+
+** Abstract Unix-domain sockets are supported
+
+It is now possible to create an AF_UNIX socket with a leading zero byte
+in its file name to create an abstract Unix-domain socket. See
+"man 7 unix" for information on abstract Unix-domain sockets.
+
* Bug fixes
** Type sizes are correctly determined when cross-compiling
@@ -16,6 +26,13 @@ Changes in 3.0.9 (since 3.0.8)
** ./configure checks whether the linker supports '-flto' (needed on macOS)
** libguile/srfi-14.i.c is now longer shipped and is instead built from source
(https://bugs.gnu.org/54111)
+** Cross-compilation supports triplets with empty vendor strings
+ (https://bugs.gnu.org/54915)
+** It is possible to use a 'library-form' inside 'cond-expand' in R7RS libraries
+ (https://bugs.gnu.org/55934)
+** 'coverage-data->lcov' accepts a #:modules argument as documented
+ (https://bugs.gnu.org/54911)
+** 'connect' returns #f upon EAGAIN, not just EINPROGRESS
Changes in 3.0.8 (since 3.0.7)