Added a bunch of Jira's to the CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6d6b5a8d Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6d6b5a8d Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6d6b5a8d Branch: refs/heads/5.0.x Commit: 6d6b5a8d36b63d09249713b2afc9805bc9286f44 Parents: 136cc1f Author: Leif Hedstrom <[email protected]> Authored: Thu Apr 10 14:41:28 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Thu Apr 10 14:42:08 2014 -0600 ---------------------------------------------------------------------- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6d6b5a8d/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index adc154b..3f113bc 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,19 @@ Changes with Apache Traffic Server 5.0.0 *) [TS-2706] Replace the tcp_info plugin config file with options. + *) [TS-2691] Fix how we count redirect retries in the core and APIs. + + *) [TS-2693] Deprecate the old TSRedirectUrlSet()/TSRedirectUrlGet(). + + *) [TS-2692] Add an API to Get the current redirection retry count, + TSHttpTxnRedirectRetries(). + + *) [TS-2707] Migrate TSRedirectUrlSet/Get to TSHttpTxnRedirectUrlSet/Get. + + *) [TS-2703] Add a text log format to escalate plugin. + + *) [TS-2690] Fixes and improvements for the escalate plugin. + *) [TS-2699] Add TSClientProtoStackCreate API. *) [TS-2678] Some sites (e.g. craigslist) fails to load due to
