2
0
mirror of https://github.com/curl/curl.git synced 2025-04-24 16:40:32 +08:00

Update the information about what c-ares version that's required. 1.3.1 had

a fatal bug so we must require 1.3.2 to get flawless functionality with c-ares.
This commit is contained in:
Daniel Stenberg 2006-11-03 10:56:37 +00:00
parent e6ce80458f
commit db680edc26

@ -12,11 +12,11 @@ c-ares:
http://daniel.haxx.se/projects/c-ares/
NOTE
libcurl 7.11.1 builds with c-ares 1.1.0, but 7.11.2 and later require c-ares
1.2.0 or alter.
The latest libcurl version requires c-ares 1.3.2 or later to work
flawlessly.
Once upon the time libcurl built fine with the "original" ares. That is no
longer true. You need to use c-ares. c-ares is based on ares but improved.
longer true. You need to use c-ares.
Build c-ares
============