This commit is contained in:
Daniel Stenberg 2005-03-16 22:03:55 +00:00
parent 4a6cc54eb5
commit b5d97b3d94
2 changed files with 7 additions and 1 deletions

View File

@ -16,6 +16,9 @@ Daniel (16 March 2005)
address that is then passed on and used. address that is then passed on and used.
Daniel (15 March 2005) 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 - 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 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. address that is way bad. In 238 EPSV gets a port that is way out of range.

View File

@ -5,7 +5,7 @@ Curl and libcurl 7.13.2
Available command line options: 105 Available command line options: 105
Available curl_easy_setopt() options: 122 Available curl_easy_setopt() options: 122
Number of public functions in libcurl: 46 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 Number of known libcurl bindings: 31
This release includes the following changes: This release includes the following changes:
@ -16,6 +16,7 @@ This release includes the following changes:
This release includes the following bugfixes: 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 the so name issue for the LDAP library dynamic load
o crash when using SOCKS4 proxy o crash when using SOCKS4 proxy
o a debug printf() was removed 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: Other curl-related news since the previous public release:
o pycurl 7.13.1 http://pycurl.sf.net 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 This release would not have looked like this without help, code, reports and
advice from friends like these: advice from friends like these: