You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by zj...@apache.org on 2015/02/12 02:50:05 UTC

tez git commit: TEZ-2071. Update CHANGES.txt - move it to 0.5.4 (zjffdu)

Repository: tez
Updated Branches:
  refs/heads/master 53604b5b8 -> 23fb9960c


TEZ-2071. Update CHANGES.txt - move it to 0.5.4  (zjffdu)


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

Branch: refs/heads/master
Commit: 23fb9960c77257652c30197a448cab02f8ea4994
Parents: 53604b5
Author: Jeff Zhang <zj...@apache.org>
Authored: Thu Feb 12 09:49:50 2015 +0800
Committer: Jeff Zhang <zj...@apache.org>
Committed: Thu Feb 12 09:49:50 2015 +0800

----------------------------------------------------------------------
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/23fb9960/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 1d86ba4..b0127d6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,6 @@ Release 0.7.0: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
-  TEZ-2071. TestAMRecovery should set test names for test DAGs.
   TEZ-1233. Allow configuration of framework parameters per vertex.
   TEZ-2045. TaskAttemptListener should not pull Tasks from AMContainer. Instead these should be registered with the listener.
   TEZ-1914. VertexManager logic should not run on the central dispatcher
@@ -194,6 +193,7 @@ TEZ-UI CHANGES (TEZ-8):
 Release 0.5.4: Unreleased
 
 ALL CHANGES:
+  TEZ-2071. TestAMRecovery should set test names for test DAGs.
   TEZ-1928. Tez local mode hang in Pig tez local mode.
   TEZ-1893. Verify invalid -1 parallelism in DAG.verify().
   TEZ-900. Confusing message for incorrect queue for some tez examples.