---------------------
PatchSet 11328
Date: 2007/03/12 22:33:27
Author: hno
Branch: HEAD
Tag: (none)
Log:
Documentation update preparing for 2.6.STABLE11
Members:
ChangeLog:1.615->1.616
doc/release-notes/release-2.6.html:1.46->1.47
doc/release-notes/release-2.6.sgml:1.56->1.57
Index: squid/ChangeLog
===================================================================
RCS file: /cvsroot/squid/squid/ChangeLog,v
retrieving revision 1.615
retrieving revision 1.616
diff -u -r1.615 -r1.616
--- squid/ChangeLog 12 Mar 2007 22:15:41 -0000 1.615
+++ squid/ChangeLog 12 Mar 2007 22:33:27 -0000 1.616
@@ -5,15 +5,19 @@
- Kill the psuedo-support for wais. Was never really implemented.
- Clean up use of httpReplySetHeaders to be consistent across the
code, and remove the unneeded http_version argument.
- - Windos port fixes
+ - Windows port fixes
- Fix bswap16 & bwsap32 error on NetBSD
+ - Strengthen the HTTP protocol parser further wrt integer errors
+
+Changes to squid-2.6.STABLE11 (not yet released)
+
+ - Bug #1915: assertion failed: client_side.c:4055: "buf != NULL ||
+ !conn->body.request"
+ - Handle garbage helper responses better in concurrent protocol format
- Fix kqueue when overflowing the changes queue
- Make sure the child worker process commits suicide if it could
not start up
- Don't log short responses at debug level 1
- - Handle garbage helper responses better in concurrent protocol format
- - Strengthen the HTTP protocol parser further wrt integer errors
- - Bug #1915: assertion failed: client_side.c:4055: "buf != NULL || !conn->body.request"
Changes to squid-2.6.STABLE10 (Mar 4 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.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- squid/doc/release-notes/release-2.6.html 3 Mar 2007 21:34:24 -0000 1.46
+++ squid/doc/release-notes/release-2.6.html 12 Mar 2007 22:33:28 -0000 1.47
@@ -2,12 +2,12 @@
- Squid 2.6.STABLE10 release notes
+ Squid 2.6.STABLE11 release notes
-Squid 2.6.STABLE10 release notes
+Squid 2.6.STABLE11 release notes
-Squid Developers
$Id: release-2.6.html,v 1.46 2007/03/03 21:34:24 hno Exp $
+Squid Developers
$Id: release-2.6.html,v 1.47 2007/03/12 22:33:28 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.
@@ -57,6 +57,9 @@
+
+
+
@@ -67,10 +70,10 @@
and transparent proxy requests to make it easier to configure transparent and
acceleration functionality. The default behaviour is to function as a standard
HTTP proxy on each port that Squid is configured to listen on, but in addition
-in this release the keywords "accelerated" and "transparent" can be specified
+in this release the keywords "accel" and "transparent" can be specified
after each port to indicate to Squid the functionality that is to be enabled on
that port. This means that the old config directives relating to httpd_accel_*
-are now deprecated.
+are now deprecated. See below for more details about these options.
WCCPv2 support multiple cache engines registering with multiple WCCP
routers and switches. WCCPv2 is preferred over WCCPv1 for performance and
flexibility reasons if your router or switch is able to support it (all recent
@@ -137,7 +140,7 @@
- http_port
Now takes a list of options in addition to the port address, specifying the purpose of this http_port. Default is plain Internet proxy as usual.
- httpd_accel_* for transparent proxy
Now implemented by the "transparent" http_port option
-- httpd_accel_* for accelerator mode
Nov implemented by other options. See individual directives below.
+- httpd_accel_* for accelerator mode
Now implemented by other options and the http_port accel option. See individual directives below.
- httpd_accel_host
Replaced by defaultsite http_port option and cache_peer originserver option.
- httpd_accel_port
No longer needed. Server port defined by the cache_peer port.
- httpd_accel_uses_host_header
Replaced by vhost http_port option
@@ -624,5 +627,22 @@
+
+
+
+
+- Bug #1915: assertion failed: client_side.c:4055: "buf != NULL ||
+!conn->body.request"
+- Handle garbage helper responses better in concurrent protocol format
+- Fix kqueue when overflowing the changes queue
+- Make sure the child worker process commits suicide if it could not start up
+- Don't log short responses at debug level 1
+- See also the list of
+squid-2.6.STABLE11 changes and the
+ChangeLog file for details.
+
+
+
+
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.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- squid/doc/release-notes/release-2.6.sgml 12 Mar 2007 21:47:59 -0000 1.56
+++ squid/doc/release-notes/release-2.6.sgml 12 Mar 2007 22:33:28 -0000 1.57
@@ -1,8 +1,8 @@
-Squid 2.6.STABLE10 release notes
+Squid 2.6.STABLE11 release notes
Squid Developers
-$Id: release-2.6.sgml,v 1.56 2007/03/12 21:47:59 hno Exp $
+$Id: release-2.6.sgml,v 1.57 2007/03/12 22:33:28 hno Exp $
This document contains the release notes for version 2.6 of Squid.
@@ -536,5 +536,22 @@
name="ChangeLog"> file for details.
+Key changes squid-2.6.STABLE10 to 2.6.STABLE11
+
+
+
+ - Bug #1915: assertion failed: client_side.c:4055: "buf != NULL ||
+ !conn->body.request"
+
- Handle garbage helper responses better in concurrent protocol format
+
- Fix kqueue when overflowing the changes queue
+
- Make sure the child worker process commits suicide if it could not start up
+
- Don't log short responses at debug level 1
+
- See also the list of and the file for details.
+
+
+