aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-21 13:46:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-21 13:46:19 +0000
commitdb03d4bdd0aa5b2eaef8fb0987310fe5c0ff0570 (patch)
tree40464558f59ce91404718b5061cba70eb369e85e /CHANGES
parent0ec96e427987e157dfbee57c016c30b671f336f5 (diff)
Ale Vesely fixed CURLOPT_INTERFACE when using a hostname
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c7ac2e2da..0f1a1debc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.