diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-09 12:44:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-09 12:44:11 +0000 |
commit | 3680a2f6f569bbab0923e2a095ac95206bf0ffb3 (patch) | |
tree | ad14e52ee60434ced80ca895398c3e1ecbfffddf | |
parent | 1946058e7bf2b39c45f53d39dd67b043f948008e (diff) |
mention the other TFTP cleanup sweep from yday
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e130302eb..5fe37afd8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,10 +16,11 @@ This release includes the following changes: o curl_multi_socket() API added (still mostly untested) o conversion callback options for EBCDIC <=> ASCII conversions o added CURLINFO_FTP_ENTRY_PATH - o less blocking for the multi interface during SSL connect negotiation + o less blocking for the multi interface during (Open)SSL connect negotiation This release includes the following bugfixes: + o numerous bugs fixed in the TFTP code o possible memory leak when adding easy handles to multi stack o TFTP works in a more portable fashion (== on more platforms) o WSAGetLastError() is now used (better) on Windows |