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/01/05 19:10:21 UTC

[2/3] trafficserver git commit: Add TS-2119

Add TS-2119


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

Branch: refs/heads/5.2.x
Commit: c9f036348f372061ab9cb641a0395b21e1993129
Parents: 4bb53aa
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Jan 5 09:14:04 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Jan 5 09:14:04 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c9f03634/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 8c31010..84ba607 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.2.0
 
+  *) [TS-2119] Fix builds for mysql remap plugin.
+
   *) [TS-3083] Fix core dump due to FetchSM double delete.
 
   *) [TS-3262] Change abs() to std::abs(), avoid compiler errors.