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/06/16 03:08:10 UTC

trafficserver git commit: Indentation / style.

Repository: trafficserver
Updated Branches:
  refs/heads/master 4a24228cc -> 0007642f2


Indentation / style.


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

Branch: refs/heads/master
Commit: 0007642f2c37f4541de8a023a7f4c46f561ac8c1
Parents: 4a24228
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Jun 15 19:08:04 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Jun 15 19:08:04 2015 -0600

----------------------------------------------------------------------
 CHANGES | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0007642f/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index d0df05e..4eb9472 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ Changes with Apache Traffic Server 6.0.0
 
   *) [TS-3541] Eliminate the interim cache feature.
 
-  *) [TS-3327]: Nuke the support for HTTP/0.9.
+  *) [TS-3327] Nuke the support for HTTP/0.9.
 
   *) [TS-2054] Generate warning for reserved port open failure.
 
@@ -11,18 +11,19 @@ Changes with Apache Traffic Server 6.0.0
    also eliminates almost everything in web2, leaving just a bit of cluster
    code which I moved to the cmd/traffic_manager code area.
 
-  *) [TS-2848] Check for null server in HttpSM::release_server_session
+  *) [TS-2848] Check for null server in HttpSM::release_server_session.
 
   *) [TS-3163] Apply socket configurations to outbound connections.
-     Author: Wei Sun
+   Author: Wei Sun
 
   *) [TS-3580] Implement a cache generation ID configuration.
 
   *) [TS-3365] Enable C99 by default.
 
-  *) [TS-3689] Remove libck.
+  *) [TS-3689] Remove libck for now, a better solution will be decided on for
+   v6.1.0.
 
-  *) [TS-3282] Add mp4 streaming plugin.
+  *) [TS-3282] Add MP4 streaming plugin.
 
   *) [TS-3477] Change the default thread affinity to 1 (NUMA node).