]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.0.STABLE16
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Jun 2009 06:35:25 +0000 (18:35 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Jun 2009 06:35:25 +0000 (18:35 +1200)
ChangeLog
doc/release-notes/release-3.0.html
doc/release-notes/release-3.0.sgml

index 241c26f6c3800d07a53bd84ca1877e3dca399ec4..f385dd9f554d2fd0e2978d5bb3f88d21b6a5ca0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -140,9 +140,23 @@ 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.STABLE16 (15 Jun 2009):
+
+       - Bug 2672: cacheMemMaxSize 32-bit overflow during snmpwalk
+       - Bug 2481: Don't set expires: now in generated error responses
+       - Bug 2387: The calculation of the number of hash buckets correctly
+       - Fix infinite loop in MSNT auth helper
+       - Fix FD_SETSIZE on FreeBSD
+       - Fix stripping NT domain in squid_ldap_group
+       - Fix RADIUS auth helper build
+       - Add Translate: and Unless-Modified-Since: headers to known list
+       - Make fakeauth handle NTLMv2 better
+       - Better Kerberos support detection
+       - Several Widows port fixes
+
 Changes to squid-3.0.STABLE16-RC1 (16 May 2009):
 
-       - Bug 1148 Ported from 3.1: Chunked Transfer Encoding
+       - Bug 1148: Ported from 3.1: Chunked Transfer Encoding
        - Bug 2648: NTLM helpers not shutting down when deferred
 
 Changes to squid-3.0.STABLE15 (06 May 2009):
index 2bb746ff0df1b95feb244cd302766e6c0cdc5505..bb81b8787b25778b18c580c4dbd44ea8c253c01c 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.50">
- <TITLE>Squid 3.0.STABLE10 release notes</TITLE>
+ <TITLE>Squid 3.0.STABLE16 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.0.STABLE10 release notes</H1>
+<H1>Squid 3.0.STABLE16 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
 Squid is a WWW Cache application developed by the National Laboratory
 for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
-<P>
-<H2><A NAME="toc1">1.</A> <A HREF="#s1">Notice</A></H2>
-
-<P>
-<H2><A NAME="toc2">2.</A> <A HREF="#s2">Known issues</A></H2>
-
-<P>
-<H2><A NAME="toc3">3.</A> <A HREF="#s3">Changes since earlier STABLE releases of Squid-3.0</A></H2>
-
-<P>
-<H2><A NAME="toc4">4.</A> <A HREF="#s4">Changes since Squid-2.6</A></H2>
-
-<UL>
-<LI><A NAME="toc4.1">4.1</A> <A HREF="#ss4.1">Major new features</A>
-<LI><A NAME="toc4.2">4.2</A> <A HREF="#ss4.2">2.6 features not found in Squid-3.0</A>
-<LI><A NAME="toc4.3">4.3</A> <A HREF="#ss4.3">Logging changes</A>
-</UL>
-<P>
-<H2><A NAME="toc5">5.</A> <A HREF="#s5">Windows support</A></H2>
-
-<P>
-<H2><A NAME="toc6">6.</A> <A HREF="#s6">Changes to squid.conf since Squid-2.6</A></H2>
-
-<UL>
-<LI><A NAME="toc6.1">6.1</A> <A HREF="#ss6.1">New tags</A>
-<LI><A NAME="toc6.2">6.2</A> <A HREF="#ss6.2">Changes to existing tags</A>
-<LI><A NAME="toc6.3">6.3</A> <A HREF="#ss6.3">Removed tags</A>
-</UL>
-<P>
-<H2><A NAME="toc7">7.</A> <A HREF="#s7">Changes to ./configure Options since Squid-2.6</A></H2>
-
-<UL>
-<LI><A NAME="toc7.1">7.1</A> <A HREF="#ss7.1">New options</A>
-<LI><A NAME="toc7.2">7.2</A> <A HREF="#ss7.2">Changes to existing options</A>
-<LI><A NAME="toc7.3">7.3</A> <A HREF="#ss7.3">Removed options</A>
-</UL>
-<P>
-<H2><A NAME="toc8">8.</A> <A HREF="#s8">Regressions since Squid-2.7</A></H2>
-
-<UL>
-<LI><A NAME="toc8.1">8.1</A> <A HREF="#ss8.1">Missing squid.conf options available in Squid-2.7</A>
-<LI><A NAME="toc8.2">8.2</A> <A HREF="#ss8.2">Missing ./configure options available in Squid-2.7</A>
-</UL>
-
-<HR>
-<H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
-
-<P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE10.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE16.</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>
index 325dd0e6cf3937f635becfbad0396bf75fc10e6d..15f1e31edc19aafa18d3fbb11c3a1f5c6e3d3a27 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.0.STABLE16-RC1 release notes</title>
+<title>Squid 3.0.STABLE16 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.STABLE16-RC1.
+The Squid Team are pleased to announce the release of Squid-3.0.STABLE16.
 
 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">.