From: Amos Jeffries Date: Tue, 9 Dec 2014 14:03:14 +0000 (-0800) Subject: Prep for 3.5.0.3 and 3.4.10 X-Git-Tag: merge-candidate-3-v1~443 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4666bb8d16a1a882248c02f7787d5cf75f0d04c8;p=thirdparty%2Fsquid.git Prep for 3.5.0.3 and 3.4.10 --- diff --git a/ChangeLog b/ChangeLog index dbd22be4e4..7ecfd216eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes to squid-3.5.0.3 (09 Dec 2014): + + - Bug 4146: workaround SSL Bump crash on Linux + - Bug 4135: Support \-escaped characters in regex patterns + - Bug 4131: SIGSEGV at store.cc:962 content_length > store_maxobjsize + - Fix delay_parameters parsing + - HTTP/2: handle 'PRI' method found in HTTP/1.x traffic + - ... and all changes from squid 3.4.10 + - ... and a lot of documentation updates + Changes to squid-3.5.0.2 (31 Oct 2014): - Fix FTP socket opening during reconfigure @@ -71,6 +81,17 @@ Changes to squid-3.5.0.1 (17 Oct 2014): - ... and many error page translation updates - ... and much code cleanup and polishing +Changes to squid-3.4.10 (09 Dec 2014): + + - Bug 4148: external_acl_type header format does not accept the new libformat syntax + - Bug 4145: squid_endian.h compile errors with OpenBSD 5.6 + - Bug 4033: Rebuild corrupted ssl_db/size file + - Bug 3902: Docs: external_acl_type cache hash key + - Fix segmentation fault in ACL urlpath_regex + - Fix bootstrap.sh dependency on SPONSORS.list + - Alternate-Protocol is a hop-by-hop header + - HTTP/2: Support 421 (Misdirected Request) status code + Changes to squid-3.4.9 (31 Oct 2014): - Regression fix: ext_kerberos_ldap_group_acl typo in 3.4.7 update diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index 8cb299f60f..99fda1c486 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -1,6 +1,6 @@
-Squid 3.4.9 release notes +Squid 3.4.10 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.4.9 for testing. +The Squid Team are pleased to announce the release of Squid-3.4.10 for testing. This new release is available for download from or the . diff --git a/doc/release-notes/release-3.5.sgml b/doc/release-notes/release-3.5.sgml index f6da195b6b..3a71fc97d4 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -1,6 +1,6 @@

-Squid 3.5.0.2 release notes +Squid 3.5.0.3 release notes Squid Developers @@ -13,12 +13,13 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.5.0.2 for testing. +The Squid Team are pleased to announce the release of Squid-3.5.0.3 for testing. This new release is available for download from or the . -

While this release is not deemed ready for production use, we believe it is ready for wider testing by the community. +

Some interesting new features adding system flexibility have been added along with general improvements all around. + While this release is not fully bug-free we believe it is ready for use in production on many systems.

We welcome feedback and bug reports. If you find a bug, please see for how to submit a report with a stack trace.