]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Sync up with reality
authorYang Tse <yangsita@gmail.com>
Fri, 1 Aug 2008 03:17:38 +0000 (03:17 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 1 Aug 2008 03:17:38 +0000 (03:17 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index dd5393551f402243fa91d0593ab62a8aea0929de..f2dba5c1b9695c2c9cc4e693fc0e6010c267ecb4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@
 
                                   Changelog
 
+Yang Tse (1 Aug 2008)
+- Configure process now checks if the preprocessor _REENTRANT symbol is already
+  defined. If it isn't currently defined a set of checks are performed to test
+  if its definition is required to make visible to the compiler a set of *_r
+  functions. Finally, if _REENTRANT is already defined or needed it takes care
+  of making adjustments necessary to ensure that it is defined equally for the
+  configure process tests and generated config file.
+
 Daniel Fandrich (31 Jul 2008)
 - Fixed parsing of an IPv6 proxy address to support a scope identifier,
   as well as IPv4 addresses in IPv6 format. Also, better handle the case
index 353b4c643727565d56184953345d7dc1b8e88b57..a0ddeaf42dc464fe5fa3f444e01e225d737e0db5 100644 (file)
@@ -42,6 +42,7 @@ This release includes the following bugfixes:
  o CURLINFO_SSL_VERIFYRESULT is fixed
  o FTP URLs and IPv6 URLs mangled when sent to proxy with CURLOPT_PORT set
  o a user name in a proxy URL without a password was parsed incorrectly
+ o library will now be built with _REENTRANT symbol defined only if needed
 
 This release includes the following known bugs: