aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-07 09:37:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-07 09:37:57 +0000
commit3552775b52e5b6a8f22dfb86eb502cb88a7abbec (patch)
tree2939cb879677ca08f8d4e563eeb511857a0302dc
parent818a632e80936067130a41d592e7af69c850c110 (diff)
moo
-rw-r--r--CHANGES17
1 files changed, 8 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index f270e178a..9c000463d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,11 +7,10 @@
History of Changes
Daniel (6 November 2001)
-- We got bug report #478780 posted, which very correctly pointed out two bad
- timeouet things in libcurl: we didn't restore the sigaction struct (alarm
- handler for the SIGALRM) nor did we restore the previous alarm() timeout
- that could've been set by a "parent" process or similar. We do that now
- though! The reporter was anonymous.
+- Enrik Berkhan posted bug report #478780, in which he very correctly pointed
+ out two bad timeout matters in libcurl: we didn't restore the sigaction
+ struct (the alarm handler for SIGALRM) nor did we restore the previous
+ alarm() timeout that could've been set by a "parent" process or similar.
- Kevin Roth made the cygwin binary get stripped before install.
@@ -21,8 +20,8 @@ Daniel (5 November 2001)
Unfortunately, I can't enable the -Wstrict-prototypes in my debug builds
though, as gcc then complains like crazy on OpenSSL include files... :-(
-- John Lask provided SSL over HTTP proxy fixes (that I didn't quite agree on,
- we need to work on this).
+- John Lask provided SSL over HTTP proxy fixes. They'll need some tweaking
+ to work on all platforms.
- John Lask added the -1/--TLSv1 options that forces SSL into using TLS
version 1 when speaking HTTPS.
@@ -30,8 +29,8 @@ Daniel (5 November 2001)
- John Lask brought a brand new VC++ makefile for the lib directory, that
works a lot better than the previous!
-- Ramana Mokkapati brought some clever insights on the LDAP failures, and his
- suggested changes are now applied.
+- Ramana Mokkapati brought some clever insights on the LDAP failures (bug
+ report #475407), and his suggested changes are now applied.
Version 7.9.1