---------------------
PatchSet 11614
Date: 2007/08/31 14:47:27
Author: hno
Branch: HEAD
Tag: (none)
Log:
Documentation update, preparing for 2.6.STABLE15
Members:
ChangeLog:1.625->1.626
doc/release-notes/release-2.6.html:1.49->1.50
doc/release-notes/release-2.6.sgml:1.62->1.63
Index: squid/ChangeLog
===================================================================
RCS file: /cvsroot/squid/squid/ChangeLog,v
retrieving revision 1.625
retrieving revision 1.626
diff -u -r1.625 -r1.626
--- squid/ChangeLog 15 Jul 2007 14:10:48 -0000 1.625
+++ squid/ChangeLog 31 Aug 2007 14:47:27 -0000 1.626
@@ -1,3 +1,8 @@
+ - X-Cache-Age header when using act-as-origin
+ - Bug #1843: multicast-siblings cache_peer option for optimising
+ multicast ICP relations
+ - Small script to verify that translated error pages uses the same %
+ codes
- Changed most temporary & forwarding errors to return 504 Gateway
Timeout
- support for FreeBSD accept filters
@@ -28,6 +33,39 @@
- Simple perl library and script for processing access.log files
- General code tidyups of HTTP parser and related optimizations
+Changes to squid-2.6.STABLE15 (31 Aug 2007)
+
+ - The select() I/O loop got broken by the /dev/poll addition
+ (2.6.STABLE14)
+ - Bug #2017: Fails to work around broken servers sending just the HTTP
+ headers
+ - Bug #2023: Compile error with old GCC 2.x or other ANSI-C compilers
+ before C99
+ - squid.conf.default updated and reorganised in more sensible groups
+ - correct and document the syslog access_log format
+ - Armenian error pages translation
+ - digest_ldap_helper usage help updated
+ - Bug #1560: ftpSendPasv: getsockname(-1,..): (9) Bad file descriptor
+ - Improve delay pools in low traffic environment by checking timeouts
+ at a steady 1 second interval even when there is not much activity
+ - Don't request authentication on transparently intercepted
+ connections
+ - Cleanup linux capabilities for tproxy
+ - Bug #2003: 'via' config directive doesn't affect response headers
+ - Bug #1902: Adds Numeric Hit and invalid request counters to IP Cache
+ - Add missing $|=1 to squid_db_auth
+ - Bug #2050: Persistent connection dropped if cache has no
+ Content-Length
+ - Verify the URL on memory cache hits
+ - Bug #2057: NTLM stop work in messengers after upgrade to 2.6.STABLE14
+ - Bug #1972: Squid sets peers to down state when they are in fact
+ working.
+ - potential segmentation fault in storeLocateVary()
+ - Bug #2066: chdir after chroot
+ - Windows port: Fix compiler warnings when building Squid as
+ application (not Windows service mode)
+ - Spelling correction of received
+
Changes to squid-2.6.STABLE14 (15 Jul 2007)
- squid.conf.default cleanup to have options in their proper sections.
Index: squid/doc/release-notes/release-2.6.html
===================================================================
RCS file: /cvsroot/squid/squid/doc/release-notes/release-2.6.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- squid/doc/release-notes/release-2.6.html 5 May 2007 22:12:31 -0000 1.49
+++ squid/doc/release-notes/release-2.6.html 31 Aug 2007 14:47:27 -0000 1.50
@@ -2,12 +2,12 @@
- Squid 2.6.STABLE12 release notes
+ Squid 2.6.STABLE15 release notes
-Squid 2.6.STABLE12 release notes
+Squid 2.6.STABLE15 release notes
-Squid Developers
$Id: release-2.6.html,v 1.49 2007/05/05 22:12:31 hno Exp $
+Squid Developers
$Id: release-2.6.html,v 1.50 2007/08/31 14:47:27 hno Exp $
This document contains the release notes for version 2.6 of Squid.
Squid is a WWW Cache application developed by the Web Caching community.
@@ -66,6 +66,12 @@
+
+
+
+
+
+
@@ -136,7 +142,7 @@
Selective access logging, and ability to log to more than access log possibly in different formats
New more efficient helper protocol allowing for multiple concurrent lookups to the same helper
Ability to rewrite Location headers (redirects sent by servers)
-
+Major cleanup or CARP. Now plays well with the other peering algorithms as just another non-ICP peering method.
@@ -197,6 +203,7 @@
wccp2_weightCache server load weigth in the cluster. (2.6.STABLE4)
check_hostnamesControl if Squid should check the sanity of host names before trying to look them up in DNS
allow_underscoresControl if _ is to be considered a valid character in hostnames or not
+cache_peer carp-load-factorOption removed. CARP now uses the weight parameter instead.
@@ -675,5 +682,55 @@
+
+
+
+
+- Make sure reply headers gets sent even if there is no body available
+yet, fixing RealMedia streaming over HTTP issues.
+- Bug #1814: SSL memory leak on persistent SSL connections
+- Ukrainan error messages
+- See also the list of
+squid-2.6.STABLE14 changes and the
+ChangeLog file for details.
+
+
+
+
+
+
+
+
+- Portability fix for systems requiring select(). Got broken when
+adding /dev/poll support in 2.6.STABLE14
+- Bug #2017: Work around broken servers sending just the HTTP headers
+- squid.conf.default documentation update and reorganisation
+- access_log syslog syntax cleaned up and documented
+- Armenian error pages translation
+- Bug #2057: NTLM stop work in messengers after upgrade to 2.6.STABLE14
+- Bug #1972: Squid sets peers to down state when they are in fact working.
+- Bug #2066: chdir after chroot
+- See also the list of
+squid-2.6.STABLE15 changes and the
+ChangeLog file for details.
+
+
+
+
+
+- New Kerberos Negotiate / SPNEGO helper
+- New SQL Database basic auth helper
+- New Solaris /dev/poll support
+- New Novell eDirectory Digest auth helper
+- New cache_dir min-size option
+- New pop3 basic auth helper
+- squid.conf.default cleanups
+- NTLM workaround for some applications not negotiating HTTP/1.0 persistent connetions
+- See also the list of
+squid-2.6.STABLE14 changes and the
+ChangeLog file for details.
+
+
+
Index: squid/doc/release-notes/release-2.6.sgml
===================================================================
RCS file: /cvsroot/squid/squid/doc/release-notes/release-2.6.sgml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- squid/doc/release-notes/release-2.6.sgml 16 Aug 2007 23:51:13 -0000 1.62
+++ squid/doc/release-notes/release-2.6.sgml 31 Aug 2007 14:47:27 -0000 1.63
@@ -1,8 +1,8 @@
-Squid 2.6.STABLE14 release notes
+Squid 2.6.STABLE15 release notes
Squid Developers
-$Id: release-2.6.sgml,v 1.62 2007/08/16 23:51:13 hno Exp $
+$Id: release-2.6.sgml,v 1.63 2007/08/31 14:47:27 hno Exp $
This document contains the release notes for version 2.6 of Squid.
@@ -588,12 +588,31 @@
- Bug #1814: SSL memory leak on persistent SSL connections
- Ukrainan error messages
- See also the list of and the and the file for details.
+Key changes squid-2.6.STABLE14 to 2.6.STABLE15
+
+
+
+ - Portability fix for systems requiring select(). Got broken when
+ adding /dev/poll support in 2.6.STABLE14
+
- Bug #2017: Work around broken servers sending just the HTTP headers
+
- squid.conf.default documentation update and reorganisation
+
- access_log syslog syntax cleaned up and documented
+
- Armenian error pages translation
+
- Bug #2057: NTLM stop work in messengers after upgrade to 2.6.STABLE14
+
- Bug #1972: Squid sets peers to down state when they are in fact working.
+
- Bug #2066: chdir after chroot
+
- See also the list of and the file for details.
+
+
- New Kerberos Negotiate / SPNEGO helper
@@ -606,8 +625,8 @@
- NTLM workaround for some applications not negotiating HTTP/1.0 persistent connetions
- See also the list of and the file for details.
+ name="squid-2.6.STABLE14 changes"> and the file for details.