Skip to content
Snippets Groups Projects
Commit b5d97b3d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

more

parent 4a6cc54e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment