aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-12 22:18:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-12 22:18:38 +0000
commitd9bd5de0b12b00db813dcfaec2f8f12636b721a1 (patch)
tree3ab0d66ff668eb77edc26792934bdd6bd355553d /CHANGES
parent31c7aa0ba4dfcd69099ed2b669c35d40d05df69c (diff)
Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thru
HTTP proxy.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 3231bcaf2..75128e41f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,9 +7,13 @@
Changelog
Daniel (12 January 2006)
-- Michael Jahn fixed PROXYTUNNEL to work fine when you do ftp through a proxy.
- It would previously overwrite internal memory and cause unpredicted
- behaviour!
+- Michael Jahn:
+
+ Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thru
+ HTTP proxy.
+
+ Fixed PROXYTUNNEL to work fine when you do ftp through a proxy. It would
+ previously overwrite internal memory and cause unpredicted behaviour!
Daniel (11 January 2006)
- I decided to document the "secret option" here now, as I've received *NO*