summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-15 16:43:39 +0000
committerYang Tse <yangsita@gmail.com>2008-07-15 16:43:39 +0000
commite5e2cd5659c14c832595aaf03f947382c216d109 (patch)
tree6c31520d3aedbe66df37514c00c4b401bd9adc19 /CHANGES
parent2265b9281c8172709a90ccab4255e74527a24841 (diff)
downloadc-ares-e5e2cd5659c14c832595aaf03f947382c216d109.tar.gz
c-ares-e5e2cd5659c14c832595aaf03f947382c216d109.tar.bz2
c-ares-e5e2cd5659c14c832595aaf03f947382c216d109.zip
Allow --enable-largefile and --disable-largefile configurations.
Configure process no longer needs nor checks size of curl_off_t. Library will now be built with _REENTRANT symbol defined.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index deed11d..a937853 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
Changelog for the c-ares project
+* Jul 15 2008 (Yang Tse)
+- Introduce definition of _REENTRANT symbol in setup.h to improve library
+ usability. Previously the configure process only used the AC_SYS_LARGEFILE
+ macro for debug builds, now it is also used for non-debug ones enabling the
+ use of configure options --enable-largefile and --disable-largefile which
+ might be needed for library compatibility. Remove checking the size of
+ curl_off_t, it is no longer needed.
+
* Jul 3 2008 (Daniel Stenberg)
- Phil Blundell: If you ask ares_gethostbyname() to do an AF_INET6 lookup and
the target host has only A records, it automatically falls back to an