diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-15 11:04:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-15 11:04:21 +0000 |
commit | 557e95c0a337a9ae6ea782b5b042a9a94a0743a7 (patch) | |
tree | a439ab13d5d69ae51978f1dc54b4ae28c80fecd6 /RELEASE-NOTES | |
parent | 0a83fa90bb600220f8578569cf2aec8414a4a5e1 (diff) |
post with auth problems fixed
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c53b4508f..89fd3fa4d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,8 @@ This release includes the following changes: This release includes the following bugfixes: + o fixed HTTP POST or PUT with Digest/Negotiate/NTLM when the server didn't + require any authentication o win32 file:// transfer free memory bug o configure --disable-http builds a libcurl without HTTP support o CURLOPT_FILETIME had wrong type, it expects a long argument @@ -28,12 +30,14 @@ Other curl-related news since the previous public release: o James Hu took over after Kevin Roth as maintainer of the curl package on cygwin. Many saludos to Kevin for a work well done during many years. + o Gambas binding for libcurl: http://gambas.sf.net/ o pycurl 7.12.0 was released http://pycyrl.sf.net/ This release would not have looked like this without help, code, reports and advice from friends like these: Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger, - Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam + Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam, + Luca Alteas Thanks! (and sorry if I forgot to mention someone) |