aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-29 10:17:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-29 10:17:10 +0000
commit8986037fdd7bba97a9a1d60085558a28bcef73de (patch)
treebfef8192561a721b9be66f5a3304cbfb1be55d92 /CHANGES
parenta7c72b7abf1213c471f3fd11e6b8e3a37d526f60 (diff)
previous changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
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".