From: Daniel Stenberg Date: Mon, 19 May 2003 13:14:26 +0000 (+0000) Subject: support user name and password in proxy environment variables X-Git-Tag: curl-7_10_6~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ee1177206157ea3d0a3e514a3a504ff59b18270;p=curl support user name and password in proxy environment variables --- diff --git a/CHANGES b/CHANGES index 8caf62b4e..c5bfa2355 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,11 @@ Changelog +Daniel (19 May) +- As requested by Martin Michlmayr in Debian bug report #193630, libcurl now + supports user name and password in the proxy environment variables. Added + test case 63 to verify this. + Version 7.10.5 (19 May 2003) Daniel (15 May)