diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-03-11 09:11:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-03-11 09:11:29 +0000 |
commit | c8cd13337efcd45e918fab824b226e4ae6338ea0 (patch) | |
tree | 41c1184f8a80120d392ae8a94e272eb045e4a22e /RELEASE-NOTES | |
parent | 40e9e40cb41f3755b7a07c7d73cac59a6633f121 (diff) |
reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2d5030026..70296814e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -39,8 +39,6 @@ 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 o use-after-free issue with HTTP transfers with the multi interface This release includes the following known bugs: |