From: Amos Jeffries
Date: Mon, 27 Oct 2008 05:19:11 +0000 (+1300)
Subject: ChangeLog and Release Notes updates
X-Git-Tag: SQUID_3_2_0_1~1371
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4cd9a0d9afe7a11e55849edf8055c5bb152a10;p=thirdparty%2Fsquid.git
ChangeLog and Release Notes updates
---
diff --git a/ChangeLog b/ChangeLog
index ef94d1666f..b3f4d0abf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
-Changes to squid-3.1.0.1 (16 Oct 2008):
+Changes to squid-3.1.0.1 (27 Oct 2008):
+
+ - Bundled ntlm_auth helper renamed (see Release Notes before changing anything)
- peername ACL added for matching against a named peer destination
- configure option --with-logdir= added to select log files location
- squid_kerb_auth helper updated to 1.0.3 release
@@ -7,12 +9,12 @@ Changes to squid-3.1.0.1 (16 Oct 2008):
- Bug #2379: obsolete dns_testnames option
- Code test infrastructure expanded to configuration testing
- Policy changes to negative_ttl, cache deny QUERY, refresh_pattern
- to bring their defaults up to RFC requirements.
+ to bring their defaults up to RFC 2616 requirements.
- Large increase in RFC 2616 standard compliance (ongoing)
- squid.conf cleanups for minimal config
- Connection Pinning ported from 2.6 for NTLM passthru authentication
- eCAP internal adaptation module support
- - Localization of error pages
+ - Localization and CSS display control of error pages
- Added semi-automatic documentation of source code
- Added TE chunked encoding decoder to workaround broken HTTP/1.1 servers
- HTCP improvements ported from 2.7 adding HTCP CLR requests
@@ -26,13 +28,14 @@ Changes to squid-3.1.0.1 (16 Oct 2008):
CONNECT and transparently redirected SSL traffic, using configurable
client- and server-side certificates. While decrypted, the traffic
can be inspected using ICAP.
- - TPROXY version 4.1 support now included.
+ - TPROXY version 4.1 support
- IPFW and Netfilter interception methods may now both be built in one binary.
- ZPH Quality of Service patch now integrated
- Null store now fully obsoleted and removed
- Unknown request methods all supported
- Follow_x_forwarder_for ported from 2.6
- Bug #2223: Follow XFF extensions added
+ - ... and many code and documentation cleanups
Changes to squid-3.0.STABLE10 (14 Oct 2008):
diff --git a/doc/release-notes/release-3.1.html b/doc/release-notes/release-3.1.html
index 69fcb60bab..e6eecf925e 100644
--- a/doc/release-notes/release-3.1.html
+++ b/doc/release-notes/release-3.1.html
@@ -249,6 +249,8 @@ with the RADIUS server. A new helper will be needed for IPv6 RADIUS protocol.
Details in
The Squid wiki
+Localization
+
The error pages presented by squid may now be localized per-request to match the visitors local preferred language.
The error_directory option in squid.conf needs to be removed.
@@ -260,6 +262,15 @@ Updates can be downloaded from
The squid developers are interested in making squid available in a wide variety of languages.
Contribution of new languages is encouraged.
+CSS Stylesheet controls
+
+To further enhance the visitor experience all new translations have embeded CSS hooks for scalable per-site localization of the display.
+
+CSS display is controlled by updating the errorpage.css file installed into Squids configuration directory
+or the err_page_stylesheet option in squid.conf.
+
+Custom error pages can also embed the CSS content by adding the %l tag to their headers.
+
@@ -702,6 +713,9 @@ Squid will follow a policy of prefering IPv6 links, keeping the IPv4 only as a s
+err_page_stylesheet
+New option to configure location for CSS stylesheet controlling error page display.
+
error_default_language
New option to replace the old configure option --enable-default-err-language
New translations can be downloaded from http://www.squid-cache.org/Versions/langpack/
@@ -1328,7 +1342,7 @@ This options requires a linux kernel 2.6.25 or later for embeded netfilter TPROX
--enable-linux-tproxy
Deprecated. Remains only to support old TPROXY version 2.2 installations.
---enable-ntm-auth-helpers
+--enable-ntlm-auth-helpers
Helper previously built by SMB is now built by smb_lm.
It also has a new squid.conf name for usage, see auth_param above for details.
diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml
index 652412b2b6..93b70b62b8 100644
--- a/doc/release-notes/release-3.1.sgml
+++ b/doc/release-notes/release-3.1.sgml
@@ -170,6 +170,8 @@ config options provided on a clean install.
Details in
+Localization
+
The error pages presented by squid may now be localized per-request to match the visitors local preferred language.
The error_directory option in squid.conf needs to be removed.
@@ -180,6 +182,15 @@ Updates can be downloaded from