From 24d2fbdccffa7526540b72329bb39c587a471246 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 30 Jun 2011 20:47:20 -0600 Subject: [PATCH] Prep for 3.1.13 --- ChangeLog | 6 ++++++ doc/release-notes/release-3.1.html | 30 +++++------------------------ doc/release-notes/release-3.1.sgml | 31 ++++++------------------------ 3 files changed, 17 insertions(+), 50 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77ad107873..36be3f69a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Changes to squid-3.1.13 (01 Jul 2011): + + - Regression Bug 3239: problems with myip/myport upgrade + - Bug 3153: hung ICAP RESPMOD transactions + - Update ssl_crtd to use 'OK' status inline with other helpers + Changes to squid-3.1.12.3 (18 Jun 2011): - Bug 3236: Port of %oa, % - Squid 3.1.12.3 release notes + Squid 3.1.13 release notes -

Squid 3.1.12.3 release notes

+

Squid 3.1.13 release notes

Squid Developers


@@ -71,7 +71,7 @@ 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.1.12.3

+

The Squid Team are pleased to announce the release of Squid-3.1.13

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

@@ -99,6 +99,7 @@ While this release is not fully bug-free we believe it is ready for use in produ

@@ -1311,7 +1312,7 @@ format, so all helpers will need to be checked and converted to cope with such i X-Forwarded-For header. If set to "truncate", Squid will remove all existing - X-Forwarded-For entries, and place itself as the sole entry. + X-Forwarded-For entries, and place the client IP as the sole entry.

@@ -1643,27 +1644,6 @@ or localization tools are not available.

A copy of the latest translated files can instead be downloaded from http://www.squid-cache.org/Versions/langpack/

-
--with-dns-cname
-

Enable CNAME recursion within the Internal DNS resolver stub squid uses. -This has no effect on the external DNS helper.

-

Please note this extension is still experimental and may encounter problems. -To see if it is actually needed you can run squid without it for a period and -check the CNAME-Only Requests statistics squid maintains.

-

If it produces ongoing serious problems the external helper may be needed -but please report the bugs anyway.

- -
--with-libexpat / --without-libexpat
-

Require libexpat XML parser to be built into Squid for ESI parsing. -Build will fail if this option is used and the library is not present. -Default is to auto-detect it when using ESI and ignore if not present. -Use --without-libexpat to prevent it being auto-detected.

- -
--with-libxml2 / --without-libxml2
-

Require libxml2 XML parser to be built into Squid for ESI parsing. -Build will fail if this option is used and the library is not present. -Default is to auto-detect it when building with ESI. -Use --without-libxml2 to prevent it being auto-detected.

-
--with-logdir=PATH

Allow build-time configuration of Default location for Squid logs.

diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index d118340551..6bcca49bc6 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.12.3 release notes +Squid 3.1.13 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.1.12.3 +The Squid Team are pleased to announce the release of Squid-3.1.13 This new release is available for download from or the . @@ -24,7 +24,8 @@ We welcome feedback and bug reports. If you find a new bug, please see Known issues

-Although this release is deemed good enough for use in many setups, please note the existence of . +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.1 series are: @@ -38,6 +39,7 @@ Although this release is deemed good enough for use in many setups, please note Windows support is still largely missing. AIX support for building with the IBM compiler is broken. + OpenSSL 1.0.0 support is incomplete. @@ -1134,7 +1136,7 @@ NOCOMMENT_START X-Forwarded-For header. If set to "truncate", Squid will remove all existing - X-Forwarded-For entries, and place itself as the sole entry. + X-Forwarded-For entries, and place the client IP as the sole entry. header_replace @@ -1443,27 +1445,6 @@ This section gives an account of those changes in three categories:

A copy of the latest translated files can instead be downloaded from - --with-dns-cname -

Enable CNAME recursion within the Internal DNS resolver stub squid uses. - This has no effect on the external DNS helper. -

Please note this extension is still experimental and may encounter problems. - To see if it is actually needed you can run squid without it for a period and - check the CNAME-Only Requests statistics squid maintains. -

If it produces ongoing serious problems the external helper may be needed - but please report the bugs anyway. - - --with-libexpat / --without-libexpat -

Require libexpat XML parser to be built into Squid for ESI parsing. - Build will fail if this option is used and the library is not present. - Default is to auto-detect it when using ESI and ignore if not present. - Use --without-libexpat to prevent it being auto-detected. - - --with-libxml2 / --without-libxml2 -

Require libxml2 XML parser to be built into Squid for ESI parsing. - Build will fail if this option is used and the library is not present. - Default is to auto-detect it when building with ESI. - Use --without-libxml2 to prevent it being auto-detected. - --with-logdir=PATH

Allow build-time configuration of Default location for Squid logs. -- 2.47.2