From: Amos Jeffries
Date: Wed, 28 Jul 2010 06:55:23 +0000 (+1200)
Subject: Prep for 3.1.5.1
X-Git-Tag: SQUID_3_1_5_1~2
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c2964aeee68dac02b9687ac762f7428a4b61bb3;p=thirdparty%2Fsquid.git
Prep for 3.1.5.1
---
diff --git a/ChangeLog b/ChangeLog
index e9f72f2724..391a430719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Changes to squid-3.1.5.1 (28 Jul 2010):
+
+ - Update Libtool to 2.2.
+ - Bug 2985: search scope for digest_ldap_auth didn't work
+ - Bug 2972: LTDL 2.2.6b compile errors
+ - Bug 2963: Stop ignoring --with-valgrind-debug failures
+ - Bug 2885: AIX support: several fixes
+ - Bug 2651: crash handling NULL write callback
+ - Fixed several memory leaks related to Range requests
+ - Fixed Joomla DB auth handling
+ - Fixed SASL helper build checks
+ - Fixed several IPv6 portability problems
+ - Updated error page translations
+
Changes to squid-3.1.5 (02 Jul 2010):
- Bug 2967: raw-IPv6 address URL with append_domain broken
diff --git a/doc/release-notes/release-3.1.html b/doc/release-notes/release-3.1.html
index 6cd96723ae..025983d29e 100644
--- a/doc/release-notes/release-3.1.html
+++ b/doc/release-notes/release-3.1.html
@@ -1,11 +1,11 @@
-
- Squid 3.1.5 release notes
+
+ Squid 3.1.5.1 release notes
-Squid 3.1.5 release notes
+Squid 3.1.5.1 release notes
Squid Developers
@@ -70,7 +70,7 @@ for Applied Network Research and members of the Web Caching community.
-The Squid Team are pleased to announce the release of Squid-3.1.5.
+The Squid Team are pleased to announce the release of Squid-3.1.5.1
This new release is available for download from
http://www.squid-cache.org/Versions/v3/3.1/ or the
mirrors.
@@ -89,17 +89,16 @@ While this release is not fully bug-free we believe it is ready for use in produ
- The lack of some features available in Squid-2.x series. See the regression sections below for full details.
-- The lack of IPv6 split-stack support for MacOSX, OpenBSD and maybe others.
+- IPv6 split-stack support for Windows XP, MacOS X, OpenBSD and maybe others is still not complete.
Currently known issues which only depends on available developer time and may still be resolved in a future 3.1 release are:
-- IPv4 fall-back occasionally failing on dual IPv4/IPv6 websites.
- An ongoing slow FD leak introduced somewhere during the Squid-3.0 cycle.
- Windows support is still largely missing.
-- Build status for the 3.x series is still largely unknown for Unix based OS and other less popular systems.
+- AIX support for building with the IBM compiler is broken.
@@ -231,7 +230,7 @@ Details can be found in the wiki
Limitations of IPv6 Support
-In this release there is no split-stack support. This means that OS which do not provide
+
In this release there is incomplete split-stack support. This means that OS which do not provide
IP stacks based on the KAME stack with Hybrid extensions to do IPv4-mapping cannot use IPv6
with Squid.
@@ -1572,7 +1571,7 @@ proxies.
--disable-ipv6
Build without IPv6 support. The default is to auto-detect system capabilities
-and build with IPv6 when possible.
+and use IPv6 when possible.
--disable-loadable-modules
Build without support for loadable modules.
@@ -1616,10 +1615,6 @@ Use --without-libxml2 to prevent it being auto-detected.
--with-logdir=PATH
Allow build-time configuration of Default location for squid logs.
---with-ipv6-split-stack
-Force enable special additions for IPv6 support in Windows XP and various BSD systems.
-see the IPv6 details above for a better description.
-
--with-pidfile=PATH
Allow build-time configuration of Default location and name of squid.pid file.
diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml
index 9794bbe925..efdda50b7b 100644
--- a/doc/release-notes/release-3.1.sgml
+++ b/doc/release-notes/release-3.1.sgml
@@ -1,6 +1,6 @@
-Squid 3.1.5 release notes
+Squid 3.1.5.1 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.5.
+The Squid Team are pleased to announce the release of Squid-3.1.5.1
This new release is available for download from or the .
@@ -30,16 +30,15 @@ Although this release is deemed good enough for use in many setups, please note
- The lack of some features available in Squid-2.x series. See the regression sections below for full details.
-
- The lack of IPv6 split-stack support for MacOSX, OpenBSD and maybe others.
+
- IPv6 split-stack support for Windows XP, MacOS X, OpenBSD and maybe others is still not complete.
Currently known issues which only depends on available developer time and may still be resolved in a future 3.1 release are:
- - IPv4 fall-back occasionally failing on dual IPv4/IPv6 websites.
- An ongoing slow FD leak introduced somewhere during the Squid-3.0 cycle.
- Windows support is still largely missing.
-
- Build status for the 3.x series is still largely unknown for Unix based OS and other less popular systems.
+
- AIX support for building with the IBM compiler is broken.
@@ -162,7 +161,7 @@ config options provided on a clean install.
Limitations of IPv6 Support
-In this release there is no split-stack support. This means that OS which do not provide
+
In this release there is incomplete split-stack support. This means that OS which do not provide
IP stacks based on the KAME stack with Hybrid extensions to do IPv4-mapping cannot use IPv6
with Squid.
@@ -1375,7 +1374,7 @@ This section gives an account of those changes in three categories:
--disable-ipv6
Build without IPv6 support. The default is to auto-detect system capabilities
- and build with IPv6 when possible.
+ and use IPv6 when possible.
--disable-loadable-modules
Build without support for loadable modules.
@@ -1419,10 +1418,6 @@ This section gives an account of those changes in three categories:
--with-logdir=PATH
Allow build-time configuration of Default location for squid logs.
- --with-ipv6-split-stack
-
Force enable special additions for IPv6 support in Windows XP and various BSD systems.
- see the IPv6 details above for a better description.
-
--with-pidfile=PATH
Allow build-time configuration of Default location and name of squid.pid file.