mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
more
This commit is contained in:
parent
4a6cc54eb5
commit
b5d97b3d94
3
CHANGES
3
CHANGES
@ -16,6 +16,9 @@ Daniel (16 March 2005)
|
||||
address that is then passed on and used.
|
||||
|
||||
Daniel (15 March 2005)
|
||||
- Dan Fandrich made the code properly use the uClibc's version of
|
||||
inet_ntoa_r() when built with it.
|
||||
|
||||
- Added test 237 and 238: test EPSV and PASV response handling when they get
|
||||
well- formated data back but using illegal values. In 237 PASV gets an IP
|
||||
address that is way bad. In 238 EPSV gets a port that is way out of range.
|
||||
|
@ -5,7 +5,7 @@ Curl and libcurl 7.13.2
|
||||
Available command line options: 105
|
||||
Available curl_easy_setopt() options: 122
|
||||
Number of public functions in libcurl: 46
|
||||
Amount of public web site mirrors: 18
|
||||
Amount of public web site mirrors: 20
|
||||
Number of known libcurl bindings: 31
|
||||
|
||||
This release includes the following changes:
|
||||
@ -16,6 +16,7 @@ This release includes the following changes:
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
o inet_ntoa_r() when built with uClibc
|
||||
o the so name issue for the LDAP library dynamic load
|
||||
o crash when using SOCKS4 proxy
|
||||
o a debug printf() was removed
|
||||
@ -26,6 +27,8 @@ This release includes the following bugfixes:
|
||||
Other curl-related news since the previous public release:
|
||||
|
||||
o pycurl 7.13.1 http://pycurl.sf.net
|
||||
o http://curl.tolix.org is a new Californian mirror
|
||||
o http://curl.seekmeup.com/ is a new mirror in US Texas
|
||||
|
||||
This release would not have looked like this without help, code, reports and
|
||||
advice from friends like these:
|
||||
|
Loading…
Reference in New Issue
Block a user