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/11/19 22:16:37 UTC

[2/2] trafficserver git commit: Add TS-3064 to CHANGES.

Add TS-3064 to CHANGES.


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

Branch: refs/heads/master
Commit: 84a8c842459b9f7fb0ba80418b4f1c4dc576f0b3
Parents: e580f0d
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Nov 19 14:01:13 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Nov 19 14:01:13 2014 -0700

----------------------------------------------------------------------
 CHANGES | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/84a8c842/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index a19bcb2..97aac3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.2.0
 
+  *) [TS-3064] Expose TS_EVENT_VCONN_ACTIVE_TIMEOUT in headers.
+   Author: Daniel Vitor Morilha <dm...@gmail.com>
+
   *) [TS-3190] Change producer_run() to run a specific producer in more cases.
 
   *) [TS-3188] Do not set half_close_flag on keep_alive connections.
@@ -8,7 +11,7 @@ Changes with Apache Traffic Server 5.2.0
   *) [TS-3189] Delay starting read on server to user agent tunnel.
 
   *) [TS-2417] Add forward secrecy support with DHE.
-  Author: John Eaglesham <je...@8192.net>
+   Author: John Eaglesham <je...@8192.net>
 
   *) [TS-3202] Enforce token character constraints on method field in HTTP header.