Commit db680edc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent e6ce8045
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
============