From: Amos Jeffries Date: Sat, 1 May 2010 08:51:52 +0000 (+1200) Subject: Prep for 3.1.2 X-Git-Tag: SQUID_3_2_0_1~247 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca959baaa437f3bebb9baa06107ac308a31fb90b;p=thirdparty%2Fsquid.git Prep for 3.1.2 --- diff --git a/ChangeLog b/ChangeLog index 802cdb2888..6594557cf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Changes to squid-3.1.2 (01 May 2010): + + - Bug 2913: Fix DB auth warning in new perl version + - Bug 2904: Prevent automake creating incomplete files + - Bug 2899: Regression: Restore lost rfc1738_unescape() data type + - Bug 2895: Regression: TPROXY2 compile errors + - Bug 2879: Regression: headers end-finding + - Bug 2874: Accept literal IPv6 address in icap_service URL + - Bug 2860: Regression: WCCPv1 handshake + - Bug 2848: Pass TCP_RST to client on early disconnect + - Debian Bug 578047: Correct behaviour of --enable-ipv6 + - HTTP/1.1: Advertise 1.1 on replies + - AIX / UNIX build fixes + - Cygwin build fixes + - squidclient: -k option to test connection keep-alive or close + - Improved helper build for wider compatibility + - Ensure the PID file directory exists on install + Changes to squid-3.1.1 (29 Mar 2010): - Bug 2873: undefined symbol diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index ab5a259736..40ddc80ad2 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.1 release notes +Squid 3.1.2 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.1.1. +The Squid Team are pleased to announce the release of Squid-3.1.2. This new release is available for download from or the . @@ -84,11 +84,13 @@ Snapshots generated from 3.HEAD continue to be highly volatile.

All this is previous policy you should be accustomed to. Now we get to the new numbering change. -

Initial branch packages will be generated with a 3.X.0.Z version as testing packages. +

Initial branch packages will be generated with a 3.X.0.Z version as beta testing packages. Packages and Snapshots generated with these 3-dot numbers are expected to be relatively stable regarding feature behaviors. Suitable for testing, but without any guarantees under production loads. This replaces both the old PRE and RC packages. -

If a large number of bugs are found several *.0.Z packages may be attempted before any is considered production-ready. +

If a large number of bugs are found several *.0.Z packages may be attempted before any is fully frozen for production use. + To be frozen as stable the code must be compiling well and have passed a period of 14 days with no new bugs reported against + the new code added in that release.

When one of these Squid-3.X.0.Z packages passes our bug-free standards a 3.X.Y numbered release will be made.