diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index b79403cd5d..4416a152b8 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -132,9 +132,6 @@ Trunk (Unreleased) HADOOP-9004. Allow security unit tests to use external KDC. (Stephen Chu via suresh) - HADOOP-8860. Split MapReduce and YARN sections in documentation navigation. - (tomwhite via tucu) - BUG FIXES HADOOP-8177. MBeans shouldn't try to register when it fails to create MBeanName. @@ -285,6 +282,7 @@ Trunk (Unreleased) HADOOP-7761. Improve the performance of raw comparisons. (todd) HADOOP-8589 ViewFs tests fail when tests and home dirs are nested (sanjay Radia) + Release 2.0.3-alpha - Unreleased INCOMPATIBLE CHANGES @@ -360,6 +358,9 @@ Release 2.0.3-alpha - Unreleased HADOOP-9015. Standardize creation of SaslRpcServers (daryn via bobby) + HADOOP-8860. Split MapReduce and YARN sections in documentation navigation. + (tomwhite via tucu) + OPTIMIZATIONS HADOOP-8866. SampleQuantiles#query is O(N^2) instead of O(N). (Andrew Wang