From 1f26870d16a7827027cdaeaf5dc5712adfcf0673 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Sun, 27 Jan 2008 13:19:46 +0000 Subject: [PATCH] Updated recent changes. git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@207 bc163920-b10d-0410-b2c5-a5491ca2ceef --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index a4fcbe0..e0a62cb 100755 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,10 @@ Changes to proxytunnel version 1.8.0svn -- Sat Jan 19 04:42:11 CET 2008 - Improved verbose output, easier for the eyes (Dag Wieers) - Improved help output (Dag Wieers) - Added basic authentication support for remote proxy +- Removed custom environment variables, now use PROXYUSER, PROXYPASS (Dag Wieers) +- Replaced -U/--user and -S/--pass by -P/--proxyauth (Dag Wieers) +- Added remote proxy authentication (-R/--remproxyauth) (Dag Wieers) +- Use REMPROXYUSER and REMPROXYPASS environment variables (Dag Wieers) Changes to proxytunnel version 1.8.0 -- Mon Dec 31 16:46:52 CET 2007