diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-24 15:46:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-24 15:46:01 +0000 |
commit | 15d41dfbcd2e4e89a0aa7341f6fea0fbac695be1 (patch) | |
tree | 4445c06a4db0ebe7c361f068d13cb0d7ec557bc3 /RELEASE-NOTES | |
parent | bc01ad5b9e08358aa8dc684faa24af0246fcb055 (diff) |
somewhat up to speed with the devel
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 267f8ae4c..7fcac24c5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,10 +1,11 @@ -Curl and libcurl 7.10.9. A bugfix 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 CURLOPT_FTPSSL and ftps:// now do ssl over FTP "The Right Way" o The Windows DLLs are built with an added "resource file" o New LIBCURL_VERSION_* defines for easier checking version number o Included Mac OS X 'framework' makefile in the release archive @@ -13,6 +14,11 @@ This release includes the following changes: This release includes the following bugfixes: + o improved how libcurl deals with persistant connections over FTP when a + transfer fails + o accessing a proxy that requires Basic auth without password caused a hang + o a free free-twice problem in the server certificate code + o minor memory leak when using ranges on persistant connections o formpost parts sending files with .html extensions now use "Content-Type: text/html" o formpost parts now default to "Content-Type: application/octet-stream" @@ -39,6 +45,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 + Peter Sylvester, Siddhartha Prakash Jain, Mathias Axelsson, Maciej + W. Rozycki, Nicolas Croiset, Josh Kapell, Gaz Iqbal + Thanks! (and sorry if I forgot to mention someone) |