diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-18 21:09:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-18 21:09:32 +0000 |
commit | 61db4f3e2ab2a2af28d3ff9019eaf2724ece2319 (patch) | |
tree | c8e2a7db0d7a9da15c1188ecd8216374df084236 /RELEASE-NOTES | |
parent | fe85ae15f3672578c580ab4e8ad4c0c144a3f071 (diff) |
Robson Braga Araujo filed bug report #1739100
(http://curl.haxx.se/bug/view.cgi?id=1739100) that mentioned that libcurl
could not actually list the contents of the root directory of a given FTP
server if the login directory isn't root. I fixed the problem and added three
test cases (one is disabled for now since I identified KNOWN_BUGS #44, we
cannot use --ftp-method nocwd and list ftp directories).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2039645ad..b452628cc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -58,6 +58,7 @@ This release includes the following bugfixes: o -s/--silent can now be used to toggle off the silence again o builds fine on 64bit HP-UX o multi interface HTTP CONNECT glitch + o list FTP root directories when login dir is not root This release includes the following known bugs: @@ -84,6 +85,6 @@ advice from friends like these: Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström, Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu, Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn, Tom Regner, - Dave Vasilevsky, Shmulik Regev + Dave Vasilevsky, Shmulik Regev, Robson Braga Araujo Thanks! (and sorry if I forgot to mention someone) |