--------------------- PatchSet 11530 Date: 2007/07/15 14:10:48 Author: hno Branch: HEAD Tag: (none) Log: Documentation update for 2.6.STABLE14 Members: ChangeLog:1.624->1.625 doc/release-notes/release-2.6.sgml:1.60->1.61 Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid/squid/ChangeLog,v retrieving revision 1.624 retrieving revision 1.625 diff -u -r1.624 -r1.625 --- squid/ChangeLog 10 May 2007 23:54:06 -0000 1.624 +++ squid/ChangeLog 15 Jul 2007 14:10:48 -0000 1.625 @@ -1,11 +1,18 @@ + - Changed most temporary & forwarding errors to return 504 Gateway + Timeout + - support for FreeBSD accept filters + - -I command line option to accept open socket on stdin + - Clean up filedescriptor limitations, and handle comm loop + restrictions proper + - max_filedescriptor squid.conf option + - external_acl_type %URI tag for referencing the complete requested + URI + - logformat %rp logging the URL-Path only (excluding hostname) - new logformat tag for logging the outgoing IP address (tcp_outgoing_address) - Rename cache_dir option read-only to no-store - - Bug #1130: min-size option for cache_dir - act-as-origin http_port option, making Squid act as if it was the origin server - - Always use xisxxxx() Squid defined macros instead of ctype - functions. - Use the client's DNS lookup if our DNS lookup fails on transparent requests - Clean up X-Forwarded-For acl_uses_indirect_client to make most @@ -21,6 +28,33 @@ - Simple perl library and script for processing access.log files - General code tidyups of HTTP parser and related optimizations +Changes to squid-2.6.STABLE14 (15 Jul 2007) + + - squid.conf.default cleanup to have options in their proper sections. + - documentation correction in the refresh_pattern ignore-auth option + - URI-escaping not uses the recommended upper-case hex codes + - refresh_pattern min-age 0 correted to really mean 0, and not 1 second + - Always use xisxxxx() Squid defined macros instead of ctype + functions. + - Kerberos SPNEGO/Negotiate helper for the negotiate scheme + - Database basic auth helper using Perl DBI to connect to most SQL DBs + - Solaris /dev/poll network I/O support + - configure fixes to make cross compilation somewhat easier + - Removed incorrect -a reference from http_port documentation + - Bug #1900: Double "squid -k shutdown" makes Squid restart again + - Bug #1968: Squid hangs occasionally when using DNS search paths + - Novell eDirectory digest auth helper (digest_edir_auth) + - Bug #1130: min-size option for cache_dir + - POP3 basic auth helper querying a POP3 server + - Cosmetic squid_ldap_auth fixes from Squid-3 + - Bug #1085: Add no-wrap to cache manager HTML tables + - Automatically restart if number of available filedescriptors becomes + alarmingly low, preventing a situation where Squid would otherwise + permanently stop processing requests. + - Bug #2010: snmp_core.cc:828: warning: array subscript is above + array bounds + - Deal better with forwarding loops + Changes to squid-2.6.STABLE13 (11 May 2007) - Make sure reply headers gets sent even if there is no body available 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.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- squid/doc/release-notes/release-2.6.sgml 5 May 2007 22:12:31 -0000 1.60 +++ squid/doc/release-notes/release-2.6.sgml 15 Jul 2007 14:10:49 -0000 1.61 @@ -1,8 +1,8 @@
-Squid 2.6.STABLE12 release notes +Squid 2.6.STABLE14 release notes Squid Developers -$Id: release-2.6.sgml,v 1.60 2007/05/05 22:12:31 hno Exp $ +$Id: release-2.6.sgml,v 1.61 2007/07/15 14:10:49 hno Exp $ This document contains the release notes for version 2.6 of Squid. @@ -578,5 +578,36 @@ name="ChangeLog"> file for details. +Key changes squid-2.6.STABLE13 to 2.6.STABLE14 + +

+ + 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 and the 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 and the file for details. + +