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 2013/08/21 20:39:55 UTC

[2/2] 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/e1b4b11c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e1b4b11c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e1b4b11c

Branch: refs/heads/master
Commit: e1b4b11ce963bc213524d9fafdee92bf229d97b6
Parents: c10ff03
Author: James Peach <jp...@apache.org>
Authored: Wed Aug 21 11:39:48 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Wed Aug 21 11:39:48 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e1b4b11c/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 6ef422b..ea531a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,9 @@ Changes with Apache Traffic Server 4.1.0
 
   *) [TS-2094] eliminate xcrun warnings at configure time
 
-  *) TS-2141: Inconsistent euid cause bad mgmtapi/eventapi sockets.
+  *) [TS-2141] Inconsistent euid cause bad mgmtapi/eventapi sockets.
 
-  *) TS-2137: Use eventfd instread of pthread signal/wait in ATS.
+  *) [TS-2137] Use eventfd instread of pthread signal/wait in ATS.
 
   *) [TS-287] Fix transaction_active_timeout_in does not trigger on the first
    request of a Keep-Alive connection. Author: Li Gang <qu...@taobao.com>.