diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-26 22:43:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-26 22:43:06 +0000 |
commit | 0516ce7786e9500c2e447d48aa9b3f24a6ca70f9 (patch) | |
tree | dfa3ecea7658d50e0cb11b77074a5ad21699a854 /RELEASE-NOTES | |
parent | bb86462ed77ac82667c91c93705210b67d739e6e (diff) |
- Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an app
to set desired block size to use for TFTP transfers instead of the default
512 bytes.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2684c8483..8eab2378c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -12,6 +12,7 @@ This release includes the following changes: o Added CURLOPT_NOPROXY and the corresponding --noproxy o the OpenSSL-specific code disables TICKET (rfc5077) which is enabled by default in openssl 0.9.8j + o Added CURLOPT_TFTP_BLKSIZE This release includes the following bugfixes: @@ -27,6 +28,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta, - Peter Sylvester + Peter Sylvester, Chad Monroe Thanks! (and sorry if I forgot to mention someone) |