diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-27 23:46:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-27 23:46:29 +0000 |
commit | 6e38cc9048a2ab2a28dca6cb357b091a3ee4317c (patch) | |
tree | 5dc2a4956d315213016a90a4781882f1472b0472 /RELEASE-NOTES | |
parent | a240f4d1df0775723eadb942a15f3100b44bb2db (diff) |
- Markus Koetter provided a polished and updated version of Chad Monroe's TFTP
rework patch that now integrates TFTP properly into libcurl so that it can
be used non-blocking with the multi interface and more. BLKSIZE also works.
The --tftp-blksize option was added to allow setting the TFTP BLKSIZE from
the command line.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 92bd6ad4f..439e563a5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,7 @@ This release includes the following changes: o support SSL_FILETYPE_ENGINE for client certificate o curl-config can now show the arguments used when building curl + o non-blocking TFTP This release includes the following bugfixes: @@ -26,6 +27,7 @@ This release includes the following bugfixes: o HTTP proxy tunnel re-used connection even if tunnel got disabled o SSL lib post-close write o curl failed to report write errors for tiny failed downloads + o TFTP BLKSIZE This release includes the following known bugs: @@ -36,6 +38,7 @@ advice from friends like these: Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis, Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman, - Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron + Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron, + Markus Koetter, Chad Monroe Thanks! (and sorry if I forgot to mention someone) |