--------------------- 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 @@
+
+