From: Amos Jeffries Date: Wed, 18 Feb 2015 10:48:41 +0000 (-0800) Subject: Release Notes updates X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7ee11ac3e5d65cf1b1b7b9e240ab7f92d71dd2;p=thirdparty%2Fsquid.git Release Notes updates --- diff --git a/doc/release-notes/release-3.0.html b/doc/release-notes/release-3.0.html index e83ff9ad52..850316d9b7 100644 --- a/doc/release-notes/release-3.0.html +++ b/doc/release-notes/release-3.0.html @@ -1,7 +1,7 @@ - + Squid 3.0.STABLE26 release notes @@ -63,7 +63,7 @@ for Applied Network Research and members of the Web Caching community.

The Squid Team are pleased to announce the release of Squid-3.0.STABLE26.

This new release is available for download from http://www.squid-cache.org/Versions/v3/3.0/ or the -mirrors.

+mirrors.

A large number of the show-stopper bugs have been fixed along with general improvements to the ICAP support and additional Languages.

We welcome feedback and bug reports. If you find a bug, please see http://wiki.squid-cache.org/SquidFaq/BugReporting for how to submit a @@ -72,7 +72,7 @@ report with a stack trace.

2. Known issues

Although this release is deemed good enough for use in many setups, please note the existence of -open bugs against Squid-3.0.

+open bugs against Squid-3.0.

3. Changes since earlier STABLE releases of Squid-3.0

@@ -698,6 +698,32 @@ See the accf_http(9) man page.

+
chunked_request_body_max_size
+

New tag to fix handling of chunked requests. +

+        A broken or confused HTTP/1.1 client may send a chunked HTTP
+        request to Squid. Squid does not have full support for that
+        feature yet. To cope with such requests, Squid buffers the
+        entire request and then dechunks request body to create a
+        plain HTTP/1.0 request with a known content length. The plain
+        request is then used by the rest of Squid code as usual.
+
+        The option value specifies the maximum size of the buffer used
+        to hold the request before the conversion. If the chunked
+        request size exceeds the specified limit, the conversion
+        fails, and the client receives an "unsupported request" error,
+        as if dechunking was disabled.
+
+        Dechunking is enabled by default. To disable conversion of
+        chunked requests, set the maximum to zero.
+
+        Request dechunking feature and this option in particular are a
+        temporary hack. When chunking requests and responses are fully
+        supported, there will be no need to buffer a chunked request.
+        
+
+

+

@@ -762,10 +788,9 @@ See the accf_http(9) man page.
auth_param

NCSA authenticator updated in 3.0.STALE26 to alert if passwords with more than 8 characters are used with DES encryption method.

-

Removed Basic auth option +

Removed Basic auth options:

     blankpasswor, not yet ported to squid-3.
-    auth_param basic concurrency 0
         
 

diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index 6c58c16c84..b1329f94ef 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -15,7 +15,7 @@ for Applied Network Research and members of the Web Caching community.

The Squid Team are pleased to announce the release of Squid-3.0.STABLE26. -This new release is available for download from or the . +This new release is available for download from or the . A large number of the show-stopper bugs have been fixed along with general improvements to the ICAP support and additional Languages.