diff --git a/CHANGES b/CHANGES index 6dafe9c..a4fcbe0 100755 --- a/CHANGES +++ b/CHANGES @@ -3,9 +3,10 @@ Changes to proxytunnel version 1.8.0svn -- Sat Jan 19 04:42:11 CET 2008 - Fixes for runtime error on RHEL5/CENTOS-5 (gcc4 and -D_FORTIFY_SOURCE=2) (Dag Wieers) - Small thinko in io.c wrt. malloc() (Dag Wieers) - Disable output by default on Windows build (Dag Wieers) -- Headers now have a trailing \r\n (Dag Wieers) - Updated SPEC file to RPMforge standards (Dag Wieers) - Improved verbose output, easier for the eyes (Dag Wieers) +- Improved help output (Dag Wieers) +- Added basic authentication support for remote proxy Changes to proxytunnel version 1.8.0 -- Mon Dec 31 16:46:52 CET 2007 diff --git a/TODO b/TODO index 5d32ac8..a0e5189 100644 --- a/TODO +++ b/TODO @@ -13,12 +13,6 @@ see: http://issues.apache.org/bugzilla/show_bug.cgi?id=29744 -### Generic improvements -- Allow to add more than one HTTP header - eg. -H "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Win32)" -H "Keep-Alive: 300" -H "Connection: keep-alive" ----> Work-around is using newlines in your single -H argument ----> But shouldn't be too hard, to support multiple -H's - ### Code cleanup - Fix permissions in subversion tree (some files are wrongly executable)