aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-30 06:42:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-30 06:42:12 +0000
commitfd96a2af3431c45ca00ba62b6f88004c89e5ce16 (patch)
tree1c7b3a54bfc1a852a46693333d4a2c25c31bf301
parenta90cd1a45ca89b285ee41c371620c6a6db43cd88 (diff)
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.
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eb2b73070..f0a9909fc 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.