Commit 8ba042cf authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

limit rate and windows timeouts

parent 7adf43c1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
+4 −1
Original line number Diff line number Diff line
@@ -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)