diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-12 09:23:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-12 09:23:13 +0000 |
commit | 4e4a899306ad7256847a1a6794bc0ac94ae3a577 (patch) | |
tree | 3808bcbb9dcc371ade7000ff107df2dae2ccdbad /CHANGES | |
parent | 9a78db6e59e5d815a3145f8f696a6fbef92f2447 (diff) |
better ssl error msg, libcurl.def fix, -version-info corrected, more test
cases and fixed FTP ranges
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ History of Changes +Daniel (12 June 2001) +- Salvador Dávila provided a fix for FTP range downloads. + +- Added a few more test cases from the former test suite to the new file + format. We're now at a total of 26 tests. + +Daniel (11 June 2001) +- libcurl's version-info was wrong, as noted by both Domenico Andreoli and + David Odin. + +Daniel (7 June 2001) +- Jörn fixed the curl_unescape duplicate entry in lib/libcurl.def + +- I made SSL certificate failure messages to be more detailed. + Version 7.8 Daniel (7 June 2001) |