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 2015/05/18 17:07:01 UTC

[2/2] trafficserver git commit: Added TS-3601

Added TS-3601


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

Branch: refs/heads/master
Commit: cea8e28de8aee5fbd011480a5e2e1092086c0d38
Parents: 341e835
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon May 18 09:05:06 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon May 18 09:05:06 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cea8e28d/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 14bf0a5..248ac9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,17 +1,22 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 6.0.0
 
-  *) [TS-3578] Rearrange ProxyClientSession so VC is available in close session hook
+  *) [TS-3601] cache_promote: Eliminate unnecessary mutex for txn handler.
+
+  *) [TS-3578] Rearrange ProxyClientSession so VC is available in close
+   session hook.
 
   *) [TS-3610] Loading reads certificate from file multiple times.
 
-  *) [TS-3608] Client side SSL does not validate upstream hostname
+  *) [TS-3608] Client side SSL does not validate upstream hostname.
 
   *) [TS-3604] Transparent Mode does not work when accept_threads set to 0.
 
-  *) [TS-3597] TLS can fail accecpt / handshake when accept thread is turned off.
+  *) [TS-3597] TLS can fail accecpt / handshake when accept thread is turned
+   off.
 
-  *) [TS-3603] Debug Assert due to missing lock when accept_threads are disabled.
+  *) [TS-3603] Debug Assert due to missing lock when accept_threads are
+   disabled.
 
   *) [TS-3605] Fix interim cache build error.
    Author: Oknet Xu <co...@sina.com>