mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
Daniel S (6 June 2007)
- -s/--silent can now be used to toggle off the silence again if used a second time. Daniel S (5 June 2007) - Added Daniel Black's work that adds the first few SOCKS test cases. I also fixed two minor SOCKS problems to make the test cases run fine.
This commit is contained in:
parent
073a6cea45
commit
3b9eefca89
8
CHANGES
8
CHANGES
@ -6,6 +6,14 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel S (6 June 2007)
|
||||||
|
- -s/--silent can now be used to toggle off the silence again if used a second
|
||||||
|
time.
|
||||||
|
|
||||||
|
Daniel S (5 June 2007)
|
||||||
|
- Added Daniel Black's work that adds the first few SOCKS test cases. I also
|
||||||
|
fixed two minor SOCKS problems to make the test cases run fine.
|
||||||
|
|
||||||
Daniel S (31 May 2007)
|
Daniel S (31 May 2007)
|
||||||
- Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.
|
- Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ This release includes the following changes:
|
|||||||
o CURLMOPT_MAXCONNECTS added to curl_multi_setopt()
|
o CURLMOPT_MAXCONNECTS added to curl_multi_setopt()
|
||||||
o upload resume works for file:// URLs
|
o upload resume works for file:// URLs
|
||||||
o asynchronous name resolves now require c-ares 1.4.0 or later
|
o asynchronous name resolves now require c-ares 1.4.0 or later
|
||||||
|
o added SOCKS test cases
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
@ -52,6 +53,7 @@ This release includes the following bugfixes:
|
|||||||
o memory leak when OpenSSL failed PKCS #12 parsing
|
o memory leak when OpenSSL failed PKCS #12 parsing
|
||||||
o FPL-SSL when built with NSS
|
o FPL-SSL when built with NSS
|
||||||
o out-of-boundary write in Curl_select()
|
o out-of-boundary write in Curl_select()
|
||||||
|
o -s/--silent can now be used to toggle off the silence again
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user