aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-10-04 21:26:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-10-04 21:26:26 +0000
commit6dd6b4d1faae3105b0414f233d3de199826f2e6a (patch)
tree5296ad776cbc33c2ac50b950fcbf095cbbc861ac /CHANGES
parent67d94514b0d1501832a52fd42db8f5a41151d7f5 (diff)
I enabled test 1009 and made the --local-port use a wide range to reduce the
risk of failures.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9fedb041f..5b2689220 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel S (4 October 2007)
+- I enabled test 1009 and made the --local-port use a wide range to reduce the
+ risk of failures.
+
- Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.
This happened because the tftp code always uncondionally did a bind()
without caring if one already had been done and then it failed. I wrote a