From: Daniel Stenberg Date: Tue, 6 Jul 2004 15:17:32 +0000 (+0000) Subject: file:// upload fix on windows X-Git-Tag: curl-7_12_1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cf452b923b5bfc98a383acaf76077bd3c123d68;p=thirdparty%2Fcurl.git file:// upload fix on windows --- diff --git a/CHANGES b/CHANGES index 75106568a5..01a53b51ba 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,9 @@ Changelog +Daniel (6 July 2004) +- Andrés García found out why the windows tests failed on file:// "uploads". + Daniel (2 July 2004) - Andrés García reported a curl_share_cleanup() crash that occurs when no lock/unlock callbacks have been set and the share is cleaned up.