From 168fb3a8d89bd83c926f3fa2314e064294ebff0b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 2 Apr 2009 18:50:39 +0000 Subject: Fix curl_off_t definition for builds done using Sun compilers and a non-configured libcurl. In this case curl_off_t data type was gated to the off_t data type which depends on the _FILE_OFFSET_BITS. This configuration is exactly the unwanted configuration for our curl_off_t data type which must not depend on such setting. This breaks ABI for libcurl libraries built with Sun compilers which were built without having run the configure script with _FILE_OFFSET_BITS different than 64 and using the ILP32 data model. --- RELEASE-NOTES | 1 + 1 file changed, 1 insertion(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d211b2fef..b3388b219 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,6 +24,7 @@ This release includes the following bugfixes: o missing Curl_read() and write callback result checking in TELNET transfers o more ciphers enabled in libcurl built to use NSS o properly return an error code in curl_easy_recv + o fixed curl_off_t definition for non-configured builds with Sun compilers This release includes the following known bugs: -- cgit v1.2.3