aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-17 21:40:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-17 21:40:08 +0000
commit8479785620e17ec64e51765d4d54d74e574c23b1 (patch)
treeb284ea0d10ece7d0333c01ae9fa1a22e1f0ffe33 /CHANGES
parent0427e94465661ef1b8127c3cd483dc5ffab04f2a (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 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d8970714e..748597619 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
\___|\___/|_| \_\_____|
Changelog
+Daniel S (17 May 2007)
+- 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.
+
Dan F (16 May 2007)
- Added support for compiling under Minix 3.1.3 using ACK.