diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 10:56:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 10:56:37 +0000 |
commit | db680edc26587888b3639adc77b4e38188eb6b77 (patch) | |
tree | 4d432fdf7ddeddb9ed241fe0a25e80a98425274d /lib/README.ares | |
parent | e6ce80458ffd0f91d9defaad011d7615fbce1eb7 (diff) | |
download | curl-db680edc26587888b3639adc77b4e38188eb6b77.tar.gz |
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.
Diffstat (limited to 'lib/README.ares')
-rw-r--r-- | lib/README.ares | 6 |
1 files changed, 3 insertions, 3 deletions
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 ============ |