From: Daniel Stenberg Date: Wed, 29 Jan 2003 10:17:10 +0000 (+0000) Subject: previous changes X-Git-Tag: curl-7_10_4~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8986037fdd7bba97a9a1d60085558a28bcef73de;p=curl previous changes --- diff --git a/CHANGES b/CHANGES index 6f7d0659f..e6208d852 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,12 @@ Changelog Daniel (20 Jan 2003) +- Fixed 'buildconf' to check version number of the required tools before + they're actually used. + +- Wrote 'testcurl.sh', a script targeted for automatic and distributed curl + tests on various platforms. + - David Thiel pointed out that the .netrc file was not being dealt with properly anymore. I broke this in the password prompting "fix".