From 7ea4551b1b4307f6960d65d2d0fc9acde12208af Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Nov 2000 07:32:45 +0000 Subject: forgot to commit before --- CHANGES | 33 +++++++++++++++++++++++++++++++++ FILES | 8 ++++++++ 2 files changed, 41 insertions(+) diff --git a/CHANGES b/CHANGES index cb970c07e..b8cdfe44c 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,39 @@ History of Changes +Daniel (15 November 2000) +- Using certain characters in usernames or passwords for HTTP authentication + failed. This was due to the mprintf() that had a silly check for letters, + and if they weren't isprint() they weren't outputed "as-is". This caused + passwords and usernames using '§' (for example) to fail. + +Version 7.4.2 + +Daniel (15 November 2000) +- 'tests/runtests.pl' now sorts the test cases properly when 'all' is used. + +Daniel (14 November 2000) +- I fell over the draft-ietf-ftpext-mlst-12.txt Internet Draft titled + "Extensions to FTP" that contains a defined way how the ftp command SIZE + could be assumed to work. + +- Laurent Papier posted a bug report about using "-C -" and FTP uploading a + file that isn't prsent on the server. The server might then return a 550 and + curl will fail. Should it instead as Laurent Papier suggests, start + uploading from the beginning as a normal upload? + +Daniel (13 November 2000) +- Fixed a crash with the followlocation counter. + +- While writing test cases for the test suite, I discovered an old limitation + that prevented -o and -T to be used at the same time. I removed this + immediately as this has no relevance in the current libcurl. + +- Chris Faherty fixed a free-twice problem in lib/file.c + +- I fixed the perl http server problem in the test suite. + +Version 7.4.2 pre4 Daniel (10 November 2000) - I've (finally) started working on the curl test suite. It is in the new diff --git a/FILES b/FILES index e21b8ae9f..e4d43d772 100644 --- a/FILES +++ b/FILES @@ -73,3 +73,11 @@ packages/Linux/RPM/make_curl_rpm packages/Linux/RPM/README packages/Win32/README packages/README +tests/Makefile.am +tests/data/* +tests/runtests.pl +tests/Makefile.in +tests/README +tests/httpserver.pl + + -- cgit v1.2.3