From: hno <> Date: Mon, 22 Jul 2002 00:08:35 +0000 (+0000) Subject: HTML cleanups now in Squid-2.5 X-Git-Tag: SQUID_3_0_PRE1~876 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d8d56b067f821b495b0bed14edb63655ac3058e;p=thirdparty%2Fsquid.git HTML cleanups now in Squid-2.5 --- diff --git a/ChangeLog b/ChangeLog index e7aebc4632..fd42c99c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,12 +8,6 @@ Changes to squid-2.6 (): - http_port is now optional, allowing for SSL only operation - Satellite and other high latency peering relations enhancements (Robert Cohren) - - HTML pages generated by Squid or CacheMgr as well as the - ERR documents now contain a doctype declaration so that - browsers know how to render the HTML code correctly. - In addition to that they have a new look (background-color, font) - and are valid according to the HTML standards at www.w3.org. - (Clemens Löser) Changes to squid-2.5 (): @@ -59,6 +53,12 @@ Changes to squid-2.5 (): can be driven by external helpers. See the external_acl_type and acl external directives. - Countless other small things and fixes + - HTML pages generated by Squid or CacheMgr as well as the + ERR documents now contain a doctype declaration so that + browsers know how to render the HTML code correctly. + In addition to that they have a new look (background-color, font) + and are valid according to the HTML standards at www.w3.org. + (Clemens Löser) Changes to Squid-2.4.STABLE6 (March 19, 2002):