aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-04 22:10:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-04 22:10:03 +0000
commit3e6ae6eeb80e71eda0860e80bc40f7bb0ef2d3dd (patch)
tree396ed632125203e6ca1c49ff77668062f7cd6f05 /CHANGES
parent291e9aeabdf32c61dc3d42db60e7274141927fc6 (diff)
mention the recent improvements
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7b209cb88..be0696565 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,21 @@
Changelog
+Daniel (4 September 2005)
+- I applied Nicolas François' man page patch he posted to the Debian bug
+ tracker. It corrected two lines that started with apostrophes, which isn't
+ legal nroff format.
+
+- Added --ftp-skip-pasv-ip to the command line tool, that sets the new
+ CURLOPT_FTP_SKIP_PASV_IP option. It makes libcurl re-use the control
+ connection's IP address when setting up the data connection instead of
+ extractting the IP address from the PASV response. It has turned out this
+ feature is frequently needed by people to circumvent silly servers and silly
+ firewalls, especially when FTPS is used and the PASV command-response is
+ sent encrtyped.
+
+ Sponsored by CU*Answers
+
Daniel (1 September 2005)
- John Kelly added TFTP support to libcurl. A bunch of new error codes was
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to