diff options
author | Frank Meier <frank.meier@ergon.ch> | 2010-06-05 00:29:09 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-06-05 00:31:36 +0200 |
commit | 8098d9417c649272b9d6d2ad76abbde7dfbfcad1 (patch) | |
tree | e1a81f1d49804a97d60c2dc78678f3a5c64925fd /CHANGES | |
parent | 605207a3a60f515c77216922870e086dc8cc7f1b (diff) | |
download | curl-8098d9417c649272b9d6d2ad76abbde7dfbfcad1.tar.gz |
getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel Stenberg (5 June 2010) +- Frank Meier added CURLINFO_PRIMARY_PORT, CURLINFO_LOCAL_IP and + CURLINFO_LOCAL_PORT to curl_easy_getinfo(). + Yang Tse (4 June 2010) - Enabled OpenLDAP support for cygwin builds. This support was disabled back in 2008 due to incompatibilities between OpenSSL and OpenLDAP headers. |