From: Amos Jeffries Date: Sat, 27 Aug 2011 14:40:52 +0000 (-0600) Subject: Prep for 3.1.15 and 3.0.STABLE26 X-Git-Tag: take08~35^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f954743b47f703c02b6aedaae475392e21e2233;p=thirdparty%2Fsquid.git Prep for 3.1.15 and 3.0.STABLE26 --- diff --git a/ChangeLog b/ChangeLog index cef2d643e1..dd8f575938 100644 --- 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 diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index bd5d0539aa..fece94a22a 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -1,6 +1,6 @@
-Squid 3.0.STABLE25 release notes +Squid 3.0.STABLE26 release notes Squid Developers @@ -13,13 +13,14 @@ for Applied Network Research and members of the Web Caching community. Notice

-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 or the . 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 for how to submit a report with a stack trace. +We welcome feedback and bug reports. If you find a bug, please see for how to submit a +report with a stack trace. Known issues

@@ -592,6 +593,8 @@ See the accf_http(9) man page.

Common options no-store, replaces the older read-only option 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 blankpasswor, not yet ported to squid-3. diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 4ac2582e12..8eb7092a96 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@

-Squid 3.1.14 release notes +Squid 3.1.15 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-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 or the . @@ -1010,7 +1010,7 @@ NOCOMMENT_START auth_param ntlm, basic, digest

BASIC, DIGEST: New parameter option utf8 on|off to permit helpers to selectively process UTF-8 characters even though HTTP accepts only ISO-8859-1.

-

NCSA authenticator updated to reject passwords with more than 8 characters when using DES encryption method. +

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

NTLM: The helper binary bundled with Squid under the name ntlm_auth has been renamed to accurately reflect its real behavior and to prevent confusion with the more useful Samba helper using the same name.

Despite being used for NTLM, the helper does not in fact provide true NTLM function. What it does provide is