]> 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:40:52 +0000 (08:40 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Aug 2011 14:40:52 +0000 (08:40 -0600)
ChangeLog
doc/release-notes/release-3.0.sgml
doc/release-notes/release-3.1.sgml

index cef2d643e12861646d126988ae7f5179f70997af..dd8f5759380a691d4340e43d092482626f94af58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -221,6 +221,27 @@ Changes to squid-3.2.0.1 (03 Aug 2010):
        - ... and a great many testing improvements
        - ... and many documentation updates
 
+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
@@ -793,6 +814,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 4ac2582e12d52f50382cd39dc84c20396dc176fd..8eb7092a96bec775b81fbd6795b0558a62ca5088 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 reject passwords with more than 8 characters when using 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