guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 06/06: Update NEWS.


From: Ludovic Courtès
Subject: [Guile-commits] 06/06: Update NEWS.
Date: Mon, 4 Jul 2022 05:52:41 -0400 (EDT)

civodul pushed a commit to branch main
in repository guile.

commit 8c976c6a1fda4ca0ff909e7ee801f7ba48ecebae
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 4 11:52:02 2022 +0200

    Update NEWS.
    
    * NEWS: Update.
---
 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/NEWS b/NEWS
index 8668f0332..a3bfbdff2 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,14 @@ 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.
 
+** New socket-related constants defined
+
+The `IN6ADDR_ANY' and `IN6ADDR_LOOPBACK' are now defined on systems with
+IPv6 support; they can be used with `bind'.
+
+Likewise, the `IPPROTO_IPV6' and `IPV6_V6ONLY' constants are defined,
+for use with `setsockopt'.
+
 * Bug fixes
 
 ** Type sizes are correctly determined when cross-compiling
@@ -33,6 +41,8 @@ in its file name to create an abstract Unix-domain socket.  
See
 ** 'coverage-data->lcov' accepts a #:modules argument as documented
    (https://bugs.gnu.org/54911)
 ** 'connect' returns #f upon EAGAIN, not just EINPROGRESS
+** (web http) capitalizes the "Basic" authorization header
+** (web http) terminates chunked encoding with an extra \r\n
 
 
 Changes in 3.0.8 (since 3.0.7)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]