diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-21 13:46:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-21 13:46:19 +0000 |
commit | db03d4bdd0aa5b2eaef8fb0987310fe5c0ff0570 (patch) | |
tree | 40464558f59ce91404718b5061cba70eb369e85e /CHANGES | |
parent | 0ec96e427987e157dfbee57c016c30b671f336f5 (diff) |
Ale Vesely fixed CURLOPT_INTERFACE when using a hostname
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,7 +6,14 @@ Changelog +Daniel (21 April 2006) +- Ale Vesely fixed CURLOPT_INTERFACE when using a hostname. + Daniel (19 April 2006) +- Based on previous info from Tor Arntsen, I made configure detect the Intel + ICC compiler to add a compiler option for it, in order for configure to + properly be able to detect function prototypes. + - Robson Braga Araujo provided a patch that makes libcurl less eager to close the control connection when using FTP, for example when you remove an easy handle from a multi stack. |