summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-07-04 11:52:02 +0200
committerLudovic Courtès <ludo@gnu.org>2022-07-04 11:52:14 +0200
commit8c976c6a1fda4ca0ff909e7ee801f7ba48ecebae (patch)
tree5bd66bc9d06faf237a591ed94034099830089f05 /NEWS
parentabd39f3328439c0c3d42296a895d54df448448b1 (diff)
downloadguile-8c976c6a1fda4ca0ff909e7ee801f7ba48ecebae.tar.gz
Update NEWS.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
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)