summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-03-27 18:05:45 +0100
committerLudovic Courtès <ludo@gnu.org>2013-03-27 18:09:50 +0100
commited4aa26489d33c22bcdbce2bb037a87df41bef16 (patch)
treecf8328ea32f9d69f90b87c3ffe3a74869250da3e /NEWS
parent8a177d316c0062afe74f9a761ef460e297435e59 (diff)
downloadguile-ed4aa26489d33c22bcdbce2bb037a87df41bef16.tar.gz
Update `NEWS'.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fe6bad134..80b06fd74 100644
--- a/NEWS
+++ b/NEWS
@@ -144,8 +144,8 @@ have been deprecated.
** Deprecate `http-get*'.
The new `#:streaming?' argument to `http-get' subsumes the functionality
-of `http-get*'. Also, the `#:extra-headers' argument is deprecated in
-favor of `#:headers'.
+of `http-get*' (introduced in 2.0.7). Also, the `#:extra-headers'
+argument is deprecated in favor of `#:headers'.
** Deprecate (ice-9 mapping).
@@ -163,6 +163,10 @@ See "Bitwise Operations".
See "Environment Variables".
+** New procedure `sendfile'.
+
+See "File System".
+
** New procedures for dealing with file names.
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
+** 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.
** Allow for spurious wakeups from pthread_cond_wait.
(http://bugs.gnu.org/10641)