minor edits

This commit is contained in:
Daniel Stenberg
2004-05-28 11:16:09 +00:00
parent aca79af7de
commit 1de1dc7314
2 changed files with 11 additions and 4 deletions

View File

@@ -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

View File

@@ -6,7 +6,7 @@ Curl and libcurl 7.12.0.
Available curl_easy_setopt() options: 113
Number of public functions in libcurl: 36
A special thanks to the recent project sponsors:
A special thanks to:
archivas.com and Alan Pinstein, for paying me to focus on their requests
@@ -52,7 +52,7 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Gisle Vanem, Tommy Tam, Luca Altea, James Bursa, Mihai Ionescu, Michael
Benedict, Andr<64>s Garc<72>a, Joe Halpin, Seshubabu Pasam, Peter Sylvester,
Robert D. Young, Jesse Noller, David Byron, Massimiliano Ziccardi
Benedict, Andr<64>s Garc<72>a, Joe Halpin, Seshubabu Pasam, Peter Sylvester, Robert
D. Young, Jesse Noller, David Byron, Massimiliano Ziccardi, Mohun Biswas
Thanks! (and sorry if I forgot to mention someone)