David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 Mar 2004 06:42:12 +0000 (06:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Mar 2004 06:42:12 +0000 (06:42 +0000)
even with authentcations such as NTLM or Digest enabled. Test cases 150, 151
and 152 were added to verify the functionality.

CHANGES

diff --git a/CHANGES b/CHANGES
index eb2b730..f0a9909 100644 (file)
--- 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.