diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-01 14:27:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-01 14:27:24 +0000 |
commit | 558f03400727d2f4db42f4e6fec2bb13e299b6fb (patch) | |
tree | 0fd0344a0ba35f08cc73371fb4880d8746d18e4b /RELEASE-NOTES | |
parent | 72ea805298397dc6e53e125f95de0aae345feb5b (diff) |
mention the curl_off_t changes first
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fc3899354..076e1bfff 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -8,6 +8,9 @@ Curl and libcurl 7.19.0 Contributors: 654 This release includes the following changes: + + o curl_off_t gets its size/typedef somewhat differently than before. This _may_ + cause an ABI change for you. See lib/README.curl_off_t for a full explanation. o Added CURLINFO_PRIMARY_IP o Added CURLOPT_CRLFILE and CURLE_SSL_CRL_BADFILE |