Jon Turner fix
authorDaniel Stenberg <daniel@haxx.se>
Sat, 4 Oct 2003 15:28:23 +0000 (15:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 4 Oct 2003 15:28:23 +0000 (15:28 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 428b8e1..02f98e4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@
 
 
 Daniel (4 October)
+- Jon Turner fixed a problem libcurl had when it failed on an FTP transfer due
+  to a bad path, it would cause the next transfer to use a bad path as well.
+
 - Siddhartha Prakash Jain provided a patch with a fix for libcurl with ares,
   when working on IP-only names as we then could return "wait" status when the
   name in fact already was resolved. I edited the patch slightly to not expose
index ed815b2..a0be961 100644 (file)
@@ -19,6 +19,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o if an FTP transfer used a bad path, the next transfer could fail too
  o ares-built libcurl resolves IP-only names properly
  o changed the curl_lock_function proto to prevent warnings on some compilers
  o builds fine on QNX 6.2.x now
@@ -58,6 +59,6 @@ advice from friends like these:
  Sanders, John McGowan, Henrik Storner, Jörg Mueller-Tolk, Peter Pentchev,
  Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
  Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
- Neil Spring, Siddhartha Prakash Jain
+ Neil Spring, Siddhartha Prakash Jain, Jon Turner
  
         Thanks! (and sorry if I forgot to mention someone)