summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-10 23:32:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-10 23:32:14 +0000
commit9d1145598abf9fddae2e88cca9e114c12a1b7d9d (patch)
tree1d51de45e9d767e87a6ee6f466a2684b73383277 /CHANGES
parent065e466f1a8b947770562ec98bd10ad3ed143d49 (diff)
downloadcurl-9d1145598abf9fddae2e88cca9e114c12a1b7d9d.tar.gz
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 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0f7336b2d..e9678eee8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
+Daniel (11 January 2005)
+- 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.
+
Daniel (10 January 2005)
- Pavel Orehov reported memory problems with the multi interface in bug report
#1098843. In short, a shared DNS cache was setup for a multi handle and when