------------------------------------------------------------
revno: 13687
revision-id: squid3@treenet.co.nz-20141209163948-dvpwxslmj63b23x8
parent: squid3@treenet.co.nz-20141209140933-90vn0jjgvb647hh5
committer: Amos Jeffries 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
http://www.squid-cache.org/Versions/v3/3.5/ or the
mirrors. 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
http://wiki.squid-cache.org/SquidFaq/BugReporting
@@ -128,7 +129,7 @@
Details at
-http://wiki.squid-cache.org/Features/BLAH.Squid 3.5.0.2 release notes
+Squid 3.5.0.3 release notes
Squid Developers
@@ -62,12 +62,13 @@
1. Notice
-
The new libecap version allows Squid to better check the version of the eCAP adapter being loaded as well as the version of the eCAP library @@ -185,6 +186,9 @@
Details at +"http://www.squid-cache.org/Versions/v3/3.5/manuals/squidclient.html">.
+The squidclient has begun the process of upgrading to support protocols other than HTTP.
@@ -498,6 +502,12 @@ more circumstances than squid-2 idle connections were. They are also spread over all IPs of the peer. +Regex pattern values cannot be parsed in parts of squid.conf when this +directive is configured to ON. Instead of quoted strings Squid +now accepts regex \-escaped characters (including escaped spaces) in all +regex patterns.
+New format code %ssl::>sni to send SSL client SNI.
New format code %ssl::<cert_subject to send SSL server certificate DN.