]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.2.0.13 and 3.1.16
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 13 Oct 2011 07:47:10 +0000 (01:47 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 13 Oct 2011 07:47:10 +0000 (01:47 -0600)
ChangeLog
doc/release-notes/release-3.1.sgml
doc/release-notes/release-3.2.sgml

index bc686e3680bee7d91608ea5ff2bd7419cc98ad0d..854da0182ca7fe05be38add4b10ac3dff9629f29 100644 (file)
--- 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
index eb7ea23d0ffd94dfc7706d3dc98aa2817ac243db..a9e3ed771c58ede31ffdfdf0d1d0a7c321c85100 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.15 release notes</title>
+<title>Squid 3.1.16 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-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 <url url="http://www.squid-cache.org/Versions/v3/3.1/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
@@ -31,12 +31,12 @@ Although this release is deemed good enough for use in many setups, please note
 
 <itemize>
        <item>The lack of some features available in Squid-2.x series. See the regression sections below for full details.
-       <item>CVE-2009-0801 : NAT interception vulnerability to malicious clients. This is fixed in 3.2 series.
 </itemize>
 
 <p>Currently known issues which only depends on available developer time and may still be resolved in a future 3.1 release are:
 
 <itemize>
+       <item>CVE-2009-0801 : NAT interception vulnerability to malicious clients. This is fixed in 3.2 series.
        <item>Windows support is still largely missing.
        <item>AIX support for building with the IBM compiler is broken.
        <item>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.
         </verb>
 
+       <tag>dns_v4_first</tag>
+       <p>Added in 3.1.16. Controls whether IPv4 or IPv6 connection is
+          attempted first when contacting servers and peers.
+
        <tag>ecap_enable</tag>
        <p>Controls whether eCAP support is enabled. Default: OFF
 
index 50f8092e694e504c4a54915515d1f50880ff917e..38e7762c4103db4e1852a85e3f37c6f8b0542efa 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.0.12 release notes</title>
+<title>Squid 3.2.0.13 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-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 <url url="http://www.squid-cache.org/Versions/v3/3.2/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
@@ -85,13 +85,11 @@ Most user-facing changes are reflected in squid.conf (see below).
 
 <p>Workers can share logs.
 
-<p>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).
+<p>Workers can share caches. Memory cache is automatically shared when multiple
+   workers are used. Cache_dir are shared when configured with the <em>rock</em>
+   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.
 
 <p>Cache manager statistics are reported from a worker point of view, for now.
    Though some reports are combined. SNMP statistics are combined across all