You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/04/24 16:06:09 UTC

[5/6] trafficserver git commit: Added TS-3505 to CHANGES

Added TS-3505 to CHANGES


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/35766056
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/35766056
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/35766056

Branch: refs/heads/master
Commit: 35766056e2086802a0302d9a0f4900c40a7a82da
Parents: 8fdac58
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Apr 24 07:59:07 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Apr 24 07:59:07 2015 -0600

----------------------------------------------------------------------
 CHANGES | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/35766056/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 16f365d..2bf57d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 6.0.0
 
+  *) [TS-3505] New plugin, cache_promote, which allows for policy based
+   control on when a object should be allowed into the cache. Two policies are
+   currently implemented: an LRU and a pure chance ("random") policy.
+
   *) [TS-3554] Memory leak on ssl_multicert.config reload.
 
   *) [TS-3551] Fix LogUtils.cc compile on Illumos.