diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 20bd2df27d..18eca09f39 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -269,9 +269,6 @@ Trunk (Unreleased) HADOOP-8918. test-patch.sh is parsing modified files wrong. (Raja Aluri via suresh) - HADOOP-8951. RunJar to fail with user-comprehensible error - message if jar missing. (stevel via suresh) - OPTIMIZATIONS HADOOP-7761. Improve the performance of raw comparisons. (todd) @@ -383,6 +380,9 @@ Release 2.0.3-alpha - Unreleased HADOOP-8948. TestFileUtil.testGetDU fails on Windows due to incorrect assumption of line separator. (Chris Nauroth via suresh) + HADOOP-8951. RunJar to fail with user-comprehensible error + message if jar missing. (stevel via suresh) + Release 2.0.2-alpha - 2012-09-07 INCOMPATIBLE CHANGES