From c2bca1266e225ce41b9a65a50c35fc10bfb8563e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 1 Mar 2013 18:28:22 -0700 Subject: [PATCH] Prep for 3.3.2 and 3.2.8 --- ChangeLog | 23 ++++++++++++++++++++ doc/release-notes/release-3.2.sgml | 35 +++++++++++++----------------- doc/release-notes/release-3.3.sgml | 11 +++++----- 3 files changed, 44 insertions(+), 25 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5fb495e03..f6fe3b1d38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Changes to squid-3.3.2 (02 Mar 2013): + + - Bug 3781: Proxy Authentication not sent to cache_peer + - Bug 3794: MacOS: workaround compiler errors + - Bug 3720: Compile error in Solaris /OpenIndiana + - ... and all changes from squid 3.2.8 + Changes to squid-3.3.1 (09 Feb 2013): - Bug 3726: build errors with --disable-ssl @@ -43,6 +50,22 @@ Changes to squid-3.3.0.1 (21 Oct 2012): - ... and many compile error fixes - ... and a very large amount of code polish for faster compilation +Changes to squid-3.2.8 (02 Mar 2013): + + - Bug 3767: tcp_outgoing_tos/mark ACLs do not obey acl_uses_indirect_client + - Bug 3763: diskd Error: no filename in shm buffer + - Bug 3752: objects that cannot be cached in memory are not cached on disk + - Bug 3753: Removes the domain from the cache_peer server pconn key + - Bug 3749: IDENT lookup using wrong ports to identify the user + - Bug 3723: tcp_outgoing_tos/mark broken for CONNECT requests + - Bug 3686: cache_dir max-size default fails + - Bug 3515: crash in FtpStateData::ftpTimeout + - Bug 3329: Quieten orphan Comm::Connection messages + - Make squid -z for cache_dir rock preserve the rock DB + - Fixed several server connect problems + - ... and some build issues on SOlaris, OpenIndiana, MacOS X + - ... and soem documentation and debugs polishing + Changes to squid-3.2.7 (01 Feb 2013): - Bug 3736: Floating point exception due to divide by zero diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 79e03d1d8e..5a31c6eb49 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@
-Squid 3.2.7 release notes +Squid 3.2.8 release notes Squid Developers @@ -13,21 +13,21 @@ 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.7 for -testing. +The Squid Team are pleased to announce the release of Squid-3.2.8. 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. +

A large number of the show-stopper bugs have been fixed along with general improvements to the IPv6 support. +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 +

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

Although this release is deemed good enough for use in many setups, please note the existence of -. +.

Some issues to note as currently known in this release which are not able to be fixed in the 3.2 series are: @@ -595,14 +595,9 @@ This section gives a thorough account of those changes in three categories:

New format referrer to log with the format previously used by referer_log directive.

New format useragent to log with the format previously used by useragent_log directive. - acl : random, localip, localport + acl : random, urllogin

New type random. Pseudo-randomly match requests based on a configured probability. -

Renamed myip to localip. It matches the IP which the client connected to. -

Renamed myport to localport. It matches the port which the client connected to.

Ported urllogin option from Squid 2.7, to match a regex pattern on the URL login field (if any). -

The localip/localport differ from earlier releases where they matched a mix of - of an invalid IP and port 0, the client destination IP/port or the Squid listening IP/port. - This definition is now consistent across all modes of traffic received by Squid.

The manager ACL requires adjustment to cover new cache manager access. So it has now been built-in as a predefined ACL name matching URLs equivalent to the following regular expression: @@ -873,16 +868,16 @@ This section gives an account of those changes in three categories:

Replaced by --enable-eui --enable-auth-basic-helpers -

replaced by --enable-auth-basic. +

Replaced by --enable-auth-basic. --enable-auth-digest-helpers -

replaced by --enable-auth-digest. +

Replaced by --enable-auth-digest. --enable-auth-negotiate-helpers -

replaced by --enable-auth-negotiate. +

Replaced by --enable-auth-negotiate. --enable-auth-ntlm-helpers -

replaced by --enable-auth-ntlm. +

Replaced by --enable-auth-ntlm. --enable-referer-log

Obsolete. @@ -912,7 +907,7 @@ This section gives an account of those changes in three categories: An external_acl_type helper may be used to bypass authentication if that is suitable. cache_peer -

http11 Obsolete. +

Option http11 obsolete. external_acl_type

Format tag %{Header} replaced by %>{Header} @@ -922,9 +917,9 @@ This section gives an account of those changes in three categories:

Replaced by request_header_access and reply_header_access http_port -

no-connection-auth replaced by connection-auth=[on|off]. Default is ON. -

transparent option replaced by intercept -

http11 obsolete. +

Option no-connection-auth replaced by connection-auth=[on|off]. Default is ON. +

Option transparent option replaced by intercept +

Option http11 obsolete. http_access2

Replaced by adapted_http_access diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index 17caeaf7a1..fa040a5591 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -1,6 +1,6 @@

-Squid 3.3.1 release notes +Squid 3.3.2 release notes Squid Developers @@ -13,20 +13,21 @@ 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.1 for testing. +The Squid Team are pleased to announce the release of Squid-3.3.2. 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. +

A large number of the design flaws in SSL-Bump feature have been fixed 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 +

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

Although this release is deemed good enough for use in many setups, please note the existence of -. +. Changes since earlier releases of Squid-3.3 -- 2.47.2