From: Daniel Stenberg Date: Wed, 14 Jan 2004 09:07:24 +0000 (+0000) Subject: Curl_resolv fix X-Git-Tag: curl-7_11_0~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a70d686eede5b5a8fb3d7b9f35611eac180fd51;p=curl Curl_resolv fix --- diff --git a/CHANGES b/CHANGES index 3be7a475f..e9a0da4ee 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Changelog +Daniel (14 January 2004) +- Vincent Bronner fixed the Curl_resolv() return code. This looks like the same + fix Steve Green provided on december 3... ? + Daniel (13 January 2004) - Luke Call made the win32 version of the password prompting function support backspace.