You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2016/01/18 02:20:07 UTC

hama git commit: This closes #7

Repository: hama
Updated Branches:
  refs/heads/master 5aed6e39f -> 09243a3ca


This closes #7


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

Branch: refs/heads/master
Commit: 09243a3ca1565ba678ee7455a8d25288d95ddf2a
Parents: 5aed6e3
Author: Edward J. Yoon <ed...@apache.org>
Authored: Mon Jan 18 10:19:51 2016 +0900
Committer: Edward J. Yoon <ed...@apache.org>
Committed: Mon Jan 18 10:19:51 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/hama/blob/09243a3c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index c7e3a9b..043fcd3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,8 @@ Release 0.7.1 (unreleased changes)
 
   NEW FEATURES
 
+    HAMA-900: Added a new strategy to schedule tasks based on round robin scheme (Behroz Sikander via edwardyoon)
+
   BUG FIXES
 
     HAMA-965: Infinite loop because of recursive function call (JongYoon Lim via edwardyoon)