+Changes to squid-3.0.STABLE26 (28 Aug 2011):
+
+ - Regression: header_replace for reply headers
+ - Bug 3183: Invalid URL accepted with url host part of only '@'.
+ - Bug 3107: ncsa_auth DES silently truncates passwords to 8 bytes
+ - Bug 3056: comm.cc "!fd_table[fd].closing()" assertion from helperServerFree
+ - Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec()
+ - Bug 2933: Verification of the max. port number for WCCP2 dynamic service
+ - Bug 2922: Fix assertion failed: HttpHeader.cc: "Headers[id].stat.aliveCount"
+ - Regression Bug 2899: Restore lost rfc1738_unescape() data type
+ - Regression Bug 2879: headers end finding
+ - Bug 2876: FD_SETSIZE override not working on all linux distributions
+ - Check for NULL and empty strings before calling str*cmp().
+ - Correct parsing of large Gopher indexes
+
Changes to squid-3.0.STABLE25 (14 Mar 2010):
- Bug 2845: Rework the http digest auth parser
- the mailto links on Squid's ERR pages now contain data about the
occurred error by default, so that the email will contain this data in
its body. This feature can be disabled via the email_err_data directive.
- (Clemens Löser)
+ (Clemens L?ser)
- COSS now uses a file called stripe and the path in squid.conf is the
directory this is placed in. Additionally squid -z will create the
COSS swapfile.
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.0.STABLE24 release notes</TITLE>
+ <TITLE>Squid 3.0.STABLE26 release notes</TITLE>
</HEAD>
<BODY>
-<H1>Squid 3.0.STABLE24 release notes</H1>
+<H1>Squid 3.0.STABLE26 release notes</H1>
<H2>Squid Developers</H2>
<HR>
<HR>
<H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
-<P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE24.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE26.</P>
<P>This new release is available for download from
<A HREF="http://www.squid-cache.org/Versions/v3/3.0/">http://www.squid-cache.org/Versions/v3/3.0/</A> or the
<A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
<P>A large number of the show-stopper bugs have been fixed along with general improvements to the ICAP support and additional Languages.</P>
<P>We welcome feedback and bug reports. If you find a bug, please see
-<A HREF="http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d">http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d</A> for how to submit a report with a stack trace.</P>
+<A HREF="http://wiki.squid-cache.org/SquidFaq/BugReporting">http://wiki.squid-cache.org/SquidFaq/BugReporting</A> for how to submit a
+report with a stack trace.</P>
<H2><A NAME="s2">2.</A> <A HREF="#toc2">Known issues</A></H2>
<P>Although this release is deemed good enough for use in many setups, please note the existence of
-<A HREF="http://www.squid-cache.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&target_milestone=3.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=bugs.bug_severity&field0-0-0=noop&type0-0-0=noop&value0-0-0=">open bugs against Squid-3.0</A>.</P>
+<A HREF="http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&target_milestone=3.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=bugs.bug_severity&field0-0-0=noop&type0-0-0=noop&value0-0-0=">open bugs against Squid-3.0</A>.</P>
<H2><A NAME="s3">3.</A> <A HREF="#toc3">Changes since earlier STABLE releases of Squid-3.0</A></H2>
<DL>
<DT><B>PSAPI.DLL (Process Status Helper) Considerations</B><DD>
<P>The process status helper functions make it easier for you to obtain information about
-processes and device drivers running on Microsoft® Windows NT®/Windows® 2000. These
-functions are available in PSAPI.DLL, which is distributed in the Microsoft® Platform
+processes and device drivers running on Microsoft? Windows NT?/Windows? 2000. These
+functions are available in PSAPI.DLL, which is distributed in the Microsoft? Platform
Software Development Kit (SDK). The same information is generally available through the
performance data in the registry, but it is more difficult to get to it. PSAPI.DLL is
freely redistributable.</P>
</PRE>
</P>
-<DT><B>chunked_request_body_max_size</B><DD>
-<P>New tag to fix handling of chunked requests.
-<PRE>
- 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.
-
-</PRE>
-</P>
-
</DL>
</P>
<P>Common options <EM>no-store</EM>, replaces the older <EM>read-only</EM> option</P>
<DT><B>auth_param</B><DD>
-<P>Removed Basic auth options:
+<P>NCSA authenticator updated in 3.0.STALE26 to alert if passwords with more
+than 8 characters are used with DES encryption method.</P>
+<P>Removed Basic auth option
<PRE>
blankpasswor, not yet ported to squid-3.
+ auth_param basic concurrency 0
</PRE>
</P>
<!doctype linuxdoc system>
<article>
-<title>Squid 3.0.STABLE25 release notes</title>
+<title>Squid 3.0.STABLE26 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.0.STABLE25.
+The Squid Team are pleased to announce the release of Squid-3.0.STABLE26.
This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.0/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="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 <url url="http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d"> for how to submit a report with a stack trace.
+We welcome feedback and bug reports. If you find a bug, please see <url url="http://wiki.squid-cache.org/SquidFaq/BugReporting"> for how to submit a
+report with a stack trace.
<sect>Known issues
<p>
<tag>PSAPI.DLL (Process Status Helper) Considerations</tag>
The process status helper functions make it easier for you to obtain information about
-processes and device drivers running on Microsoft® Windows NT®/Windows® 2000. These
-functions are available in PSAPI.DLL, which is distributed in the Microsoft® Platform
+processes and device drivers running on Microsoft? Windows NT?/Windows? 2000. These
+functions are available in PSAPI.DLL, which is distributed in the Microsoft? Platform
Software Development Kit (SDK). The same information is generally available through the
performance data in the registry, but it is more difficult to get to it. PSAPI.DLL is
freely redistributable.
<p>Common options <em>no-store</em>, replaces the older <em>read-only</em> option
<tag>auth_param</tag>
+ <p>NCSA authenticator updated in 3.0.STALE26 to alert if passwords with more
+ than 8 characters are used with DES encryption method.
<p>Removed Basic auth options:
<verb>
blankpasswor, not yet ported to squid-3.