summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-09-01 14:27:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-09-01 14:27:24 +0000
commit558f03400727d2f4db42f4e6fec2bb13e299b6fb (patch)
tree0fd0344a0ba35f08cc73371fb4880d8746d18e4b
parent72ea805298397dc6e53e125f95de0aae345feb5b (diff)
downloadgnurl-558f03400727d2f4db42f4e6fec2bb13e299b6fb.tar.gz
gnurl-558f03400727d2f4db42f4e6fec2bb13e299b6fb.tar.bz2
gnurl-558f03400727d2f4db42f4e6fec2bb13e299b6fb.zip
mention the curl_off_t changes first
-rw-r--r--RELEASE-NOTES3
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