Repository: hadoop Updated Branches: refs/heads/branch-2 d684b21ad -> 3a783fe38 refs/heads/branch-2.7 389b28033 -> 473b445c4 refs/heads/trunk 72cd4e4a4 -> 2681ed969
HADOOP-8059. Update CHANGES.txt to target 2.7.0. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2681ed96 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2681ed96 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2681ed96 Branch: refs/heads/trunk Commit: 2681ed96983577d2eae19e749e25bfc5fd0589c3 Parents: 72cd4e4 Author: cnauroth <[email protected]> Authored: Mon Mar 16 14:17:25 2015 -0700 Committer: cnauroth <[email protected]> Committed: Mon Mar 16 14:17:25 2015 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2681ed96/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 2a2b916..2e04cc1 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -68,9 +68,6 @@ Trunk (Unreleased) HADOOP-7659. fs -getmerge isn't guaranteed to work well over non-HDFS filesystems (harsh) - HADOOP-8059. Add javadoc to InterfaceAudience and InterfaceStability. - (Brandon Li via suresh) - HADOOP-8434. Add tests for Configuration setter methods. (Madhukara Phatak via suresh) @@ -694,6 +691,9 @@ Release 2.7.0 - UNRELEASED HADOOP-11714. Add more trace log4j messages to SpanReceiverHost (cmccabe) + HADOOP-8059. Add javadoc to InterfaceAudience and InterfaceStability. + (Brandon Li via suresh) + OPTIMIZATIONS HADOOP-11323. WritableComparator#compare keeps reference to byte array.
