diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-21 07:54:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-21 07:54:20 +0000 |
commit | 152f1fee40f5c176bb183e8357c50f862ca2771c (patch) | |
tree | 3c415f7f341dff40b0ed2f717674a03c805ab1f3 /CHANGES | |
parent | 968234e6ae36f923b6f9ff42b1b571d08e73ce91 (diff) |
the CWD-null bug fix
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |