aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-23 11:24:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-23 11:24:39 +0000
commit4ed28be75ab8fbf31c4916997be28f125650b58a (patch)
treed05638cb1e127a06dd84f2808e76ceb6b371bd5f /CHANGES
parente2f4656a8696480514f5096ff9ea64aa3129934a (diff)
even more
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f2c03f7f9..62f6ba7b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,17 @@
Changelog
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.
+
+- Rudy Koento found yet another problem when a HTTP server returns only a
+ single-line of contents without any headers at all. libcurl then failed to
+ count the data, thus returning error 52 "no contents". Test case 66 was
+ added to verify that we now do right.
+
+Version 7.10.6-pre1 (23 May 2003)
+
+Daniel (23 May)
- Jis in bug report #741841, fixed a bug in the SOCKS5 proxy-using code.
Daniel (22 May)