mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
Update NEWS.
* NEWS: Update.
This commit is contained in:
parent
abd39f3328
commit
8c976c6a1f
1 changed files with 10 additions and 0 deletions
10
NEWS
10
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
|
in its file name to create an abstract Unix-domain socket. See
|
||||||
"man 7 unix" for information on abstract Unix-domain sockets.
|
"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
|
* Bug fixes
|
||||||
|
|
||||||
** Type sizes are correctly determined when cross-compiling
|
** 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
|
** 'coverage-data->lcov' accepts a #:modules argument as documented
|
||||||
(https://bugs.gnu.org/54911)
|
(https://bugs.gnu.org/54911)
|
||||||
** 'connect' returns #f upon EAGAIN, not just EINPROGRESS
|
** '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)
|
Changes in 3.0.8 (since 3.0.7)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue