Updated CHANGES for TS-2483, TS-2517 and TS-2534
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d081cdf3 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d081cdf3 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d081cdf3 Branch: refs/heads/master Commit: d081cdf347820d9c9e606bec5696dca874154950 Parents: 09da159 Author: Leif Hedstrom <[email protected]> Authored: Fri Jan 31 13:13:37 2014 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Fri Jan 31 13:13:37 2014 -0700 ---------------------------------------------------------------------- CHANGES | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d081cdf3/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 230d5c1..9593111 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 4.2.0 + *) [TS-2534] Make sure RecRecord structs are always properly initialized. + + *) [TS-2483] Add a new metric, proxy.node.restarts.proxy.cache_ready_time, + tracking absolute time when the cache started (finished + initialization). Until cache is available, or no cache configured, this + metric stays at a value of "0". + + *) [TS-2517 First implementation of traffic_shell.pl, and reorg the modules + a bit for more consistency. Also fixes a timeout issue in AdminClient.pm. + *) [TS-1467] Disable client initiated renegotiation (SSL) DDoS by default *) [TS-2538] Cleanup of ProcessMutex (unused) and InkMutex (dupe of @@ -94,11 +104,6 @@ Changes with Apache Traffic Server 4.2.0 *) [TS-2486] Eliminate SIMPLE_MEMCPY_INIT define. - *) [TS-2483] Add a new metric, proxy.node.restarts.proxy.cache_ready_time, - tracking absolute time when the cache started (finished - initialization). Until cache is available, or no cache configured, this - metric stays at a value of "0". - *) [TS-2476] Fix size_t format string. Author: Radim Kolar <[email protected]>
