aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-22 21:21:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-22 21:21:01 +0000
commitd792937686dac6a0a5217a589d8a2ba3ec083f51 (patch)
tree7f226b7b2b8e5996bf9f8126642a2891fe2a0565 /CHANGES
parentbac66ec26ba60e371afd811214f5462ff7402789 (diff)
Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTP
code when doing pure ipv6 EPRT connections.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 470039344..ceffd3609 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (22 August 2006)
+- Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTP
+ code when doing pure ipv6 EPRT connections.
+
Daniel (19 August 2006)
- Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
command on subsequent requests on a re-used connection unless it has to.