diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-10-16 20:21:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-10-16 20:21:22 +0000 |
commit | a9a4300a367a4beeef0674240e6721d68f1b1ae3 (patch) | |
tree | 9d00fc2acae45e420f322395e4f4e22df6e24138 /CHANGES | |
parent | f720e0ac0f1c9db0bbfbfe441a9983427ebb2429 (diff) |
- 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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (16 Oct 2008) +- 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. + Daniel Stenberg (15 Oct 2008) - Pascal Terjan filed bug #2154627 (http://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl |