From 3cf452b923b5bfc98a383acaf76077bd3c123d68 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Jul 2004 15:17:32 +0000 Subject: [PATCH] file:// upload fix on windows --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 75106568a..01a53b51b 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.