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 2014/12/31 03:39:34 UTC

[7/7] trafficserver git commit: Update CHANGES with the backported changes.

Update CHANGES with the backported changes.


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

Branch: refs/heads/5.2.x
Commit: d0323f40925b047c93b4e0d37718a6963d433de9
Parents: a3572c3
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Dec 30 19:30:38 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Dec 30 19:30:38 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d0323f40/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index f92dae8..d34d697 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.2.0
 
+  *) [TS-3262] Change abs() to std::abs(), avoid compiler errors.
+
+  *) [TS-3265] Fix spdy req_map access to use iterator instead of operator[].
+
+  *) [TS-3261] Fix SSL BIO memory leak issue introduced in TS-3006.
+
   *) [TS-3257] Fix ssl handshake buffer memory leak introduced in TS-3006.
 
   *) [TS-3248] Fix to resolve crash introduced in TS-3189.