------------------------------------------------------------ revno: 13012 revision-id: squid3@treenet.co.nz-20131023051122-a4hsjz4dehhrb9gg parent: squid3@treenet.co.nz-20131023051017-wkiria1vr429hcgg committer: Amos Jeffries branch nick: 3.4 timestamp: Tue 2013-10-22 23:11:22 -0600 message: Add cache_miss_revalidate Port of 2.7 ignore_ims_on_miss directive by Henrik Nordstrom. This on/off switch enables Squid to convert conditional requests from clients to non-conditional fetches that can fill the cache faster under cold-start conditions. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20131023051122-a4hsjz4dehhrb9gg # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # testament_sha1: 54112020d82f4141914780994763e4f6e0f6e085 # timestamp: 2013-10-23 05:55:36 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # base_revision_id: squid3@treenet.co.nz-20131023051017-\ # wkiria1vr429hcgg # # Begin patch === modified file 'configure.ac' --- configure.ac 2013-10-03 12:32:14 +0000 +++ configure.ac 2013-10-23 05:11:22 +0000 @@ -55,14 +55,14 @@ # might be cross-compiling. if test "x$HOSTCXX" = "x"; then HOSTCXX="$CXX" - if test "x$squid_cv_check_marchnative" = "xyes"; then - CXXFLAGS="$CXXFLAGS -march=native" - fi -fi -if test "x$squid_cv_check_marchnative" = "xyes"; then - # always valid for the Host compiler. - HOSTCXX="$HOSTCXX -march=native" -fi +# if test "x$squid_cv_check_marchnative" = "xyes"; then +# CXXFLAGS="$CXXFLAGS -march=native" +# fi +fi +#if test "x$squid_cv_check_marchnative" = "xyes"; then +# # always valid for the Host compiler. +# HOSTCXX="$HOSTCXX -march=native" +#fi AC_SUBST(HOSTCXX) AC_MSG_CHECKING([simplified host os]) === modified file 'doc/release-notes/release-3.3.sgml' --- doc/release-notes/release-3.3.sgml 2013-09-11 01:31:31 +0000 +++ doc/release-notes/release-3.3.sgml 2013-10-23 05:11:22 +0000 @@ -180,6 +180,12 @@ New tags