From 4431338691ff5167e453b1407eeeefcc0a515dbe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Jan 2006 23:03:22 +0000 Subject: When using a bad path over FTP, as in when libcurl couldn't CWD into all given subdirs, libcurl would still "remember" the full path as if it is the current directory libcurl is in so that the next curl_easy_perform() would get really confused if it tried the same path again - as it would not issue any CWD commands at all, assuming it is already in the "proper" dir. Starting now, a failed CWD command sets a flag that prevents the path to be "remembered" after returning. --- RELEASE-NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 31c79fc12..d25be6851 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,8 @@ This release includes the following changes: This release includes the following bugfixes: + o Doing a second request with FTP on the same bath path, would make libcurl + confuse what current working directory it had o FTP over HTTP proxy now sends the second CONNECT properly o numerous compiler warnings and build quirks for various compilers have been addressed @@ -31,6 +33,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Dov Murik, Jean Jacques Drouin, Andres Garcia, Yang Tse, Gisle Vanem, Dan - Fandrich, Alexander Lazic, Mike Jean + Fandrich, Alexander Lazic, Michael Jahn Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3