update CHANGES
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c2ed9971 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c2ed9971 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c2ed9971 Branch: refs/heads/master Commit: c2ed9971414440a7fc0a6b1db1216df5db6a05e2 Parents: f30439c Author: Sudheer Vinukonda <sudhe...@yahoo-inc.com> Authored: Wed Apr 29 22:11:33 2015 +0000 Committer: Sudheer Vinukonda <sudhe...@yahoo-inc.com> Committed: Wed Apr 29 22:11:33 2015 +0000 ---------------------------------------------------------------------- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c2ed9971/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index af61be3..7760948 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 6.0.0 + *) [TS-3549]: Configurable option to avoid thundering herd problem + for multiple concurrent requests. The initial POC patch for this + solution came from Justin Laue. This patch will further be + improved with a few more changes to possibly support SWR feature in + the core. + *) [TS-3564]: Check if cache is enabled before setting DO_WRITE action during 3xx redirect follow, to prevent seg fault