You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2015/05/01 18:14:23 UTC

[2/2] trafficserver git commit: Fix CHANGES formatting

Fix CHANGES formatting


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

Branch: refs/heads/master
Commit: 4a4507216354833ba39140a78d4cf10357f6e582
Parents: a5c2625
Author: James Peach <jp...@apache.org>
Authored: Fri May 1 09:08:02 2015 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri May 1 09:08:02 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4a450721/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index be3ddcd..6c88873 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,13 +5,13 @@ Changes with Apache Traffic Server 6.0.0
 
   *) [TS-3576] Remove the need for FIPS locking for OpenSSL
 
-  *) [TS-3538]: Perform server certificate validity check.
+  *) [TS-3538] Perform server certificate validity check.
 
   *) [TS-3575] Fix connection leak.
 
   *) [TS-3538] Perform server certificate validity check.
 
-  *) [TS-3549] Configurable option to avoid thundering herd problem 
+  *) [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
@@ -122,7 +122,6 @@ Changes with Apache Traffic Server 6.0.0
 
   *) [TS-3456] SSL blind tunnel sometimes not created.
 
-
 Changes with Apache Traffic Server 5.3.0
 
   *) [TS-3468] Make command 'check' work usefully.
@@ -409,7 +408,6 @@ Changes with Apache Traffic Server 5.3.0
   *) [TS-1570] Remap doesn't reject request with extract characters after port
      in Host header. Author: Cynthia Gu <cz...@linkedin.com>
 
-
 Changes with Apache Traffic Server 5.2.0
 
   *) [TS-3280] Segfault in new freelist bulk freeing (in debug mode).