]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.0.8
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 23 May 2009 11:37:48 +0000 (23:37 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 23 May 2009 11:37:48 +0000 (23:37 +1200)
ChangeLog
doc/release-notes/release-3.1.sgml
src/acl/Ip.cc

index 958a834bed0cedd34956db7acbcae725b4864306..cd18daa3c446c72a86bffd8c0dbdafe94b38a694 100644 (file)
--- 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
index 2db731f905392097fb9057fd7232236d8b44244c..6e9d5e7e2a40451aed0936705ce4db7dbfbd6645 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.0.7 release notes</title>
+<title>Squid 3.1.0.8 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-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 <url url="http://www.squid-cache.org/Versions/v3/3.1/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
index de612ec3f582d52ea0069df0dd9bca8e5c3b9355..434b376e96c26e0f2c6ec74c1d3250617f2fcb83 100644 (file)
@@ -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!