Repository: trafficserver Updated Branches: refs/heads/master e938aa4c1 -> 1d617582b
Fix some indentation and typos. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1d617582 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1d617582 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1d617582 Branch: refs/heads/master Commit: 1d617582bf6e2ee82f4865cbdabda9dc41b066cc Parents: e938aa4 Author: Leif Hedstrom <[email protected]> Authored: Thu Feb 5 16:39:42 2015 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Thu Feb 5 16:39:42 2015 -0700 ---------------------------------------------------------------------- CHANGES | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1d617582/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 8cd3e91..2a132b8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,13 +1,15 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 5.3.0 - *) [TS-3366] TS shouldn't use HostDB for 127.0.0.1 or ::1 + *) [TS-3366] TS shouldn't use HostDB for 127.0.0.1 or ::1. - *) [TS-2480] Fix session ticket key lookup to work with the default context bootstrap + *) [TS-2480] Fix session ticket key lookup to work with the default context + bootstrap. - *) [TS-3299] Fix leaking vc's during inactivitycop, due to null continuation + *) [TS-3299] Fix leaking vc's during inactivitycop, due to null + continuation. - *) [TS-3359] Use after free: Tunnel destroyed without updating HttpSM + *) [TS-3359] Use after free: Tunnel destroyed without updating HttpSM. *) [TS-3357] Clean out some unused code from Machine.*. @@ -21,7 +23,7 @@ Changes with Apache Traffic Server 5.3.0 *) [TS-3319] Adapt to OpenSSL 1.0.2 certificate callback. - *) [TS-1435] return full content if client is a muti range request + *) [TS-1435] return full content if client is a multi-range request Author: Lars Svensson <[email protected]> *) [TS-3343] outbound transparent can end up with Connection: keep-alive
