]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Sync ChangeLog and ReleaseNotes
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2009 04:36:37 +0000 (17:36 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2009 04:36:37 +0000 (17:36 +1300)
ChangeLog
doc/release-notes/release-3.0.sgml
doc/release-notes/release-3.1.sgml

index 814ca6ab72405b3a76324242c3d9b177534c6e83..35d111a1a99fd372d73ac14e0f5da9dba9508a05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+Changes to squid-3.1.0.5 (03 Feb 2009):
+
+       - Bug 2583: Fixed issue in content adaptation
+       - Bug 2576: Make translate target obey --disable-auto-locale
+       - Bug 2571: Add DNS failover to use IPv4-only listen when IPv6 fails.
+       - Bug 2563: 99+% CPU Usage on FTP URL
+       - Bug 2505, 2524, 2558: fixed several issues on connection handling
+       - Fix several issues in request parsing
+       - Fix memory leak from logformat parsing
+       - Fix various ESI build errors
+       - Make configure tests use C++ instead of C
+       - Drop special localhost conversion RFC violation.
+       - Add Language: Arabic
+       - ... and various documentation and code polish
+
+Changes to squid-3.1.0.4 (23 Jan 2009):
+
+       - Regression Fix: Bug 2558: rollback bug 2395 fix.
+       - Bug 2555: Fixes to SNMP-MIB
+       - Bug 2550: assertion comm.cc:350 !fd_table[fd].closing()
+       - Bug 2547,2548: OSX compile errors (duplicate symbols and IPv6)
+       - Bug 2508: comm.cc:2035 assertion fd_table[fd].closing()
+       - Bug 2330: allow keep-alive+chunked; don't add max-age for no-cache
+       - Polish ZPH configuration interface
+       - Several Language Conversions to new auto-negotiate
+       - Port from 2.7: squidclient -V and -j options for HTTP/1.1 and 0.9 testing
+       - Fix: Pconn not being used when they should.
+       - Fix: Fix pinger immediate shutdowns
+       - Fix: Untangle CacheManager reports from log_fqdn
+       - ... and all bugs fixed for 3.0.STABLE12
+       - ... and many code polish and optimization fixes.
+
+Changes to squid-3.1.0.3 (5 Dec 2008):
+
+       - Regression Fix: StoreIOBuffer patch removed.
+       - Regression Fix: build issues with 3.1.0.2 bundle
+       - Security Bug 2526: default ALLOW when no list specified
+       - Bug 2525: encoding error on error pages
+       - Bug 2424: slow file descriptor leak
+       - Bug 2527: ICAP compile error on g++ 4.3.2
+       - Bug 2523: bad assertion left in from debug
+       - Bug 2395: FTP Auth errors and others not displayed
+       - Update squid_kerb_auth to 1.0.5
+         with better Squid integration.
+       - Fix cache_peer forcedomainname= option
+       - ... and many other minor fixes
+
 Changes to squid-3.1.0.2 (9 Nov 2008):
 
        - Bug 2516: error page templates not properly installed
@@ -45,6 +92,39 @@ Changes to squid-3.1.0.1 (27 Oct 2008):
        - Bug #2223: Follow XFF extensions added
        - ... and many code and documentation cleanups
 
+Changes to squid-3.0.STABLE13 (03 Feb 2009):
+
+       - Fix several issues in request parsing
+       - Fix memory leak from logformat parsing
+       - Fix various ESI build errors
+       - ... and some documentation updates
+
+Changes to squid-3.0.STABLE12 (21 Jan 2009):
+
+       - Bug 2533: Solaris (sparc) 64-bit build breaks with gcc/g++
+       - Bug 2542: ICAP filters break download resume
+       - Bug 2556: HTCP fails without icp_port
+       - Bug 2564: logformat '%tl' field not working as advertised
+       - Port from 3.1: TestBed basic build consistency checks
+       - Policy: Change half_closed_clients default to off
+       - Policy: Removed -V command line option, deprecated by 2.6
+       - ... and several other minor code cleanups
+
+Changes to squid-3.0.STABLE11 (24 Dec 2008):
+
+       - Bug 2424: filedescriptors being left unnecessary opened
+       - Bug 2545: fault passing ICAP filtered traffic to peers
+       - Bug 2227: Sefgaults in MemBuf::reset during idnsSendQuery
+       - ... and some minor admin and debug cleanups.
+
+Changes to squid-3.0.STABLE11-RC1 (3 Dec 2008):
+
+        - Removes patch causing cache of bad objects
+        - Bug 2526: bad security default in ACLChecklist
+        - Fixes regression: access.log request size tag
+        - Fixes cache_peer forceddomainname=X option
+        - ... and many minor documentation cleanups
+
 Changes to squid-3.0.STABLE10 (14 Oct 2008):
 
        - Bug 2391: Regression: bad assert in forwarding
index 723a906c552084ad27b4fdf541e3f95e9c333958..6b9861026bfa834093561f66a3a3fafe541fcec1 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.0.STABLE10 release notes</title>
+<title>Squid 3.0.STABLE13 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.0.STABLE10.
+The Squid Team are pleased to announce the release of Squid-3.0.STABLE13.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.0/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
@@ -700,6 +700,9 @@ See the accf_http(9) man page.
        <p>fake_auth helper for NTLM now accepts the '-S' parameter to strip NTLM domain off the username string.
           This is useful for class 4 Delay Pools in Squid 3.x
 
+       <tag>half_closed_clients</tag>
+       <p>New default value of OFF
+
 </descrip>
 
 <sect1>Removed tags<label id="removedtags">
index 6b3b8ba21670b9d498f00a288a3d36110f054a02..70d4fd53b85d34d2864025ddc45452c94c3dfffe 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.0.2 release notes</title>
+<title>Squid 3.1.0.5 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.0.2 for testing.
+The Squid Team are pleased to announce the release of Squid-3.1.0.5 for testing.
 
 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">.
 
@@ -235,7 +235,7 @@ The two releases configuration differs and only the TOS mode settings are direct
 <p>The lines above are spearated for documentation. qos_flows may be configured with all options on one line, or separated as shown.
 Also options may be repeated as many times as desired. Only the final configured value for any option will be used.
 
-<p>The legacy <b>Option</b> and <b>Priority</b> modes available in Squid-2.7 are no longer supported.
+<p>The legacy <em>Option</em> and <em>Priority</em> modes available in Squid-2.7 are no longer supported.
 
 
 <sect1>SSL Bump (for HTTPS Filtering and Adaptation)