aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4883cea16..9611e4f78 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
Daniel (9 February 2005)
+- David Byron fixed his SSL problems, initially mentioned here:
+ http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use
+ SSL_pending() as we should.
+
- Converted lots of FTP code to a statemachine, so that the multi interface
doesn't block while communicating commands-responses with an FTP server.