diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 6d4da77cd7..74bf558714 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -163,9 +163,6 @@ Trunk (Unreleased) HADOOP-11346. Rewrite sls/rumen to use new shell framework (John Smith via aw) - HADOOP-10976. moving the source code of hadoop-tools docs to the - directory under hadoop-tools (Masatake Iwasaki via aw) - HADOOP-7713. dfs -count -q should label output column (Jonathan Allen via aw) @@ -636,6 +633,9 @@ Release 2.7.0 - UNRELEASED HADOOP-11632. Cleanup Find.java to remove SupressWarnings annotations. (Akira Ajisaka via ozawa) + HADOOP-10976. moving the source code of hadoop-tools docs to the + directory under hadoop-tools (Masatake Iwasaki via aw) + OPTIMIZATIONS HADOOP-11323. WritableComparator#compare keeps reference to byte array.