From: Daniel Stenberg Date: Fri, 3 Nov 2006 10:56:37 +0000 (+0000) Subject: Update the information about what c-ares version that's required. 1.3.1 had X-Git-Tag: curl-7_16_1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db680edc26587888b3639adc77b4e38188eb6b77;p=curl 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. --- diff --git a/lib/README.ares b/lib/README.ares index 466f9a0ac..b41b70924 100644 --- a/lib/README.ares +++ b/lib/README.ares @@ -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 ============