aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-27 12:24:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-27 12:24:22 +0000
commit012c4ee1fa66f19a917ad389472fda88f83aaa89 (patch)
treeb7fba401534efe505a96d9ae74f5f6b01717cc73 /CHANGES
parent426954ff9594051e4d924a368a778c7e22147a1c (diff)
James Clancy updated the Borland makefiles
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index b4e34de56..2feb0a12e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,13 +8,15 @@
Daniel (27 November)
-- Markus Moeller improvied the SPNEGO detection in the configure script.
+- James Clancy made the Borland Makefiles up to date.
+
+- Markus Moeller improved the SPNEGO detection in the configure script.
Daniel (25 November)
- 'Dave' filed bug report #848371, identifying that if you'd do POST over a
proxy to a https server, libcurl didn't POST at all, it just made a GET! It
- turned out to be because libcurl wronly didn't consider the authentication
- "negotitation phase" to be complete yet.
+ turned out to be because libcurl wrongly didn't consider the authentication
+ "negotiation phase" to be complete yet.
I added test case 95 to verify my fix for this.