[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 07/07: Update NEWS.
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] 07/07: Update NEWS. |
Date: |
Thu, 16 Jun 2022 04:06:51 -0400 (EDT) |
civodul pushed a commit to branch main
in repository guile.
commit 7e048c6c516fa477366c6b4b09914dcff44b2f5e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 16 10:06:32 2022 +0200
Update NEWS.
* NEWS: Update.
---
NEWS | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
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)
- [Guile-commits] branch main updated (cc4559768 -> 7e048c6c5), Ludovic Courtès, 2022/06/16
- [Guile-commits] 01/07: 'connect' handles EAGAIN like EINPROGRESS., Ludovic Courtès, 2022/06/16
- [Guile-commits] 02/07: 'module-define!' honors the 'module' parameter., Ludovic Courtès, 2022/06/16
- [Guile-commits] 05/07: Allow null bytes in UNIX sockets., Ludovic Courtès, 2022/06/16
- [Guile-commits] 06/07: Add missing #:modules argument for coverage-data->lcov., Ludovic Courtès, 2022/06/16
- [Guile-commits] 07/07: Update NEWS.,
Ludovic Courtès <=
- [Guile-commits] 03/07: Allow (library ...) form in cond-expand inside R7RS define-library., Ludovic Courtès, 2022/06/16
- [Guile-commits] 04/07: Allow empty vendor string in GNU target triplets., Ludovic Courtès, 2022/06/16