--------------------- PatchSet 11788 Date: 2007/11/26 13:34:35 Author: hno Branch: SQUID_2_6 Tag: (none) Log: 2.6.STABLE17 Members: ChangeLog:1.604.2.18->1.604.2.19 configure.in:1.416.2.21->1.416.2.22 doc/release-notes/release-2.6.html:1.44.2.14->1.44.2.15 doc/release-notes/release-2.6.sgml:1.52.2.15->1.52.2.16 Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid/squid/ChangeLog,v retrieving revision 1.604.2.18 retrieving revision 1.604.2.19 diff -u -r1.604.2.18 -r1.604.2.19 --- squid/ChangeLog 5 Sep 2007 22:06:14 -0000 1.604.2.18 +++ squid/ChangeLog 26 Nov 2007 13:36:10 -0000 1.604.2.19 @@ -1,3 +1,42 @@ +Changes to squid-2.6.STABLE17 (26 Nov 2007) + + - Fix compile error with old GCC 2.x or other ANSI-C compilers before + C99 + - Mention the login= cache_peer option in release notes + - Fix bad cache_peer example in squid.conf + - Bug #2086: Fix a compile-time memory corruption error causing cf_gen + to fail + - Bug #2048: Clarify high_memory_warning usage + - Reject DNS responses which result in no data + - Fix version number in configuration manual + - Move cache and request/reply_header_max_size to their proper + sections + - Bug #2088: sbrk statistics broken when process size >2GB + - Move logopen() much earlier to have fatal startup errors sent to the + proper syslog facility + - Fix HTTP/0.9 responses + - Correct bad example config for tos_outgoing_tos + - Fix grammar in description of mail_program squid.conf option + - Ignore Content-Length in chunked responses instead of rejecting the + response as invalid + - Documented that http_port no longer have a default + - Cleanup of cache digest documentation + - Make aufs store rebuilding back off a little if I/O load too high + - Bug #2100: Respect DNS ttl=0 + - Update udp_(incoming|outgoing)_address documentation to reflect + current bahaviour. + - Update HTCP documentation + - Document the overlapping helper request format + - Change priority of proxy auth and extacl provided username in + login=*:pass + - pack header entries on cache updates + - Make squid_db_auth reopen the database connection on each query by + default + - Improve helper debug ouput, including the channel number + - Update cachePeerEntry MIB description to mention what is used as + index key + - Import squid_radius_auth for authenticating to RADIUS + Changes to squid-2.6.STABLE16 (5 Sep 2007) - Test for sys/capability.h linux include file to avoid failing on Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid/squid/configure.in,v retrieving revision 1.416.2.21 retrieving revision 1.416.2.22 diff -u -r1.416.2.21 -r1.416.2.22 --- squid/configure.in 26 Nov 2007 11:18:47 -0000 1.416.2.21 +++ squid/configure.in 26 Nov 2007 13:34:35 -0000 1.416.2.22 @@ -1,16 +1,16 @@ dnl dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.416.2.21 2007/11/26 11:18:47 adrian Exp $ +dnl $Id: configure.in,v 1.416.2.22 2007/11/26 13:34:35 hno Exp $ dnl dnl dnl -AC_INIT(Squid Web Proxy, 2.6.STABLE16-CVS, http://www.squid-cache.org/bugs/, squid) +AC_INIT(Squid Web Proxy, 2.6.STABLE17-CVS, http://www.squid-cache.org/bugs/, squid) AC_PREREQ(2.52) AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE -AC_REVISION($Revision: 1.416.2.21 $)dnl +AC_REVISION($Revision: 1.416.2.22 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE 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.44.2.14 retrieving revision 1.44.2.15 diff -u -r1.44.2.14 -r1.44.2.15 --- squid/doc/release-notes/release-2.6.html 15 Sep 2007 15:36:05 -0000 1.44.2.14 +++ squid/doc/release-notes/release-2.6.html 26 Nov 2007 13:34:35 -0000 1.44.2.15 @@ -2,12 +2,12 @@ - Squid 2.6.STABLE16 release notes + Squid 2.6.STABLE17 release notes -

Squid 2.6.STABLE16 release notes

+

Squid 2.6.STABLE17 release notes

-

Squid Developers

$Id: release-2.6.html,v 1.44.2.14 2007/09/15 15:36:05 hno Exp $ +

Squid Developers

$Id: release-2.6.html,v 1.44.2.15 2007/11/26 13:34:35 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. @@ -75,6 +75,9 @@

21. Key changes squid-2.6.STABLE15 to 2.6.STABLE16

+

+

22. Key changes squid-2.6.STABLE16 to 2.6.STABLE17

+

1. Key changes from squid 2.5

@@ -153,7 +156,7 @@

-
http_port

Now takes a list of options in addition to the port address, specifying the purpose of this http_port. Default is plain Internet proxy as usual.

+
http_port

Now takes a list of options in addition to the port address, specifying the purpose of this http_port. Default is plain Internet proxy as usual. Also there is no longer a default port and you must include a http_port directive in your squid.conf if you want Squid to listen for http requests.

httpd_accel_* for transparent proxy

Now implemented by the "transparent" http_port option

httpd_accel_* for accelerator mode

Now implemented by other options and the http_port accel option. See individual directives below.

httpd_accel_host

Replaced by defaultsite http_port option and cache_peer originserver option.

@@ -744,5 +747,20 @@

+

22. Key changes squid-2.6.STABLE16 to 2.6.STABLE17

+ +

+

+

+ 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.52.2.15 retrieving revision 1.52.2.16 diff -u -r1.52.2.15 -r1.52.2.16 --- squid/doc/release-notes/release-2.6.sgml 26 Nov 2007 10:39:08 -0000 1.52.2.15 +++ squid/doc/release-notes/release-2.6.sgml 26 Nov 2007 13:34:35 -0000 1.52.2.16 @@ -1,8 +1,8 @@
-Squid 2.6.STABLE16 release notes +Squid 2.6.STABLE17 release notes Squid Developers -$Id: release-2.6.sgml,v 1.52.2.15 2007/11/26 10:39:08 adrian Exp $ +$Id: release-2.6.sgml,v 1.52.2.16 2007/11/26 13:34:35 hno Exp $ This document contains the release notes for version 2.6 of Squid. @@ -638,5 +638,20 @@ name="ChangeLog"> file for details. +Key changes squid-2.6.STABLE16 to 2.6.STABLE17 + +

+ + A temporary memory leak fixed on cache updates + New squid_radius_auth RADIUS authentication helper + Documentation cleanups + Code cleanups and portability fixes + Several minor bugfixes + See also the list of and the file for details. + +