From: Amos Jeffries Date: Tue, 4 Aug 2009 11:09:52 +0000 (+1200) Subject: Prep for 3.0.STABLE18 X-Git-Tag: SQUID_3_0_STABLE18~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23df31122cbdc449da899be81a15b7ef907c052e;p=thirdparty%2Fsquid.git Prep for 3.0.STABLE18 --- diff --git a/ChangeLog b/ChangeLog index f7c5d0788a..3c8721207f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Changes to squid-3.0.STABLE18 (04 Aug 2009): + + - Bug 2728: regression: assertion failed: !eof + - Bug 2732: reply_body_max_size smaller than error page loops + infinitely until out of memory + - Bug 2725: pconn failure if domain or client_address are unset + - Bug 2648: reserved helpers not shut down after reconfigure/rotate + - Bug 2462: make check should tell when cppunit is missing + - Remove excess messages about headers < minimum size + - Support Libtool 2.2.6 + Changes to squid-3.0.STABLE17 (27 Jul 2009): - Bug 2680 regression: Crash after rotate with no helpers running diff --git a/doc/release-notes/Makefile b/doc/release-notes/Makefile index 24589af801..fc62a115ed 100644 --- a/doc/release-notes/Makefile +++ b/doc/release-notes/Makefile @@ -15,7 +15,8 @@ $(DOC).txt: $(DOC).sgml linuxdoc -B txt --filter $(DOC) $(DOC).html: $(DOC).sgml - linuxdoc -B html --split=0 $(DOC) + linuxdoc -B html -T 2 --split=0 $< + perl -i -p -e "s%$(DOC).html%%" $(DOC).html $(DOC).man: $(DOC).sgml linuxdoc -B txt -m $(DOC) diff --git a/doc/release-notes/release-3.0.html b/doc/release-notes/release-3.0.html index b282ae91ba..28c8b4b1e6 100644 --- a/doc/release-notes/release-3.0.html +++ b/doc/release-notes/release-3.0.html @@ -2,10 +2,10 @@ - Squid 3.0.STABLE17 release notes + Squid 3.0.STABLE18 release notes -

Squid 3.0.STABLE17 release notes

+

Squid 3.0.STABLE18 release notes

Squid Developers


@@ -13,9 +13,54 @@ Squid is a WWW Cache application developed by the National Laboratory for Applied Network Research and members of the Web Caching community.
-

1. Notice

+

+

1. Notice

+ +

+

2. Known issues

+ +

+

3. Changes since earlier STABLE releases of Squid-3.0

+ +

+

4. Changes since Squid-2.6

+ + +

+

5. Windows support

+ +

+

6. Changes to squid.conf since Squid-2.6

+ + +

+

7. Changes to ./configure Options since Squid-2.6

+ + +

+

8. Regressions since Squid-2.7

+ + + +
+

1. Notice

-

The Squid Team are pleased to announce the release of Squid-3.0.STABLE17.

+

The Squid Team are pleased to announce the release of Squid-3.0.STABLE18.

This new release is available for download from http://www.squid-cache.org/Versions/v3/3.0/ or the mirrors.

@@ -23,19 +68,19 @@ for Applied Network Research and members of the Web Caching community.

We welcome feedback and bug reports. If you find a bug, please see http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d for how to submit a report with a stack trace.

-

2. Known issues

+

2. Known issues

Although this release is deemed good enough for use in many setups, please note the existence of open bugs against Squid-3.0.

-

3. Changes since earlier STABLE releases of Squid-3.0

+

3. Changes since earlier STABLE releases of Squid-3.0

The 3.0 change history can be viewed here.

-

4. Changes since Squid-2.6

+

4. Changes since Squid-2.6

-

4.1 Major new features +

4.1 Major new features

Squid 3.0 represents a major rewrite of Squid and has a number of new features.

@@ -87,7 +132,7 @@ to perform some simple XML based processing, offloading the final page assembly

More information about ESI can be found from the ESI website http://www.esi.org

-

4.2 2.6 features not found in Squid-3.0 +

4.2 2.6 features not found in Squid-3.0

Some of the features found in Squid-2.6 is not available in Squid-3. @@ -107,7 +152,7 @@ Some have been dropped as they are not needed. Some have not yet been forward-po

-

4.3 Logging changes +

4.3 Logging changes

access.log

@@ -125,7 +170,7 @@ Some have been dropped as they are not needed. Some have not yet been forward-po http://www.squid-cache.org/Doc/FAQ/FAQ-6.html#ss6.7 for a definition of all log types.

-

5. Windows support

+

5. Windows support

This Squid version can run on Windows as a system service using the Cygwin emulation environment, or can be compiled in Windows native mode using the MinGW + MSYS development environment. Windows NT 4 SP4 and later are supported.
@@ -348,7 +393,7 @@ ScriptAlias /squid/cgi-bin/ "c:/squid/libexec/" -

6. Changes to squid.conf since Squid-2.6

+

6. Changes to squid.conf since Squid-2.6

There have been many changes to Squid's configuration file since Squid-2.6.

@@ -365,7 +410,7 @@ ScriptAlias /squid/cgi-bin/ "c:/squid/libexec/"

-

6.1 New tags +

6.1 New tags

@@ -682,7 +727,7 @@ See the accf_http(9) man page.

-

6.2 Changes to existing tags +

6.2 Changes to existing tags

@@ -878,7 +923,7 @@ This is useful for class 4 Delay Pools in Squid 3.x

-

6.3 Removed tags +

6.3 Removed tags

@@ -896,7 +941,7 @@ This is useful for class 4 Delay Pools in Squid 3.x

-

7. Changes to ./configure Options since Squid-2.6

+

7. Changes to ./configure Options since Squid-2.6

There have been some changes to Squid's build configuration since Squid-2.6.

@@ -914,7 +959,7 @@ This is useful for class 4 Delay Pools in Squid 3.x

-

7.1 New options +

7.1 New options

@@ -1029,7 +1074,7 @@ if it is not installed on your system.

-

7.2 Changes to existing options +

7.2 Changes to existing options

@@ -1073,7 +1118,7 @@ Automatic checks will enable best I/O loop method available.

-

7.3 Removed options +

7.3 Removed options

The following configure options have been removed.

@@ -1098,13 +1143,13 @@ Automatic checks will enable best I/O loop method available.

-

8. Regressions since Squid-2.7

+

8. Regressions since Squid-2.7

Some squid.conf and ./configure options which were available in Squid-2.7 are not yet available in Squid-3.0

If you need something to do then porting one of these from Squid-2 to Squid-3 is most welcome.

-

8.1 Missing squid.conf options available in Squid-2.7 +

8.1 Missing squid.conf options available in Squid-2.7

@@ -1248,7 +1293,7 @@ Automatic checks will enable best I/O loop method available.

-

8.2 Missing ./configure options available in Squid-2.7 +

8.2 Missing ./configure options available in Squid-2.7

diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index 591b7d9cdd..b4334f8a3e 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -1,6 +1,6 @@

-Squid 3.0.STABLE17 release notes +Squid 3.0.STABLE18 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.0.STABLE17. +The Squid Team are pleased to announce the release of Squid-3.0.STABLE18. This new release is available for download from or the .