aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-24 23:16:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-24 23:16:22 +0000
commit3d3f056f7efe87c92b90c31e2d1996258f198594 (patch)
tree7f691f02fcf5ccc5f49cc020029f7772e4592a72 /CHANGES
parentc60621c367f99af10cb1acda558f0b53a7903278 (diff)
added some missing items
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1c8202070..4107d1a46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,7 +10,24 @@ Daniel (25 May 2006)
- Michael Wallner provided a patch that allows "SESS" to be set with
CURLOPT_COOKIELIST, which then makes all session cookies get cleared.
+Daniel (24 May 2006)
+- Tor Arntsen made test 271 run fine again since the TFTP path fix.
+
+Daniel (23 May 2006)
+- Martin Michlmayr filed debian bug report #367954, but the same error also
+ showed up in the autobuilds. It seems a rather long-since introduced shell
+ script flaw in the configure script suddenly was detected by the bash
+ version in Debian Unstable. It had previously passed undetected by all
+ shells used so far...
+
+- David McCreedy updated lib/config-tpf.h
+
Daniel (11 May 2006)
+- Fixed the configure's check for old-style SSLeay headers since I fell over a
+ case with a duplicate file name (a krb4 implementation with an err.h
+ file). I converted the check to manually make sure three of the headers are
+ present before considering them fine.
+
- David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended
checks on the to-be-returned socket to make sure it truly seems to be alive
and well. For SSL connection it (only) uses OpenSSL functions.