--------------------- PatchSet 11298 Date: 2007/03/03 18:43:44 Author: hno Branch: SQUID_2_6 Tag: (none) Log: MFC: Documentation update preparing for 2.6.STABLE10 Merged changes: 2007/03/03 13:41:11 hno +58 -3 Documentation update preparing for 2.6.STABLE10 2007/03/03 18:38:51 hno +2 -0 Documentaiton update (ChangeLog) 2007/03/03 18:41:17 hno +1 -1 Cosmetic typo Members: ChangeLog:1.604.2.7->1.604.2.8 doc/release-notes/release-2.6.html:1.44.2.2->1.44.2.3 doc/release-notes/release-2.6.sgml:1.52.2.2->1.52.2.3 Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid/squid/ChangeLog,v retrieving revision 1.604.2.7 retrieving revision 1.604.2.8 diff -u -r1.604.2.7 -r1.604.2.8 --- squid/ChangeLog 27 Feb 2007 22:52:22 -0000 1.604.2.7 +++ squid/ChangeLog 3 Mar 2007 18:43:44 -0000 1.604.2.8 @@ -1,4 +1,4 @@ -Changes to squid-2.6.STABLE10 (not yet released> +Changes to squid-2.6.STABLE10 (Mar 4 2007) - Upgrade HTTP/0.9 responses to our HTTP version (HTTP/1.0) - various diskd bugfixes @@ -22,6 +22,11 @@ non-refreshable content - Negotiate authentication fixed again. Broken since STABLE7 by the patch for Bug #1792. + - Bug #1892: COSS tries to shut down the same directory twice on exit + - Bug #1908: store*DirRebuildFromSwapLog() ignores some SWAP_LOG_DEL + entries + - Added support for Subversion HTTP request methods MKACTIVITY, + CHECKOUT and MERGE. Changes to squid-2.6.STABLE9 (Jan 24 2007) Index: squid/doc/release-notes/release-2.6.html =================================================================== RCS file: /cvsroot/squid/squid/doc/release-notes/release-2.6.html,v retrieving revision 1.44.2.2 retrieving revision 1.44.2.3 diff -u -r1.44.2.2 -r1.44.2.3 --- squid/doc/release-notes/release-2.6.html 24 Jan 2007 02:06:05 -0000 1.44.2.2 +++ squid/doc/release-notes/release-2.6.html 3 Mar 2007 18:43:44 -0000 1.44.2.3 @@ -7,7 +7,7 @@

Squid 2.6.STABLE8 release notes

-

Squid Developers

$Id: release-2.6.html,v 1.44.2.2 2007/01/24 02:06:05 hno Exp $ +

Squid Developers

$Id: release-2.6.html,v 1.44.2.3 2007/03/03 18:43:44 hno Exp $
This document contains the release notes for version 2.6 of Squid. Squid is a WWW Cache application developed by the Web Caching community. @@ -54,6 +54,9 @@

14. Key changes squid-2.6.STABLE8 to 2.6.STABLE9

+

+

15. Key changes squid-2.6.STABLE9 to 2.6.STABLE10

+

1. Key changes from squid 2.5

@@ -604,5 +607,22 @@

+

15. Key changes squid-2.6.STABLE9 to 2.6.STABLE10

+ +

+

+

+ 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.52.2.2 retrieving revision 1.52.2.3 diff -u -r1.52.2.2 -r1.52.2.3 --- squid/doc/release-notes/release-2.6.sgml 24 Jan 2007 02:06:05 -0000 1.52.2.2 +++ squid/doc/release-notes/release-2.6.sgml 3 Mar 2007 18:43:44 -0000 1.52.2.3 @@ -2,7 +2,7 @@
Squid 2.6.STABLE8 release notes Squid Developers -$Id: release-2.6.sgml,v 1.52.2.2 2007/01/24 02:06:05 hno Exp $ +$Id: release-2.6.sgml,v 1.52.2.3 2007/03/03 18:43:44 hno Exp $ This document contains the release notes for version 2.6 of Squid. @@ -519,5 +519,22 @@ name="ChangeLog"> file for details. +Key changes squid-2.6.STABLE9 to 2.6.STABLE10 + +

+ + Upgrade HTTP/0.9 responses to our HTTP version (HTTP/1.0) + various diskd bugfixes + In the access.log hierarchy field log the unique peer name + instead of the host name + logging format for HTTP-request size + Primitive support for HTTP/1.1 chunked encoding, working around + broken servers + a number of other minor and cosmetic bugfixes. See the list of and the file for details. + +