summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-05 13:00:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-05 13:00:40 +0000
commit1813d2ddf78be02b529e612fe282475ef3822beb (patch)
tree1bd500bce656561d6d5c186a8249fc7b624f1c8b
parent2827f5327aad6a0341b4ed3231e414ff9a980101 (diff)
downloadcurl-1813d2ddf78be02b529e612fe282475ef3822beb.tar.gz
many fixes mailed in during July
-rw-r--r--CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ce90e84df..135bdc191 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,30 @@
History of Changes
+Daniel (5 August 2001)
+- Sergio Ballestrero provided a patch for reading responses from NCSA httpd
+ 1.5.x servers, as they return really screwed up response headers when asked
+ for with HTTP 1.1.
+
+- curl_escape() no longer treats already encoded characters in the input
+ string especially.
+
+Daniel (3 August 2001)
+- I replaced the former lib/arpa_telnet.h file with one I wrote myself, to
+ avoid the BSD annoucement clause of the license in the former file.
+
+- Andrew Francis provided a new version of base64.c to work around the license
+ boiler plate that came with the previous one. I patched it, but the glory
+ should go to Andrew for his heads up.
+
+- Tomasz Lacki noticed that when you do repeated transfers with libcurl you
+ couldn't always reliably change HTTP request. This has now been fixed and a
+ new libcurl option was added: CURLOPT_HTTPGET, that can force the HTTP
+ requestr (back) to GET.
+
+- Linus Nielsen Feltzing pointed out that httpsserver.pl wasn't included in
+ release archives. It should be now.
+
Daniel (2 August 2001)
- Frank Keeney pointed out a manual mistake for certificate convertions.