]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.0.STABLE14
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Apr 2009 09:31:11 +0000 (21:31 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Apr 2009 09:31:11 +0000 (21:31 +1200)
ChangeLog
doc/release-notes/release-3.0.html
doc/release-notes/release-3.0.sgml

index aaff2794d6219a73c137e58eca6ed86668a2c47d..a5af2db3b3cf7e7bb967f8a6c2f2ce30b3e47998 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+Changes to squid-3.0.STABLE14 (11 Apr 2009):
+
+       - Regression Fix: HTTP/0.9 in accelerator mode
+       - Bug 1232: cache_dir parameter limited to only 63 entries
+       - Bug 1868: support HTTP 207 status
+       - Bug 2518: assertion failure on restart/reconfigure
+       - Bug 2588: coredump in rDNS lookup
+       - Bug 2595: Out of bounds memory write in squid_kerb_auth
+       - Bug 2599: Idempotent start
+       - Bug 2605: Prevent setsid() on helpers in daemon mode
+       - Fix external_acl_type option parsing
+       - Fix delay pools counters on FTP
+       - Fix several issues with ident (some remain)
+       - Fix performance issues with persistent connections
+       - Fix performance issues with delay pools
+       - Fix forwarding of OPTIONS requests
+       - Add support for HTTP 1.1 Content-Disposition header
+       - Add support for Windows 7, Windows Server 2008 R2 and later
+       - ... and many small documentation updates
+
 Changes to squid-3.0.STABLE13 (03 Feb 2009):
 
        - Fix several issues in request parsing
index 89a6e7a927b74a80f53948a18ebb2db1f2116e97..c7371fe757026e9b3eab9c5998d7d30bc5c966d0 100644 (file)
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.50">
- <TITLE>Squid 3.0.STABLE13 release notes</TITLE>
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
+ <TITLE>Squid 3.0.STABLE14 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.0.STABLE13 release notes</H1>
+<H1>Squid 3.0.STABLE14 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -15,7 +15,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
 <H2><A NAME="s1">1. Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE13.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE14.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.0/">http://www.squid-cache.org/Versions/v3/3.0/</A> or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -227,6 +227,7 @@ redirect_program c:/winnt/system32/cmd.exe /C c:/squid/libexec/redir.cmd
 <LI>When Squid runs in command line mode, the launching user account must have administrative privilege on the system</LI>
 <LI>"Start parameters" in the Windows 2000/XP/2003 Service applet cannot be used</LI>
 <LI>Building with MinGW, when the configure option --enable-truncate is used, Squid cannot run on Windows NT, only Windows 2000 and later are supported</LI>
+<LI>On Windows Vista and later, User Account Control (UAC) must be disabled before running service installation</LI>
 </UL>
 </P>
 </DL>
@@ -713,10 +714,9 @@ See the accf_http(9) man page.
 <P>Common options <EM>no-store</EM>, replaces the older <EM>read-only</EM> option</P>
 
 <DT><B>auth_param</B><DD>
-<P>Removed Basic auth option
+<P>Removed Basic auth options:
 <PRE>
     blankpasswor, not yet ported to squid-3.
-    auth_param basic concurrency 0
         
 </PRE>
 </P>
@@ -847,7 +847,7 @@ See the accf_http(9) man page.
 This is useful for class 4 Delay Pools in Squid 3.x</P>
 
 <DT><B>half_closed_clients</B><DD>
-<P>New defaut vaue of OFF</P>
+<P>New default value of OFF</P>
 
 </DL>
 </P>
index acd167544287eac7ba3f1806e0e4c7e589f13f12..c25d3dbc100e3bbef77a517c27c63badf336993c 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.0.STABLE13 release notes</title>
+<title>Squid 3.0.STABLE14 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.STABLE13.
+The Squid Team are pleased to announce the release of Squid-3.0.STABLE14.
 
 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">.