diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-08 13:17:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-08 13:17:53 +0000 |
commit | 108434b95ca1bd648e4600af9aaf75272eee5397 (patch) | |
tree | 9203ad5832008266bbcc0bfd1dde1a3674dc1818 | |
parent | c30cb73a5bc577f7ae6122137e4b8e99e6208231 (diff) |
the largefile for version_info fix
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Version 7.11.1-pre1 (8 March 2004) + +Daniel (8 March 2004) +- Minor fix to make curl CURL_VERSION_LARGEFILE is only set if curl_off_t is + larger than 4 bytes. + Daniel (4 March 2004) - Improved PUT/POST with NTLM/Digest authentication, the so called issue 12. |