diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-08 10:00:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-08 10:00:21 +0000 |
commit | 437afe07672c567df46d804b777dd8303d066d23 (patch) | |
tree | 90b1186da310b5b480e3c831b2ae65e60452c166 /CHANGES | |
parent | 0ab2dff69ce7da9964bd8060d8f8d71799048d74 (diff) | |
download | curl-437afe07672c567df46d804b777dd8303d066d23.tar.gz |
curl-config now shows asyncdns if built with ares enabled
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ Changelog +Daniel (8 December) +- Based on a patch from Dominick Meglio, curl-config --feature now outputs + 'AsynchDNS' as a feature if libcurl was built with ares. The feature name + is the same that 'curl -V' outputs, for simplicity. + Daniel (3 December) - Marty Kuhrt made the build up-to-date on VMS, and moved most of the VMS- specific stuff in the client code to a separate header file. |