aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-27 06:41:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-27 06:41:06 +0000
commit0f4feda382ba0bac2a12ef3e2ca10f8084fc4845 (patch)
tree553820c47283eebe29fa754217613dd6a480b6a6 /CHANGES
parent90b0f38316ce59d24d254e4f46d46bc08174b854 (diff)
include file flaw and yet another socks5-fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 62f6ba7b6..2df2bcc89 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel (26 May)
+- Chris Lewis pointed out a flaw in the #ifdefs in curl/multi.h for Windows,
+ which is now corrected.
+
+- Jis Joy found another flaw in the SOCK5 code, as libcurl treated the socks5
+ proxy a little too much like as if it was a http proxy.
+
Daniel (23 May)
- Ricardo Cadime found a socket leak when listing directories without
contents. Test cases 144 and 145 were added to verify the fix.