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 01:46:15 UTC

[1/2] trafficserver git commit: Move 3 bugs back to 5.2.0, backported

Repository: trafficserver
Updated Branches:
  refs/heads/master 29e58ea4e -> 3a2231206


Move 3 bugs back to 5.2.0, backported


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

Branch: refs/heads/master
Commit: c5182c7f944e44cdbd3be4dce155eae73efc6058
Parents: 29e58ea
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Dec 30 17:45:01 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Dec 30 17:45:01 2014 -0700

----------------------------------------------------------------------
 CHANGES | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c5182c7f/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index afed2a0..37ba49c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,15 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.3.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-3225] add more API support to ts_lua plugin.
+  *) [TS-3225] Add more API support to ts_lua plugin.
 
-  *) [TS-3255] support flush option in gzip plugin.
+  *) [TS-3255] Support flush option in gzip plugin.
 
   *) [TS-3222] Fix port print to not have leading 0.
 
@@ -26,7 +20,7 @@ Changes with Apache Traffic Server 5.3.0
   *) [TS-3226] Move access of read vio inside the mutex to prevent ntodo
    corruption.
 
-  *) [TS-3224] fix ts_lua core dump issue.
+  *) [TS-3224] Fix ts_lua core dump issue.
 
   *) [TS-3229] Filter unsupported epic metric names.
 
@@ -47,6 +41,12 @@ Changes with Apache Traffic Server 5.3.0
 
 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.


[2/2] trafficserver git commit: Update STATUS with new 5.2.0 date

Posted by zw...@apache.org.
Update STATUS with new 5.2.0 date


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

Branch: refs/heads/master
Commit: 3a2231206f9f9d1d41928aa8e999dba6e78f17ad
Parents: c5182c7
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Dec 30 17:45:59 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Dec 30 17:45:59 2014 -0700

----------------------------------------------------------------------
 STATUS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3a223120/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index c718733..7f0b213 100644
--- a/STATUS
+++ b/STATUS
@@ -8,7 +8,7 @@ The current version of this file can be found at:
 
 Release history:
 
-    5.2.0           : Released on Dec 29th, 2014
+    5.2.0           : Released on Jan 5th, 2014
     5.1.2	    : Released on Dec 15th, 2014
     5.1.1           : Released on Oct 31st, 2014
     5.1.0           : Released on Sep 18th, 2014