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:37:14 UTC

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

Added TS-3568


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

Branch: refs/heads/master
Commit: 8f297be455bed0aa5fbf6b59106fe580f3278a21
Parents: 4c0f407
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon May 18 09:32:23 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon May 18 09:32:23 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8f297be4/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 248ac9b..86254e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 6.0.0
 
+  *) [TS-3568] We can now assume unordered_map is always available, just need
+   to detect the appropriate compiler flags. This modifies the AC module too
+   only check for unordered_map though, since otherwise we'd never get the
+   appropriate flags for various older platforms.
+
   *) [TS-3601] cache_promote: Eliminate unnecessary mutex for txn handler.
 
   *) [TS-3578] Rearrange ProxyClientSession so VC is available in close