--------------------- PatchSet 11646 Date: 2007/09/05 22:05:04 Author: hno Branch: HEAD Tag: (none) Log: Preparing for 2.6.STABLE16 Members: ChangeLog:1.626->1.627 doc/release-notes/release-2.6.html:1.51->1.52 doc/release-notes/release-2.6.sgml:1.64->1.65 Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid/squid/ChangeLog,v retrieving revision 1.626 retrieving revision 1.627 diff -u -r1.626 -r1.627 --- squid/ChangeLog 31 Aug 2007 14:47:27 -0000 1.626 +++ squid/ChangeLog 5 Sep 2007 22:05:04 -0000 1.627 @@ -1,3 +1,6 @@ + - cache_peer idle=n option to specify a minimum number of idle + connections to keep open + - Imported squidclient fixes from http11 branch - X-Cache-Age header when using act-as-origin - Bug #1843: multicast-siblings cache_peer option for optimising multicast ICP relations @@ -33,6 +36,22 @@ - Simple perl library and script for processing access.log files - General code tidyups of HTTP parser and related optimizations +Changes to squid-2.6.STABLE16 (5 Sep 2007) + + - Test for sys/capability.h linux include file to avoid failing on + linux systems missing libcap + - Release private objects on cache rebuild + - Segfault in clientBuildReplyHeader when http->entry == NULL + - Bug #2072: digest_pw_auth fails when using plaintext passwords + - Bug #2073: assertion failed: client_side.c:4175: "buf != NULL || + !conn->body.request on POST + - Adjust default pconn timeouts to avoid shutting down connection while + child sends request + - Bug #1980: cache_peer monitortimeout not working + - Bug #1882: Parent responses are not cached if sibling returns 504 + - More squid.conf reordering to get the dependencies between options + sorted proper + Changes to squid-2.6.STABLE15 (31 Aug 2007) - The select() I/O loop got broken by the /dev/poll addition 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.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- squid/doc/release-notes/release-2.6.html 31 Aug 2007 14:52:40 -0000 1.51 +++ squid/doc/release-notes/release-2.6.html 5 Sep 2007 22:05:04 -0000 1.52 @@ -7,7 +7,7 @@

Squid 2.6.STABLE15 release notes

-

Squid Developers

$Id: release-2.6.html,v 1.51 2007/08/31 14:52:40 hno Exp $ +

Squid Developers

$Id: release-2.6.html,v 1.52 2007/09/05 22:05:04 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. @@ -72,6 +72,9 @@

20. Key changes squid-2.6.STABLE14 to 2.6.STABLE15

+

+

21. Key changes squid-2.6.STABLE15 to 2.6.STABLE16

+

1. Key changes from squid 2.5

@@ -724,5 +727,21 @@

+

21. Key changes squid-2.6.STABLE15 to 2.6.STABLE16

+ +

+

+

+ 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.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- squid/doc/release-notes/release-2.6.sgml 31 Aug 2007 14:52:40 -0000 1.64 +++ squid/doc/release-notes/release-2.6.sgml 5 Sep 2007 22:05:05 -0000 1.65 @@ -2,7 +2,7 @@
Squid 2.6.STABLE15 release notes Squid Developers -$Id: release-2.6.sgml,v 1.64 2007/08/31 14:52:40 hno Exp $ +$Id: release-2.6.sgml,v 1.65 2007/09/05 22:05:05 hno Exp $ This document contains the release notes for version 2.6 of Squid. @@ -621,5 +621,21 @@ name="ChangeLog"> file for details. +Key changes squid-2.6.STABLE15 to 2.6.STABLE16 + +

+ + Bug #2073: assertion failed: client_side.c:4175: "buf != NULL || + !conn->body.request on POST + Test for sys/capability.h linux include file to avoid failing on + linux systems missing libcap + More squid.conf reordering to get the dependencies between options + sorted proper + See also the list of and the file for details. + +