diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-11 01:12:17 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-11 01:12:17 +0000 |
commit | 707828b71af1d155206cf7039569e9cffb110649 (patch) | |
tree | 093d31316eaab4658215ef7a5f9c3d9404ee9cf5 /CHANGES | |
parent | 8f440371334032805ab5521e60a77e0d840630f7 (diff) |
Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)
Daniel Fandrich noticed that curl_addrinfo was also missing in the build
process of other four non-configure platforms. Added now.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Yang Tse (11 Nov 2008) +- Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) + Daniel Fandrich noticed that curl_addrinfo was also missing in the build + process of other four non-configure platforms. Added now. + Daniel Fandrich (7 Nov 2008) - The getifaddrs() version of Curl_if2ip() crashed when used on a Linux system with a TEQL load-balancing device configured, which doesn't |