diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-28 11:16:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-28 11:16:09 +0000 |
commit | 1de1dc7314e36d501ca864aa8b349408272dfb7b (patch) | |
tree | e004c96c71faf13f267007edaa1648e84d548124 /CHANGES | |
parent | aca79af7deb696cc97d7f332ef9c20bdd0096d5b (diff) |
minor edits
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -7,15 +7,22 @@ Changelog Daniel (26 May 2004) +- Mohun Biswas added release-zlib and debug-zlib targets to the MSVC libcurl + Makefile + - David Byron reported a problem with proxy authentication when doing CONNECT, like when accessing HTTPS sites wiht a proxy. This probably broke when I rewrote the auth stuff recently. +- I added fileupload.c in the examples directory, showing how an upload to a + file:// URL is made. + Daniel (25 May 2004) - Massimiliano Ziccardi updated the MSVC makefiles. Daniel (24 May 2004) -- libcurl now supports "uploading" to file:// URLs. +- libcurl now supports "uploading" to file:// URLs. Test 204 and 205 were + added to verify. - Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to Gisle's previous mail. We now use this function, and thus we require libidn |