From: Amos Jeffries Date: Sun, 29 May 2011 12:59:25 +0000 (+1200) Subject: Prep for 3.2.0.8 and 3.1.12.2 X-Git-Tag: take08~55^2~163 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65f2789a54aaf392022d40b035c396652922a56b;p=thirdparty%2Fsquid.git Prep for 3.2.0.8 and 3.1.12.2 --- diff --git a/ChangeLog b/ChangeLog index 2541e4f27d..76e34d52da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Changes to squid-3.2.0.8 (30 May 2011): + + - Bug 3214: "helperHandleRead: unexpected read from ssl_crtd" errors. + - Bug 3043: Properly detect Iphlpapi.h on windows + - Bug 2055: Honor ICAP Max-Connections + - Fix NTLM/Negotiate reply auth PASSTHRU to peers + - Support SSL SNI to origin servers + - Add %EXT_LOG and %EXT_TAG external_acl_type format options + - Add %b tag for proxy listening port display in error pages + - Optimize base64 encoding/decoding + - Require libcap before enabling netfilter MARK support + - Require libtool 2.2 + - Bundle pkg.m4 from pkg-config 0.25 for OS without pkg-config + - ... and all bug fixes and updates from 3.1.12.2 + - ... and some documentation and code polishing + Changes to squid-3.2.0.7 (19 Apr 2011): - Regression fix: NTLM and Negotiate auth assertion "RefCountCount() == 2" @@ -164,6 +180,26 @@ 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.12.2 (30 May 2011): + + - Bug 3226: Tags from external ACLs do not correctly expire + - Bug 3215: Malformed IPv6 DNS reverse lookup + - Bug 3209: ssl-bumped requests forwarded unencrypted to the parent proxies/caches + - Bug 3205: SSL-bump starts then hangs + - Bug 3178: gcc-4.6 complains unused variables + - Bug 3122: Unknown record type in WCCPv2 Packet (6) + - Bug 2965 (partial): Compile errors on MinGW + - Fix to only ssl-bump CONNECT requests if they are about to be tunneled + - Fix cache manager display of -i/+i in regex ACL config display + - Fix cache manager display of cache_peer options userhash and sourcehash + - Fix URL re-writer loosing many transaction details + - Fix always-true comparison in ICAP for some 32-bit platforms + - Support for 'slow' group ACLs in ssl_bump access control + - Support OpenSSL 1.0.0 built without SSLv2 + - Support GCC 4.6 and binutils-gold + - Add CSS id attribute to BODY tag of generated error pages. + - Display WARNING and ERROR when max_filedescriptors has failed + Changes to squid-3.1.12.1 (19 Apr 2011): - Port from 3.2: Dynamic SSL Certificate generation diff --git a/doc/release-notes/Makefile b/doc/release-notes/Makefile index 10ab277012..fd4a06dda9 100644 --- a/doc/release-notes/Makefile +++ b/doc/release-notes/Makefile @@ -14,9 +14,9 @@ $(DOC).ps: $(DOC).sgml %.txt: %.sgml linuxdoc -B txt --filter $< -$(DOC).html: $(DOC).sgml +%.html: %.sgml linuxdoc -B html -T 2 --split=0 $< - perl -i -p -e "s%$(DOC).html%%" $(DOC).html + perl -i -p -e "s%$@%%" $@ %.man: %.sgml linuxdoc -B txt -T 2 -m $(DOC) diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 28d9231416..9510920b96 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.12.1 release notes +Squid 3.1.12.2 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.12.1 +The Squid Team are pleased to announce the release of Squid-3.1.12.2 This new release is available for download from or the . diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index c85ab03d27..8e4ab86aba 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@

-Squid 3.2.0.7 release notes +Squid 3.2.0.8 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.2.0.7 for testing. +The Squid Team are pleased to announce the release of Squid-3.2.0.8 for testing. This new release is available for download from or the . diff --git a/doc/release-notes/release-3.3.html b/doc/release-notes/release-3.3.html index 47f81c9d54..7ccc5aa03b 100644 --- a/doc/release-notes/release-3.3.html +++ b/doc/release-notes/release-3.3.html @@ -1,7 +1,7 @@ - + Squid 3.3.0.0 release notes @@ -24,7 +24,7 @@ for Applied Network Research and members of the Web Caching community.

2. Major new features since Squid-3.2

3. Changes to squid.conf since Squid-3.2

@@ -87,15 +87,15 @@ for Applied Network Research and members of the Web Caching community.

The most important of these new features are:

    -
  • ...
  • +

Most user-facing changes are reflected in squid.conf (see below).

-

2.1 ... +

2.1

-

...

+

3. Changes to squid.conf since Squid-3.2

@@ -128,9 +128,7 @@ for Applied Network Research and members of the Web Caching community.

-
logformat
-

%>bs Number of HTTP-equivalent message body bytes received from the next hop.

-

icap::%>bs Number of message body bytes received from the ICAP server.

+

@@ -344,7 +342,6 @@ for Applied Network Research and members of the Web Caching community.

Not yet ported from 2.6

cache_dir
-

min-size option not yet ported from Squid-2

COSS storage type is lacking stability fixes from 2.6

COSS overwrite-percent= option not yet ported from 2.6

COSS max-stripe-waste= option not yet ported from 2.6

@@ -396,13 +393,9 @@ for Applied Network Research and members of the Web Caching community.
logformat

%oa tag not yet ported from 2.7

-
max_stale
-

Not yet ported from 2.7

-
refresh_pattern

stale-while-revalidate= not yet ported from 2.7

ignore-stale-while-revalidate= not yet ported from 2.7

-

max-stale= not yet ported from 2.7

negative-ttl= not yet ported from 2.7

refresh_stale_hit
diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index f2d8da2356..d7fb0f9c86 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -40,6 +40,8 @@ The 3.3 change history can be

+ Changes to existing tags

Not yet ported from 2.6 cache_dir -

min-size option not yet ported from Squid-2

COSS storage type is lacking stability fixes from 2.6

COSS overwrite-percent= option not yet ported from 2.6

COSS max-stripe-waste= option not yet ported from 2.6 @@ -303,13 +305,9 @@ This section gives an account of those changes in three categories: logformat

%oa tag not yet ported from 2.7 - max_stale -

Not yet ported from 2.7 - refresh_pattern

stale-while-revalidate= not yet ported from 2.7

ignore-stale-while-revalidate= not yet ported from 2.7 -

max-stale= not yet ported from 2.7

negative-ttl= not yet ported from 2.7 refresh_stale_hit