From: wessels <> Date: Wed, 13 Aug 2003 22:06:13 +0000 (+0000) Subject: Bug #743: "#ifdef HTTP_VIOLATIONS" should be "#if HTTP_VIOLATIONS" X-Git-Tag: SQUID_3_0_PRE3~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f224dc701d7a8e4e38be391c37828366338c78fc;p=thirdparty%2Fsquid.git Bug #743: "#ifdef HTTP_VIOLATIONS" should be "#if HTTP_VIOLATIONS" --- diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index 6fc71edea3..6c36f6a3b7 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -2,7 +2,7 @@
Squid 3.0 release notes Squid Developers -$Id: release-3.0.sgml,v 1.13 2003/08/13 00:39:12 wessels Exp $ +$Id: release-3.0.sgml,v 1.14 2003/08/13 16:06:13 wessels Exp $ This document contains the release notes for version 3.0 of Squid. @@ -128,6 +128,7 @@ This fixes two issues:Transparently intercepted requests is no lo Added counters for HTCP messages sent and received, reported in 'info' cache manager page. Fixed 'ICP dynamic timeout algorithm ignores multicast' bug + Bug #743: "#ifdef HTTP_VIOLATIONS" should be "#if HTTP_VIOLATIONS" Changes to squid.conf