mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
mention the recent improvements
This commit is contained in:
parent
291e9aeabd
commit
3e6ae6eeb8
15
CHANGES
15
CHANGES
@ -7,6 +7,21 @@
|
|||||||
Changelog
|
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)
|
Daniel (1 September 2005)
|
||||||
- John Kelly added TFTP support to libcurl. A bunch of new error codes was
|
- 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
|
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to
|
||||||
|
@ -2,8 +2,8 @@ Curl and libcurl 7.14.2
|
|||||||
|
|
||||||
Public curl release number: 90
|
Public curl release number: 90
|
||||||
Releases counted from the very beginning: 117
|
Releases counted from the very beginning: 117
|
||||||
Available command line options: 108
|
Available command line options: 109
|
||||||
Available curl_easy_setopt() options: 123
|
Available curl_easy_setopt() options: 124
|
||||||
Number of public functions in libcurl: 46
|
Number of public functions in libcurl: 46
|
||||||
Amount of public web site mirrors: 25
|
Amount of public web site mirrors: 25
|
||||||
Number of known libcurl bindings: 31
|
Number of known libcurl bindings: 31
|
||||||
@ -11,7 +11,8 @@ Curl and libcurl 7.14.2
|
|||||||
|
|
||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
|
|
||||||
o
|
o --ftp-skip-pasv-ip / CURLOPT_FTP_SKIP_PASV_IP (sponsored by CU*Answers)
|
||||||
|
o TFTP support added
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
@ -24,6 +25,6 @@ Other curl-related news since the previous public release:
|
|||||||
This release would not have looked like this without help, code, reports and
|
This release would not have looked like this without help, code, reports and
|
||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
|
o John Kelly, Nicolas François
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user