]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.15 and 3.0.STABLE26
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Aug 2011 14:55:07 +0000 (08:55 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Aug 2011 14:55:07 +0000 (08:55 -0600)
ChangeLog
doc/release-notes/release-3.0.sgml
doc/release-notes/release-3.1.html
doc/release-notes/release-3.1.sgml

index 4688cb0c173f5cd949dfbcffe4ea7ece5ebfe63d..bccd306fa3f19a9cc40bc469fd7b5cd80551f684 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Changes to squid-3.1.15 (28 Aug 2011):
+
+       - Regression fix: vhost and defaultsite causing vport to be ignored
+       - Bug #3232: fails to compile with OpenSSL v1.0.0
+       - Bug #3222: cache_peer name is not logging on CONNECT
+       - Bug #3131: fd_table[fd].closing() assert from ConnStateData::noteMoreBodySpaceAvailable()
+       - Bug #3217: "!fd_table[fd].closing()" from ServerStateData::noteMoreBodySpaceAvailable
+       - Bug #3213: https sites (CONNECT) not open when using NTLM
+       - Bug #3114: Memory leak in SSL certificate verify code
+       - Bug #3107: ncsa_auth DES silently truncates passwords to 8 bytes
+       - Bug #2662: cf_gen failure when cross compiling
+       - Bug #2655: passing wrong the username to the url_rewrite_program
+       - Bug #2495: ignore whitespace prefix on config lines
+       - Bug #2051: 'default' cache_peer option does not match documentation
+       - Bug #1842: Optimize order of tests in peerWouldBePinged() and peerHTTPOkay()
+       - Bug #1791: timestampsSet does not validate Date: if server sends very old date
+       - Correct parsing of large Gopher indexes
+       - Enable negative cacheing on unknown or -1 expiry timestamp
+       - Migrate cf_gen tool from C-style to C++
+       - ... and several documentation and compiler warning fixes
+
 Changes to squid-3.1.14 (04 Jul 2011):
 
        - Regression Bug 3261: Could not create a DNS socket and exit
@@ -572,6 +593,21 @@ Changes to squid-3.1.0.1 (27 Oct 2008):
        - Bug #2223: Follow XFF extensions added
        - ... and many code and documentation cleanups
 
+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
index bd5d0539aac454e6fc03d90b925dee061049c7a8..fece94a22a2733b0d4f4323bc8cad13e6f629488 100644 (file)
@@ -1,6 +1,6 @@
 <!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>
@@ -13,13 +13,14 @@ for Applied Network Research and members of the Web Caching community.
 
 <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>
@@ -592,6 +593,8 @@ See the accf_http(9) man page.
        <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 option
        <verb>
     blankpasswor, not yet ported to squid-3.
index baa2f359b0d97f71fbc6cb9a2b0f077da3297840..fad6dd8344b9511035a84ffaacfd4b2010560ab8 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.1.14 release notes</TITLE>
+ <TITLE>Squid 3.1.15 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.1.14 release notes</H1>
+<H1>Squid 3.1.15 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -71,7 +71,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <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.1.14</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.15</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.1/">http://www.squid-cache.org/Versions/v3/3.1/</A> or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -1176,6 +1176,7 @@ NP: peername currently is limited to only match the first peer possible.
 <DT><B>auth_param ntlm, basic, digest</B><DD>
 <P>BASIC, DIGEST:  New parameter option <EM>utf8 on|off</EM> to permit helpers to selectively process UTF-8 characters even though
 HTTP accepts only ISO-8859-1.</P>
+<P>NCSA authenticator updated in 3.1.15 to alert if passwords with more than 8 characters are used with DES encryption method.</P>
 <P>NTLM: The helper binary bundled with Squid under the name <EM>ntlm_auth</EM> has been renamed to accurately reflect
 its real behavior and to prevent confusion with the more useful Samba helper using the same name.</P>
 <P>Despite being used for NTLM, the helper does not in fact provide true NTLM function. What it does provide is
index 0e099b52c58b41d7d956e4f841f8b4b524de7b35..87adfe16d348e6f4e0af63ea049abbf458f2a610 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.14 release notes</title>
+<title>Squid 3.1.15 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-The Squid Team are pleased to announce the release of Squid-3.1.14
+The Squid Team are pleased to announce the release of Squid-3.1.15
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.1/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
@@ -1010,7 +1010,7 @@ NOCOMMENT_START
        <tag>auth_param ntlm, basic, digest</tag>
        <p>BASIC, DIGEST:  New parameter option <em>utf8 on|off</em> to permit helpers to selectively process UTF-8 characters even though
           HTTP accepts only ISO-8859-1.</p>
-       <p>NCSA authenticator updated to alert if passwords with more than 8 characters are used with DES encryption method.
+       <p>NCSA authenticator updated in 3.1.15 to alert if passwords with more than 8 characters are used with DES encryption method.
        <p>NTLM: The helper binary bundled with Squid under the name <em>ntlm_auth</em> has been renamed to accurately reflect
           its real behavior and to prevent confusion with the more useful Samba helper using the same name.
        <p>Despite being used for NTLM, the helper does not in fact provide true NTLM function. What it does provide is