]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.5.0.3 and 3.4.10
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 9 Dec 2014 14:03:14 +0000 (06:03 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 9 Dec 2014 14:03:14 +0000 (06:03 -0800)
ChangeLog
doc/release-notes/release-3.4.sgml
doc/release-notes/release-3.5.sgml

index dbd22be4e4fe0218b6428c24393e9f199d714a28..7ecfd216eb63bf21d2cb68a22c80cc9103b0cc66 100644 (file)
--- 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
index 8cb299f60f78ef1cc5b2b2cc96293a46eecb955c..99fda1c48643a3e7931615432e8113376b17c9ab 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.4.9 release notes</title>
+<title>Squid 3.4.10 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.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 <url url="http://www.squid-cache.org/Versions/v3/3.4/"> or the
  <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
index f6da195b6b48d367c7fab5b8a16b5b8428cac55b..3a71fc97d42ca4795a1a448c1ec90d30d7eb50d6 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.0.2 release notes</title>
+<title>Squid 3.5.0.3 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,12 +13,13 @@ 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.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 <url url="http://www.squid-cache.org/Versions/v3/3.5/"> or the
  <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
-<p>While this release is not deemed ready for production use, we believe it is ready for wider testing by the community.
+<p>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.
 
 <p>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.