You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ss...@apache.org on 2015/05/06 23:36:42 UTC

tez git commit: Move TEZ-1752 into correct section in CHANGES.txt, properly this time.

Repository: tez
Updated Branches:
  refs/heads/TEZ-2003 aa366cdc2 -> 27dc21ed5


Move TEZ-1752 into correct section in CHANGES.txt, properly this time.


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

Branch: refs/heads/TEZ-2003
Commit: 27dc21ed582ce327e3e5c83e3c46a039e304c59d
Parents: aa366cd
Author: Siddharth Seth <ss...@apache.org>
Authored: Wed May 6 14:36:15 2015 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Wed May 6 14:36:15 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/tez/blob/27dc21ed/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 1a30493..7b6ab81 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,13 +7,13 @@ Release 0.8.0: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-1752. Inputs / Outputs in the Runtime library should be interruptable.
 
 Release 0.7.0: Unreleased
 
 INCOMPATIBLE CHANGES
   TEZ-2176. Move all logging to slf4j. (commons-logging jar no longer part of Tez tar)
   TEZ-1993. Implement a pluggable InputSizeEstimator for grouping fairly
-  TEZ-1752. Inputs / Outputs in the Runtime library should be interruptable.
 
 ALL CHANGES:
   TEZ-2384. Add warning message in the case of prewarn under non-session mode.