aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-26 08:52:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-26 08:52:43 +0000
commit3dad55d7a839933b84a1c79c0a41dbc5d91f78d7 (patch)
tree454add8bafd79ca2e0407b709f9a3dfddf2fea4c /CHANGES
parent598ffeea891c4cdd644b48477d54ae714cce0291 (diff)
Tor Arntsen figured out that TFTP was broken on a lot of systems since we
called bind() with a too big argument in the 3rd parameter and at least Tru64, AIX and IRIX seem to be very picky about it.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index da333ea35..660229884 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (26 March 2006)
+- Tor Arntsen figured out that TFTP was broken on a lot of systems since we
+ called bind() with a too big argument in the 3rd parameter and at least
+ Tru64, AIX and IRIX seem to be very picky about it.
+
Daniel (21 March 2006)
- David McCreedy added CURLINFO_FTP_ENTRY_PATH.