--------------------- PatchSet 11320 Date: 2007/03/12 21:47:59 Author: hno Branch: HEAD Tag: (none) Log: Correct spelling of the http_port "accel" option Members: doc/release-notes/release-2.6.sgml:1.55->1.56 Index: squid/doc/release-notes/release-2.6.sgml =================================================================== RCS file: /cvsroot/squid/squid/doc/release-notes/release-2.6.sgml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- squid/doc/release-notes/release-2.6.sgml 3 Mar 2007 21:34:24 -0000 1.55 +++ squid/doc/release-notes/release-2.6.sgml 12 Mar 2007 21:47:59 -0000 1.56 @@ -2,7 +2,7 @@
Squid 2.6.STABLE10 release notes Squid Developers -$Id: release-2.6.sgml,v 1.55 2007/03/03 21:34:24 hno Exp $ +$Id: release-2.6.sgml,v 1.56 2007/03/12 21:47:59 hno Exp $ This document contains the release notes for version 2.6 of Squid. @@ -18,10 +18,10 @@ and transparent proxy requests to make it easier to configure transparent and acceleration functionality. The default behaviour is to function as a standard HTTP proxy on each port that Squid is configured to listen on, but in addition -in this release the keywords "accelerated" and "transparent" can be specified +in this release the keywords "accel" and "transparent" can be specified after each port to indicate to Squid the functionality that is to be enabled on that port. This means that the old config directives relating to httpd_accel_* -are now deprecated. +are now deprecated. See below for more details about these options. WCCPv2 support multiple cache engines registering with multiple WCCP routers and switches. WCCPv2 is preferred over WCCPv1 for performance and flexibility reasons if your router or switch is able to support it (all recent @@ -84,7 +84,7 @@

http_portNow takes a list of options in addition to the port address, specifying the purpose of this http_port. Default is plain Internet proxy as usual. httpd_accel_* for transparent proxyNow implemented by the "transparent" http_port option -httpd_accel_* for accelerator modeNov implemented by other options. See individual directives below. +httpd_accel_* for accelerator modeNow implemented by other options and the http_port accel option. See individual directives below. httpd_accel_hostReplaced by defaultsite http_port option and cache_peer originserver option. httpd_accel_portNo longer needed. Server port defined by the cache_peer port. httpd_accel_uses_host_headerReplaced by vhost http_port option