aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-21 07:54:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-21 07:54:20 +0000
commit152f1fee40f5c176bb183e8357c50f862ca2771c (patch)
tree3c415f7f341dff40b0ed2f717674a03c805ab1f3
parent968234e6ae36f923b6f9ff42b1b571d08e73ce91 (diff)
the CWD-null bug fix
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 08286c7be..eda483082 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (20 July)
+- David Gardner pointed out in bug report 770755 that using the FTP command
+ CWD with a blank argument is a bad idea and I made libcurl skip empty path
+ segments starting now.
+
Daniel (18 July)
- Cris pointed out that my fix on July 16th didn't work fully. His pointing
out this (and his patch) also made me realize that we have a very similar