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 Changelog
Daniel (26 May 2004) 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, - David Byron reported a problem with proxy authentication when doing CONNECT,
like when accessing HTTPS sites wiht a proxy. This probably broke when I like when accessing HTTPS sites wiht a proxy. This probably broke when I
rewrote the auth stuff recently. 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) Daniel (25 May 2004)
- Massimiliano Ziccardi updated the MSVC makefiles. - Massimiliano Ziccardi updated the MSVC makefiles.
Daniel (24 May 2004) 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 - 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 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 Available curl_easy_setopt() options: 113
Number of public functions in libcurl: 36 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 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: advice from friends like these:
Gisle Vanem, Tommy Tam, Luca Altea, James Bursa, Mihai Ionescu, Michael Gisle Vanem, Tommy Tam, Luca Altea, James Bursa, Mihai Ionescu, Michael
Benedict, Andr<64>s Garc<72>a, Joe Halpin, Seshubabu Pasam, Peter Sylvester, Benedict, Andr<64>s Garc<72>a, Joe Halpin, Seshubabu Pasam, Peter Sylvester, Robert
Robert D. Young, Jesse Noller, David Byron, Massimiliano Ziccardi D. Young, Jesse Noller, David Byron, Massimiliano Ziccardi, Mohun Biswas
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)