From: Amos Jeffries Date: Sat, 9 Feb 2013 07:29:34 +0000 (-0700) Subject: 3.3.1 X-Git-Tag: SQUID_3_3_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e6a7b0267a3e584887e844a8abecc256bc3ae7;p=thirdparty%2Fsquid.git 3.3.1 --- diff --git a/ChangeLog b/ChangeLog index f44cab6486..b5fb495e03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Changes to squid-3.3.1 (09 Feb 2013): + + - Bug 3726: build errors with --disable-ssl + - Propigate pinned connection persistency and closures to the client. + - Mimic SSL certificate Key Usage and Basic Constraints + - Fix segmentation fault on missing squid.conf values + - ext_sql_session_acl: Fix hex decoding on UID + - ... and some code polish + - ... and a lot of documentation polish + - ... and all changes from squid 3.2.7 + Changes to squid-3.3.0.3 (09 Jan 2013): - Bug 3729: 32-bit overflow in parsing 64-bit configuration values diff --git a/configure.ac b/configure.ac index f5d9099148..99fc813b63 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Squid Web Proxy],[3.3.0.3-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[3.3.1-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/doc/release-notes/release-3.3.html b/doc/release-notes/release-3.3.html index 200a8203a3..9eda3857df 100644 --- a/doc/release-notes/release-3.3.html +++ b/doc/release-notes/release-3.3.html @@ -2,10 +2,10 @@ - Squid 3.3.0.3 release notes + Squid 3.3.1 release notes -

Squid 3.3.0.3 release notes

+

Squid 3.3.1 release notes

Squid Developers


@@ -56,19 +56,21 @@ for Applied Network Research and members of the Web Caching community.

1. Notice

-

The Squid Team are pleased to announce the release of Squid-3.3.0.3 for testing.

+

The Squid Team are pleased to announce the release of Squid-3.3.1 for testing.

This new release is available for download from http://www.squid-cache.org/Versions/v3/3.3/ or the mirrors.

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

We welcome feedback and bug reports. If you find a bug, please see -http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d for how to submit a report with a stack trace.

+http://wiki.squid-cache.org/SquidFaq/BugReporting +for how to submit a report with a stack trace.

1.1 Known issues

Although this release is deemed good enough for use in many setups, please note the existence of -open bugs against Squid-3.3.

+open bugs against Squid-3.3.

+

1.2 Changes since earlier releases of Squid-3.3

@@ -250,7 +252,6 @@ to happen. The request_header_add option supports fast ACLs only.

sslproxy_cert_adapt

New option to adapt certain properties of outgoing SSL certificates generated for use when bumping SSL to an upstream server.

-

@@ -260,9 +261,9 @@ to happen. The request_header_add option supports fast ACLs only.

acl
-

myport and myipACL types replaced with localport and localip respecitively. +

myport and myipACL types replaced with localport and localip respectively. To reflect that it matches the TCP connection details and not the squid.conf port. -This matters when dealing with interecepted traffic, where the Squid receiving port differs from the TCP connection IP:port. +This matters when dealing with intercepted traffic, where the Squid receiving port differs from the TCP connection IP:port. Always use myportname type to match the squid.conf port details.

New default built-in ACLs for testing SSL certificate properties.

ssl::certHasExpired, @@ -274,8 +275,8 @@ Always use myportname type to match the squid.conf port details.

logformat

New token %ssl::bump_mode to log the SSL-bump mode type performed on a request. Logs values of: -, none, client-first, or server-first.

-

New token of %ssl::>cert_subject to log the Subject field of a SSL certficate received from the client.

-

New token of %ssl::>cert_issuer to log the Issuer field of a SSL certficate received from the client.

+

New token of %ssl::>cert_subject to log the Subject field of a SSL certificate received from the client.

+

New token of %ssl::>cert_issuer to log the Issuer field of a SSL certificate received from the client.

ssl_bump

New action types none, client-first, server-first. The default is none.

@@ -292,7 +293,8 @@ and allow with client-first. However an upgrade to server-

-

There are no removed squid.conf tags in Squid-3.3.

+ +

There are no removed squid.conf options in Squid-3.3.

@@ -434,9 +436,6 @@ This configure option is now needed to disable it. Previously it did nothing.

storeurl_rewrite_program

Not yet ported from 2.7

-
update_headers
-

Not yet ported from 2.7

-

diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index eaa4f3ee28..17caeaf7a1 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -1,6 +1,6 @@
-Squid 3.3.0.3 release notes +Squid 3.3.1 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.3.0.3 for testing. +The Squid Team are pleased to announce the release of Squid-3.3.1 for testing. This new release is available for download from or the .