summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-23 08:47:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-23 08:47:20 +0000
commit8ee470aaeb88844fb3af852e44c4089efc2a1f2c (patch)
treef86670ba20033f0f994d5f50c55d7f861bad32d4
parent37e4858cd01b461cb3a155826acc6c7c21a200e4 (diff)
downloadgnurl-8ee470aaeb88844fb3af852e44c4089efc2a1f2c.tar.gz
gnurl-8ee470aaeb88844fb3af852e44c4089efc2a1f2c.tar.bz2
gnurl-8ee470aaeb88844fb3af852e44c4089efc2a1f2c.zip
--proxy-ntlm fix and test case 163
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 568529ed9..29262e27e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,16 @@
Changelog
+Daniel (23 April 2004)
+- I also added test case 163 just to make sure -F "var=<file" works fine and
+ can pass on characters such as newlines, carriage-return and tabs.
+
+- When we added test case 162 without adding the necessary requirement field
+ in the test meta data we could see that curl didn't complain if you used
+ --proxy-ntlm even if the underlying libcurl it uses has no NTLM support! I
+ now made it check this first, and it now exists with a "the installed
+ libcurl version doesn't support this" message if it happens again.
+
Daniel (22 April 2004)
- David Byron found and fixed a small bug with the --fail and authentication
stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and