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 2012/02/27 23:45:19 UTC

git commit: Moved TS-841, and updated CHANGES with 1115

Updated Branches:
  refs/heads/master 1c8d02f6d -> 3f83bf4a6


Moved TS-841, and updated CHANGES with 1115


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

Branch: refs/heads/master
Commit: 3f83bf4a6cc8e8cf2aed4061f344c08750a3df8d
Parents: 1c8d02f
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Feb 27 15:45:15 2012 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Feb 27 15:45:15 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3f83bf4a/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 5d4a3db..05727c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,8 @@ Changes with Apache Traffic Server 3.1.3
 
   *) [TS-1116] Fixes for building the source with clang/lvm.
 
+  *) [TS-1115] Fixes for building the source with Intel CC (icc).
+
   *) [TS-1102] Cleanup of Diagnostics code. Author: Uri Shachar and Leif.
 
   *) [TS-1117] Remove TS_HAS_PURIFY MACRO
@@ -12,10 +14,10 @@ Changes with Apache Traffic Server 3.1.3
 
   *) [TS-995] Name change for IP support (ink_inet.h).
 
-Changes with Apache Traffic Server 3.1.2
-
   *) [TS-841] support TLS NextProtocol negotiation
 
+Changes with Apache Traffic Server 3.1.2
+
   *) [TS-1110] logstats incorrectly bucketizes all status codes greater 
   than 599 as 5xx. Author: Manjesh Nilange