diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-03 14:39:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-03 14:39:47 +0000 |
commit | 23ef66f33a18eaec21b3c9307209def44e0fe635 (patch) | |
tree | e1c04084df8b8ef97666c4340d35a363a80e6f02 | |
parent | 2479e06848a7625b1b55511b43f86abc3a76c93d (diff) |
largefile bit for the version_info and now winsock 1.1 only
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4b797cf01..6f8847d19 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -7,6 +7,9 @@ Curl and libcurl 7.11.1. A bugfix release. This release includes the following changes: + o CURL_VERSION_LARGEFILE is a feature bit returned by libcurls that feature + large file support + o libcurl only requires winsock 1.1 on windows now o when doing FTP, curl now sends QUIT before disconnecting o name resolves can now timeout on windows too o $HOME is now recognized better when looking for .netrc files |