mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
minor edits
This commit is contained in:
parent
aca79af7de
commit
1de1dc7314
9
CHANGES
9
CHANGES
@ -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
|
||||
|
@ -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és García, Joe Halpin, Seshubabu Pasam, Peter Sylvester,
|
||||
Robert D. Young, Jesse Noller, David Byron, Massimiliano Ziccardi
|
||||
Benedict, Andrés Garcí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)
|
||||
|
Loading…
Reference in New Issue
Block a user