diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 23:32:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 23:32:14 +0000 |
commit | 9d1145598abf9fddae2e88cca9e114c12a1b7d9d (patch) | |
tree | 1d51de45e9d767e87a6ee6f466a2684b73383277 /RELEASE-NOTES | |
parent | 065e466f1a8b947770562ec98bd10ad3ed143d49 (diff) |
Bruce Mitchener identified (bug report #1099640) the never-ending SOCKS5
problem with the version byte and the check for bad versions. Bruce has lots
of clues on this, and based on his suggestion I've now removed the check of
that byte since it seems to be able to contain 1 or 5.
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 fd94aca1f..54453c8e9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: This release includes the following bugfixes: + o SOCKS5 version check o memory problem with cleaning up multi interface o SSL certificate name memory leak o -d with -G to multiple URLs crashed @@ -34,6 +35,6 @@ advice from friends like these: Dan Fandrich, Peter Pentchev, Marcin Konicki, Rune Kleveland, David Shaw, Werner Koch, Gisle Vanem, Alex Neblett, Kai Sommerfeld, Marty Kuhrt, - Hzhijun, Pavel Orehov + Hzhijun, Pavel Orehov, Bruce Mitchener Thanks! (and sorry if I forgot to mention someone) |