diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-17 21:40:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-17 21:40:08 +0000 |
commit | 8479785620e17ec64e51765d4d54d74e574c23b1 (patch) | |
tree | b284ea0d10ece7d0333c01ae9fa1a22e1f0ffe33 /RELEASE-NOTES | |
parent | 0427e94465661ef1b8127c3cd483dc5ffab04f2a (diff) |
Feng Tu pointed out a division by zero error in the TFTP connect timeout
code for timeouts less than fice seconds, and also provided a fix for it.
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 cc9053c87..a99410c8c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -43,6 +43,7 @@ This release includes the following bugfixes: o better handling of out of memory conditions o overwriting an uploaded file with sftp now truncates it first o SFTP quote commands chmod, chown, chgrp can now set a value of 0 + o TFTP connect timouts less than 5 seconds This release includes the following known bugs: @@ -67,6 +68,6 @@ advice from friends like these: Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil, James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman, Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström, - Anders Gustafsson, James Bursa, Kristian Gunstone + Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu Thanks! (and sorry if I forgot to mention someone) |