]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Robson Braga Araujo filed bug report #1739100
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Jun 2007 21:09:32 +0000 (21:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Jun 2007 21:09:32 +0000 (21:09 +0000)
(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).

CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 9759d6512552d99849d8cc01c568b2437a6eb97b..1de71feb576ca81954f0f518e796fa68673b926e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@
 
                                   Changelog
 
+Daniel S (18 June 2007)
+- 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).
+
 Daniel S (14 June 2007)
 - Shmulik Regev:
 
index 2039645ad57a109ccc8155da8b08042f0f84d740..b452628cc8e14d7ac34884b76620de5d8a8f08e2 100644 (file)
@@ -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)