diff -ruN squid-2.5.STABLE13-RC1/ChangeLog squid-2.5.STABLE13/ChangeLog --- squid-2.5.STABLE13-RC1/ChangeLog Fri Mar 10 16:42:48 2006 +++ squid-2.5.STABLE13/ChangeLog Sun Mar 12 04:18:41 2006 @@ -27,7 +27,7 @@ #1484) - [Minor] Fails to compile on Fedora Core 5 test 2 x86_64 (Bug #1492) - [Cosmetic] Typo in ftp.c (Bug #1507) - - [Cosmetic] Error in FTP listings of files with -> in their name + - [Cosmetic] Error in FTP listings of files with -> in their name (Bug #1508) - [Cosmetic] With Squid-2.5 there is no more the DUPLICATE IP logging in cache.log (Bug #779) diff -ruN squid-2.5.STABLE13-RC1/RELEASENOTES.html squid-2.5.STABLE13/RELEASENOTES.html --- squid-2.5.STABLE13-RC1/RELEASENOTES.html Fri Mar 10 16:43:46 2006 +++ squid-2.5.STABLE13/RELEASENOTES.html Sun Mar 12 04:29:34 2006 @@ -7,7 +7,7 @@

Squid 2.5.STABLE12 release notes

-

Squid Developers

$Id: release-2.5.html,v 1.1.2.67 2006/03/10 23:42:48 hno Exp $ +

Squid Developers

$Id: release-2.5.html,v 1.1.2.68 2006/03/12 11:04:41 hno Exp $
This document contains the release notes for version 2.5 of Squid. Squid is a WWW Cache application developed by the National Laboratory @@ -140,6 +140,7 @@
relaxed_http_parser

New directive in 2.5.STABLE8 to control how strict the HTTP parser should be.

retry_on_error

New directive in 2.5.STABLE9 to aggressive retry requests on errors (was the default in earlier versions)

acl dst

No longer matches invalid hosts. Was previously using the IP address "255.255.255.255" on invalid hosts.

+
persistent_connection_after_error

New directive in 2.5.STABLE13 to allow disabling the use of persistent connections after error pages (access denied etc).

@@ -153,11 +154,11 @@
Bug #649

Problems refreshing pages stored with 'vary' information

Bug -#779

users going above their allowed IP count no longer logged in cache.log

-
Bug #888

ntlm_user_pool assertion error on shutdown

Bug #1420

302 responses with an Expires header is always cached

+
Bug +#1500

diskd related memory corruption under heavy load

@@ -477,7 +478,8 @@