From 8fe9e0a2e4df5b3fdc8f3aaece099e2dfc38410d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 13 Oct 2011 01:47:10 -0600 Subject: [PATCH] Prep for 3.2.0.13 and 3.1.16 --- ChangeLog | 35 ++++++++++++++++++++++++++++++ doc/release-notes/release-3.1.sgml | 10 ++++++--- doc/release-notes/release-3.2.sgml | 16 ++++++-------- 3 files changed, 49 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc686e3680..854da0182c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Changes to squid-3.2.0.13 (14 Oct 2011): + + - Regression Bug 3363: never_direct always 'unable to forward this request at this time' + - Regression Bug 3351: FTP timeout causing "store_status == STORE_PENDING" assertion + - Regression Bug 3336: reconfigure assertion 'hlp->childs.n_running > 0' + - Regression fix: always_direct/never_direct failures + - Regression fix: stop an SSL header file being included after --disable-ssl + - Regression fix: parse HTTP list headers with embedded 8-bit characters + - Bug 3355: configure setting --with-swapdir ignored + - Bug 3325: option to selectively enable strict host verify checks + - Bug 3337: HTTP status 200 is not accepted for deny_info + - Bug 3077: '\' in url query strings cause Digest authentication to fail + - Support SMP worker shared memory cache + - Support SMP worker shared disk cache (rock) + - ext_session_acl: version 1.1 + - Fix Host verify: do not pinn destination IP if URL re-write has been done + - Fix IPF interception + - Fix ssl_crtd "Cannot add certificate to db" when updating expired cert + - Fix ssl_crtd CertificateDB locking scheme + - ... and all changes from 3.1.16 + - ... and many compile and polishing fixes + Changes to squid-3.2.0.12 (17 Sep 2011): - Regression Bug 3335: ICAP service is down @@ -264,6 +286,19 @@ Changes to squid-3.2.0.1 (03 Aug 2010): - ... and a great many testing improvements - ... and many documentation updates +Changes to squid-3.1.16 (14 Oct 2011): + + - Bug 3373: invalid URL in ERR_CACHE_ACCESS_DENIED + - Bug 3368: Unhandled exceptions are not logged (workaround) + - Bug 3326: miss_access incorrect default + - Bug 3320: miss_access description confusing + - Bug 3241: squid_kerb_auth cross compilation fix + - Bug 3237: seq fault in free() from rfc1035RRDestroy + - Bug 3190: Large HTTP POST stuck after early ICAP 400 error response + - db_auth: display available DSN drivers on connect error + - Updated OpenSSL 1.0.0 version checks + - ... and several documentation fixes + Changes to squid-3.1.15 (28 Aug 2011): - Regression fix: vhost and defaultsite causing vport to be ignored diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index eb7ea23d0f..a9e3ed771c 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.15 release notes +Squid 3.1.16 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.15 +The Squid Team are pleased to announce the release of Squid-3.1.16 This new release is available for download from or the . @@ -31,12 +31,12 @@ Although this release is deemed good enough for use in many setups, please note The lack of some features available in Squid-2.x series. See the regression sections below for full details. - CVE-2009-0801 : NAT interception vulnerability to malicious clients. This is fixed in 3.2 series.

Currently known issues which only depends on available developer time and may still be resolved in a future 3.1 release are: + CVE-2009-0801 : NAT interception vulnerability to malicious clients. This is fixed in 3.2 series. Windows support is still largely missing. AIX support for building with the IBM compiler is broken. OpenSSL 1.0.0 support is incomplete. @@ -608,6 +608,10 @@ This section gives a thorough account of those changes in three categories: *) May negatively impact connection delay times. + dns_v4_first +

Added in 3.1.16. Controls whether IPv4 or IPv6 connection is + attempted first when contacting servers and peers. + ecap_enable

Controls whether eCAP support is enabled. Default: OFF diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 50f8092e69..38e7762c41 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@

-Squid 3.2.0.12 release notes +Squid 3.2.0.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.2.0.12 for testing. +The Squid Team are pleased to announce the release of Squid-3.2.0.13 for testing. This new release is available for download from or the . @@ -85,13 +85,11 @@ Most user-facing changes are reflected in squid.conf (see below).

Workers can share logs. -

Workers cannot share caches, for now. Cache_dir options must be adjusted to - point each disk-caching worker to its own disk area. ICP and HTCP responses - are based on the responding worker cache state. Overall, SMP Squid behaves - as a Squid farm behind a load-balancer with no cache affinity awareness. - This is perfect for non-caching Squids but inappropriate for Squids that - must coordinate caching activities (in-between environments are in a gray - area requiring case-by-case analysis). +

Workers can share caches. Memory cache is automatically shared when multiple + workers are used. Cache_dir are shared when configured with the rock + storage type. Cache_dir of other types must be adjusted to point each + disk-caching worker to its own disk area. ICP and HTCP responses are based + on the responding worker cache state.

Cache manager statistics are reported from a worker point of view, for now. Though some reports are combined. SNMP statistics are combined across all -- 2.47.3