diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-03-10 12:11:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-03-10 12:11:21 +0000 |
commit | dbaf4f93615b0ad1f34b38ec9def0b30496658d7 (patch) | |
tree | b9299f0d71a7593ffc31201f5955d3f59076b6f1 /RELEASE-NOTES | |
parent | 433575068c60d107beb566259f061a66e529b581 (diff) |
- Bryan Henderson introduces two things:
1) the progress callback gets called more frequently (at times)
2) libcurl *might* call the callback when it receives a signal
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 761907a21..59d9654fc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -39,6 +39,8 @@ This release includes the following bugfixes: o HTTP Digest header parsing fix for unquoted last word ending with CRLF o CURLOPT_PORT, HTTP proxy, re-using connections and non-HTTP protocols o CURLOPT_INTERFACE for ipv6 + o the progress callback can get called more frequently + o libcurl might call the progress callback when it receives a signal This release includes the following known bugs: |