aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-31 04:05:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-31 04:05:03 +0000
commite6eb49e7e0b6f0895fac8de07a928c292b738a37 (patch)
tree8d5182b84a8469eb9c3fca13dc816bcff682ebc5 /CHANGES
parent9a075f53dc0179e516b59f0039d135b0d39f7b2e (diff)
10 days of fixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES33
1 files changed, 33 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 83303434a..ec380392b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,39 @@
Changelog
+Daniel (31 Mar)
+- Frankie Fong reported a problem with libcurl if you re-used an easy handle
+ with a proxy, and you first made a https:// connction to a host and then
+ switched to a http:// one to the same host. libcurl would then wrongly re-use
+ the same connection for it and fail to get the second URL properly
+
+Daniel (29 Mar)
+- Dan Shearer's fix that makes curl complain if invoked with nothing but "curl
+ -O" was applied.
+
+Daniel (26 Mar)
+- Bryan Kemp was friendly enough to lend me an account on his Redhat 9 box and
+ I could fix the configure problems on redhat 8.1 and 9 in no time thanks to
+ this. Thanks a bunch Bryan!
+
+Daniel (25 Mar)
+- Renamed configure.in to configure.ac
+
+Version 7.10.4-pre5 (25 Mar 2003)
+
+Daniel (25 Mar)
+- Richard Bramante provided a fix for a handle re-use problem seen when you
+ change options on an SSL-enabled connection between requests. Previously,
+ changing peer verification or host verification and similar things was not
+ taken into account when a connection were checked for re-use and thus
+ enabling stricter check between requests on a re-used connection made no
+ difference and the connection would thus be used erroneously.
+
+Daniel (24 Mar)
+- Götz Babin-Ebell pointed out that the ca-bundle.crt file contained a
+ certificate from Trustcenter that was a demo certificate only that was never
+ indended to be part of a CA bundle.
+
Daniel (21 Mar)
- Life is a mystery. Within a time period of 17 hours, Tim Pope and Michael
Churchill filed one bug report each, both identifying problems with a second