From fd96a2af3431c45ca00ba62b6f88004c89e5ce16 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Tue, 30 Mar 2004 06:42:12 +0000 Subject: [PATCH] David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely even with authentcations such as NTLM or Digest enabled. Test cases 150, 151 and 152 were added to verify the functionality. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index eb2b730708..f0a9909fc8 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,11 @@ Changelog +Daniel (30 March 2004) +- David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely + even with authentcations such as NTLM or Digest enabled. Test cases 150, 151 + and 152 were added to verify the functionality. + Daniel (29 March 2004) - Gisle Vanem updated files for the djgpp/MS-DOS build. -- GitLab