mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:03:40 +03:00
- Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that then
make CURLOPT_PROXYUSERPWD sort of deprecated. The primary motive for adding these new options is that they have no problems with the colon separator that the CURLOPT_PROXYUSERPWD option does.
This commit is contained in:
parent
f720e0ac0f
commit
a9a4300a36
8 changed files with 99 additions and 47 deletions
|
|
@ -2,7 +2,7 @@ Curl and libcurl 7.19.1
|
|||
|
||||
Public curl releases: 107
|
||||
Command line options: 128
|
||||
curl_easy_setopt() options: 156
|
||||
curl_easy_setopt() options: 158
|
||||
Public functions in libcurl: 58
|
||||
Known libcurl bindings: 37
|
||||
Contributors: 672
|
||||
|
|
@ -16,6 +16,7 @@ This release includes the following changes:
|
|||
o configure --disable-proxy disables proxy
|
||||
o Added CURLOPT_USERNAME and CURLOPT_PASSWORD
|
||||
o --interface now works with IPv6 connections on glibc systems
|
||||
o Added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue