From: Amos Jeffries 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.
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.
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.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.
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 0diff --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