aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-02 18:03:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-02 18:03:38 +0000
commite64e9d7fed808f66fc22543a07f47c3e82f36bd4 (patch)
treea946eb534a60bcfa1a867e7e6994fd1492c2df63 /CHANGES
parentad5ead8bed7390d3a1ed3a37fa60cc90bdc73a8e (diff)
--ftp-pasv
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3724829c0..14366a792 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
Daniel (2 December)
+- --ftp-pasv was added, which serves the only purpose of overriding a
+ previously set --ftpport option. Starting now, --ftp-port is a recognized
+ alias for --ftpport for consistency.
+
- Giuseppe Attardi pointed out that we should use MSG_NOSIGNAL when we use
send() and recv(). I added checks for the define in the configure script and
adjusted the code accordingly. If the symbol is present, we won't attempt