From aa47ac4c066fa125ec1bfef941698f49a548aede Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Mar 2005 23:52:06 +0000 Subject: Added test case 235 that makes a resumed upload of a file that isn't present on the remote side. This then converts the operation to an ordinary STOR upload. This was requested/pointed out by Ignacio Vazquez-Abrams. It also proved (and I fixed) a bug in the newly rewritten ftp code (and present in the 7.13.1 release) when trying to resume an upload and the servers returns an error to the SIZE command. libcurl then loops and sends SIZE commands infinitely. --- RELEASE-NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a579164bf..ccef16469 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,7 +14,8 @@ This release includes the following changes: This release includes the following bugfixes: - o + o FTP upload resume now works even if no file is present on the site + o SSL seeding no longer attempts to read the whole random file Other curl-related news since the previous public release: @@ -23,5 +24,6 @@ Other curl-related news since the previous public release: This release would not have looked like this without help, code, reports and advice from friends like these: + Dan Fandrich, Ignacio Vazquez-Abrams Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3