You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/04/24 16:06:10 UTC

[6/6] trafficserver git commit: Fix text style in CHANGES additions.

Fix text style in CHANGES additions.


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

Branch: refs/heads/master
Commit: 4a39facf55a73bda465a63652daa36613c9f940f
Parents: 3576605
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Apr 24 08:00:25 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Apr 24 08:00:25 2015 -0600

----------------------------------------------------------------------
 CHANGES | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4a39facf/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 2bf57d6..e0d53ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,37 +14,37 @@ Changes with Apache Traffic Server 6.0.0
   *) [TS-3529] Add config option to allow ATS to start even if certificate files are bad.
 
   *) [TS-3523]: Proxy urls with no matching remap rules, when remap_required
-               is disabled, regardless of reverse_proxy_enabled setting
+   is disabled, regardless of reverse_proxy_enabled setting.
 
   *) [TS-3522] Segfault due to inactivity_cop.
 
-  *) [TS-3530] HTTP/2 memory leak with headers and more...
+  *) [TS-3530] HTTP/2 memory leak with headers and more.
 
-  *) [TS-3519] HTTP/2 seeing a lot of GOAWAY frames being sent
+  *) [TS-3519] HTTP/2 seeing a lot of GOAWAY frames being sent.
 
-  *) [TS-3520] Fix logging core dump due to invalid unmapped url length/buffer
+  *) [TS-3520] Fix logging core dump due to invalid unmapped url length/buffer.
 
   *) [TS-3489] Not able to set more than 1 accept thread per port and cleaned
-   other thread configurable ranges
+   other thread configurable ranges.
 
   *) [TS-3516] Fix various compile warnings with latest versions of clang.
 
-  *) [TS-3438] Assert if npn protocol is invalid (empty string)
+  *) [TS-3438] Assert if NPN protocol is invalid (empty string).
 
-  *) [TS-3501] Support configuring socket options for client sockets
+  *) [TS-3501] Support configuring socket options for client sockets.
 
-  *) [TS-3515] Use pcrejit (Regex class) for regex_map
+  *) [TS-3515] Use pcrejit (Regex class) for regex_map.
 
   *) [TS-3500] Fix TSHttpTxnPristineUrlGet to return client request's url
-   when pristine url is not populated
+   when pristine url is not populated.
 
   *) [TS-3513] HTTP/2 core dump. Fixed problem with cursor not advancing
-   during parsing
+   during parsing.
 
-  *) [TS-3514] Atomic check for gcc >4.1 breaks with gcc 5.0
+  *) [TS-3514] Atomic check for gcc >4.1 breaks with gcc 5.0.
    Author: Marcin Juszkiewicz <mj...@redhat.com>
 
-  *) [TS-3507] Add stats for the milestones
+  *) [TS-3507] Add stats for the milestones.
 
   *) [TS-3480] Large stream id cause PROTOCOL_ERROR.
    Author: Ryo Okubo <ro...@yahoo-corp.jp>.