From: Amos Jeffries Date: Sat, 23 May 2009 11:37:48 +0000 (+1200) Subject: Prep for 3.1.0.8 X-Git-Tag: SQUID_3_2_0_1~1002 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7b15245311c5a8e615cfc69c7bd3ccc50a16e76;p=thirdparty%2Fsquid.git Prep for 3.1.0.8 --- diff --git a/ChangeLog b/ChangeLog index 958a834bed..cd18daa3c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Changes to squid-3.1.0.8 (24 May 2009): + + - Bug 2656: Pinger dies with general protection fault + - Bug 2650: configure requires epoll_ctl in libepoll when --enable-epoll used + - Bug 2648: Authentificator processes deferring and don't shutdown. + - Bug 2645: allow squid to ignore must-revalidate + - Bug 2644: auth scheme initialization is broken + - Bug 2632: Make number of reforwarding tries configurable + - Bug 2628: --with-pidfile=PATH option to override DEFAULT_PID_FILE + - Bug 2627: HTCP Logging + - Bug 2615: Call libecap::adapter::Service::start() when finalizing config. + - Bug 2589: SNMP returning no data - wrong oid decoded + - Bug 2571: Squid with IPv6 fails to start on kernel without IPv6 + - Bug 2559: Problem parsing /0 and /0.0.0.0 + - Bug 2404: WCCP in mask mode is broken + - ... also all bugs closed by 3.0.STABLE14, 3.0.STABLE15, 3.0.STABLE16-RC1 + - Complete Interception multiple NAT support + - Add Content-Disposition to the known headers list. + - Make PEER_TCP_MAGIC_COUNT configurable + - Fix pinger install location + - Enable TPROXY v4 spoofing of CONNECT requests + - ... and much documentation and code polishing + Changes to squid-3.1.0.7 (08 Apr 2009): - Fix: several issues with ident diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 2db731f905..6e9d5e7e2a 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.0.7 release notes +Squid 3.1.0.8 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.0.7 for testing. +The Squid Team are pleased to announce the release of Squid-3.1.0.8 for testing. This new release is available for download from or the . diff --git a/src/acl/Ip.cc b/src/acl/Ip.cc index de612ec3f5..434b376e96 100644 --- a/src/acl/Ip.cc +++ b/src/acl/Ip.cc @@ -188,7 +188,7 @@ acl_ip_data::NetworkCompare(acl_ip_data * const & a, acl_ip_data * const &b) return ret; } -/* +/** * Decode an ascii representation (asc) of a IP netmask address or CIDR, * and place resulting information in mask. * This function should NOT be called if 'asc' is a hostname!