@@ -246,6 +246,12 @@ to happen. The request_header_add option supports fast ACLs only.
+
cache_miss_revalidate
+
Whether Squid is to pass-through If-Modified-Since and If-None-Match headers on cache MISS.
+Revalidation requests can prevent cache gathering objects to HIT on.
+
Based on the Squid-2.7 ignore_ims_on_miss feature.
+
IMPORTANT: the meaning for on/off values has changed along with the name since 2.7.
+
request_header_add
New directive to add custom headers on HTTP traffic sent to upstream servers.
@@ -302,8 +308,8 @@ and allow with client-first. However an upgrade to server-
-
-
There are no removed squid.conf options in Squid-3.3.
+
ignore_ims_on_miss
+
This option has been replaced by the cache_miss_revalidate feature.
@@ -403,9 +409,6 @@ This configure option is now needed to disable it. Previously it did nothing.external_refresh_check
Not yet ported from 2.7
-
ignore_ims_on_miss
-
Not yet ported from 2.7
-
location_rewrite_access
Not yet ported from 2.6
diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml
index 5264ba9b9d..cb6b05da49 100644
--- a/doc/release-notes/release-3.3.sgml
+++ b/doc/release-notes/release-3.3.sgml
@@ -1,6 +1,6 @@
-Squid 3.3.9 release notes
+Squid 3.3.10 release notesSquid 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.3.9.
+The Squid Team are pleased to announce the release of Squid-3.3.10.
This new release is available for download from or the
.
@@ -236,7 +236,6 @@ This section gives a thorough account of those changes in three categories:
Removed tags