diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 22:37:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 22:37:31 +0000 |
commit | 1109a4a629f3d0ef624e48d03b7f479dd2bb01a4 (patch) | |
tree | bdad88482da14cba6981fc1a685e18739d1ed5ca | |
parent | 2d01740e1af25696f40f55ff369ee65ab6e171b7 (diff) |
mr Meyer brought large file support
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 22c2f8e46..3a32cd8dd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -5,6 +5,8 @@ beginning. This release includes the following changes: + o large file support was added. Use one of the new options: INFILESIZE_LARGE, + RESUME_FROM_LARGE and MAXFILESIZE_LARGE 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) @@ -66,6 +68,7 @@ advice from friends like these: Peter Sylvester, Siddhartha Prakash Jain, Mathias Axelsson, Maciej 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, Diego Casorran, David Byron, John McGowan + Marty Kuhrt, Dominick Meglio, Diego Casorran, David Byron, John McGowan, + David J Meyer Thanks! (and sorry if I forgot to mention someone) |