diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 13:48:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 13:48:27 +0000 |
commit | 8ba042cf88bb24abbf8d822e86632f50b4698dff (patch) | |
tree | 5f14035cd8b12e7bee0e74263dee32e21700ca34 | |
parent | 7adf43c1c5ed8b2683bddf348b611997321c33f5 (diff) |
limit rate and windows timeouts
-rw-r--r-- | CHANGES | 9 | ||||
-rw-r--r-- | RELEASE-NOTES | 5 |
2 files changed, 13 insertions, 1 deletions
@@ -7,6 +7,15 @@ Changelog + +Daniel (22 February 2004) +- Applied the final pieces of Gisle Vanem's patch that brings a working name + resolve timeout to the windows versions of curl! + +Daniel (21 February 2004) +- David Byron's fix to allow the speed-limit logic work even if you set + limit-rate. It does work on the expense of the rate limiter. + Daniel (20 February 2004) - configure --enable-debug with gcc now also tries to detect the icc compiler (which somehow gets treated as if it is a gcc) to stop using all the gcc diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 740c42988..e7762a9e9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -7,6 +7,7 @@ Curl and libcurl 7.11.1. A bugfix release. This release includes the following changes: + o name resolves can now timeout on windows too o $HOME is now recognized better when looking for .netrc files o now re-uses the ares handle when re-using curl handles o SO_BINDTODEVICE is used for network interface binding @@ -20,6 +21,7 @@ This release includes the following changes: This release includes the following bugfixes: + o --limit-rate no longer cripples the --speed-limit feature o fixed verbose output problem with ipv6-enabled re-used connections o fixed the socks5 code to check version in the socks response properly o dns cache bug - fixed the 'inuse' counter @@ -63,6 +65,7 @@ advice from friends like these: Gisle Vanem, Vincent Bronner, Richard Bramante, Dirk Manske, Dan Fandrich, Ken Hirsch, Stadler Stephan, Domenico Andreoli, Patrick Smith, Tor Arntsen, Andrés García, Tim Baker, Len Krause, Gilad, Ken Rastatter, P R Schaffner, - Greg Hewgill, Ben Greear, Jeff Lawson, Grigory Entin, Doug Porter + Greg Hewgill, Ben Greear, Jeff Lawson, Grigory Entin, Doug Porter, David + Byron Thanks! (and sorry if I forgot to mention someone) |