diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-14 14:42:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-14 14:42:21 +0000 |
commit | b691102ec7a0409d831dff01d2d7075d56dd7516 (patch) | |
tree | 274f2180a4ed202f3583a785c6949d281c206688 /RELEASE-NOTES | |
parent | 2785fe7f6121589dee0a7e49b7cdea5649fac3bd (diff) |
Shmulik Regev fixed a flaw in the multi interface that occurred when doing
HTTP CONNECT over a proxy
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 38e5272db..2039645ad 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -57,6 +57,7 @@ This release includes the following bugfixes: o out-of-boundary write in Curl_select() o -s/--silent can now be used to toggle off the silence again o builds fine on 64bit HP-UX + o multi interface HTTP CONNECT glitch This release includes the following known bugs: @@ -83,6 +84,6 @@ advice from friends like these: Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström, Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu, Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn, Tom Regner, - Dave Vasilevsky + Dave Vasilevsky, Shmulik Regev Thanks! (and sorry if I forgot to mention someone) |