aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-08 13:17:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-08 13:17:53 +0000
commit108434b95ca1bd648e4600af9aaf75272eee5397 (patch)
tree9203ad5832008266bbcc0bfd1dde1a3674dc1818
parentc30cb73a5bc577f7ae6122137e4b8e99e6208231 (diff)
the largefile for version_info fix
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b4c4915ec..2fd93151b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.