diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-01 16:32:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-01 16:32:51 +0000 |
commit | 49daeaf805122357409261c578df7fb233fb68e9 (patch) | |
tree | 418d529de7debea38b6b50304cd40737656bae55 /RELEASE-NOTES | |
parent | d03fbf5dfb20fc48aa4397c1848edba6f5300533 (diff) | |
download | curl-49daeaf805122357409261c578df7fb233fb68e9.tar.gz |
the CURLOPT_FRESH_CONNECT fix
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e501e076a..4b797cf01 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,7 @@ This release includes the following changes: This release includes the following bugfixes: + o CURLOPT_FRESH_CONNECT and CURLAUTH_NTLM now work when set together o share interface usage without (un)lock functions segfaulted o --limit-rate no longer cripples the --speed-limit feature o fixed verbose output problem with ipv6-enabled re-used connections @@ -71,6 +72,6 @@ advice from friends like these: 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, David - Byron, Andy Serpa, Joe Halpin + Byron, Andy Serpa, Joe Halpin, Christopher R. Palmer Thanks! (and sorry if I forgot to mention someone) |