diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-07-17 21:53:38 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-07-17 21:53:38 +0000 |
commit | 989dd9c34abd98ab061c4c29f6697d30111e73f4 (patch) | |
tree | e64e4bf83761313d376cfd15f128e73d7dafff20 /CHANGES | |
parent | 1d728aae2a8211a7a9f9f66073bdd672e7a1d2cc (diff) | |
download | curl-989dd9c34abd98ab061c4c29f6697d30111e73f4.tar.gz |
Fixed test cases 613 and 614 by improving the log postprocessor to handle
a new directory listing format that newer libssh2's can provide. This
is probably NOT sufficient to handle all directory listing formats that
server's can provide and should be revisited.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Dan F (17 July 2007) +- Fixed test cases 613 and 614 by improving the log postprocessor to handle + a new directory listing format that newer libssh2's can provide. This + is probably NOT sufficient to handle all directory listing formats that + server's can provide, and should be revisited. + Daniel S (17 July 2007) - Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made a control connection that was deemed "dead" to yet be re-used in a following |