diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-08 13:11:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-08 13:11:04 +0000 |
commit | dfd1a636b4fa858cd888fbbe0ee467cc6418decb (patch) | |
tree | a48719f10bcbc2233672c1e11a7b0fba73e88614 /RELEASE-NOTES | |
parent | ee337309cfa6d224fc9e01a6c0b2523c28860950 (diff) |
updated
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b64005016..8a1fadc46 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,10 +1,11 @@ -Curl and libcurl 7.11.0. A minor features added release. +Curl and libcurl 7.11.0. A minor-features-added release. The 78th public curl release. Release number 105 counted from the very beginning. This release includes the following changes: + o the new --ftp-pasv overrides a previous --ftpport o CURLOPT_FTPSSL and ftps:// now do ssl over FTP "The Right Way" (the curl tool now features the --ftp-ssl option) o The Windows DLLs are built with an added "resource file" @@ -15,6 +16,10 @@ This release includes the following changes: This release includes the following bugfixes: + o curl-config --feature now shows 'AsynchDNS' when built with ares + o VMS build up-to-date and clarified source code + o resolve bug caused socks5 to fail + o Content-Length: is ignored when getting chunked Transfer-Encoding o POST over proxy to https server failed o improved how libcurl deals with persistant connections over FTP when a transfer fails @@ -48,8 +53,8 @@ advice from friends like these: Kevin Roth, Troels Walsted Hansen, Matt Veenstra, Marty Kuhrt, Benjamin Gerard, Gisle Vanem, Ralph Mitchell, Sébastien Willemijns, Kang-Jin Lee, Peter Sylvester, Siddhartha Prakash Jain, Mathias Axelsson, Maciej - W. Rozycki, Nicolas Croiset, Josh Kapell, Gaz Iqbal, Dave May, Markus Moeller, - James Clancy, - + W. Rozycki, Nicolas Croiset, Josh Kapell, Gaz Iqbal, Dave May, Markus + Moeller, James Clancy, Giuseppe Attardi, swalkaus at yahoo.com, Steve Green, + Marty Kuhrt, Dominick Meglio Thanks! (and sorry if I forgot to mention someone) |