--------------------- PatchSet 12138 Date: 2008/05/27 00:04:59 Author: hno Branch: SQUID_2_7 Tag: (none) Log: Bug #2223: flexible handling of x-forwarded-for opt_forwarded_for If set to "on", Squid will append your client's IP address in the HTTP requests it forwards. By default it looks like: X-Forwarded-For: 192.1.2.3 If set to "off", it will appear as X-Forwarded-For: unknown If set to "transparent", Squid will not alter the X-Forwarded-For header in any way. If set to "delete", Squid will delete the entire X-Forwarded-For header. If set to "truncate", Squid will remove all existing X-Forwarded-For entries, and place itself as the sole entry. Members: ChangeLog:1.629.2.4->1.629.2.5 Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid/squid/ChangeLog,v retrieving revision 1.629.2.4 retrieving revision 1.629.2.5 diff -u -r1.629.2.4 -r1.629.2.5 --- squid/ChangeLog 25 Apr 2008 20:05:20 -0000 1.629.2.4 +++ squid/ChangeLog 27 May 2008 00:04:59 -0000 1.629.2.5 @@ -79,6 +79,11 @@ mode options - TCP keepalive support - Support for tos/priority marking of cache hits (zph) + - Make --with-large-files try to build 64-bit if possible + - Windows port: allow build of squid_session on Windows + - Updated mswin_check_lm_group documentation + - Bug #2350: Memory allocation problem in restoreCapabilities() + - Bug #1955: Clarify refresh_pattern override-expire option Changes to squid-2.6.STABLE20 (25 Apr 2008)