mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Update `NEWS'.
This commit is contained in:
parent
8a177d316c
commit
ed4aa26489
1 changed files with 12 additions and 2 deletions
14
NEWS
14
NEWS
|
@ -144,8 +144,8 @@ have been deprecated.
|
||||||
** Deprecate `http-get*'.
|
** Deprecate `http-get*'.
|
||||||
|
|
||||||
The new `#:streaming?' argument to `http-get' subsumes the functionality
|
The new `#:streaming?' argument to `http-get' subsumes the functionality
|
||||||
of `http-get*'. Also, the `#:extra-headers' argument is deprecated in
|
of `http-get*' (introduced in 2.0.7). Also, the `#:extra-headers'
|
||||||
favor of `#:headers'.
|
argument is deprecated in favor of `#:headers'.
|
||||||
|
|
||||||
** Deprecate (ice-9 mapping).
|
** Deprecate (ice-9 mapping).
|
||||||
|
|
||||||
|
@ -163,6 +163,10 @@ See "Bitwise Operations".
|
||||||
|
|
||||||
See "Environment Variables".
|
See "Environment Variables".
|
||||||
|
|
||||||
|
** New procedure `sendfile'.
|
||||||
|
|
||||||
|
See "File System".
|
||||||
|
|
||||||
** New procedures for dealing with file names.
|
** New procedures for dealing with file names.
|
||||||
|
|
||||||
See XXX for documentation on `system-file-name-convention',
|
See XXX for documentation on `system-file-name-convention',
|
||||||
|
@ -248,6 +252,12 @@ refer to this variable to describe where users should install their
|
||||||
|
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
|
|
||||||
|
** SRFI-37: Fix infinite loop when parsing optional-argument short options
|
||||||
|
(http://bugs.gnu.org/13176)
|
||||||
|
** web: Support non-GMT date headers in the HTTP client
|
||||||
|
(http://bugs.gnu.org/13544)
|
||||||
|
** Avoid stack overflows with `par-map' and nested futures in general
|
||||||
|
(http://bugs.gnu.org/13188)
|
||||||
** A fork when multiple threads are running will now print a warning.
|
** A fork when multiple threads are running will now print a warning.
|
||||||
** Allow for spurious wakeups from pthread_cond_wait.
|
** Allow for spurious wakeups from pthread_cond_wait.
|
||||||
(http://bugs.gnu.org/10641)
|
(http://bugs.gnu.org/10641)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue