Browse Source

Moving the commit message for HADOOP-5816 to 0.19 section.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@778966 13f79535-47bb-0310-9956-ffa450edef68
Devaraj Das 16 years ago
parent
commit
35462f5622
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -767,9 +767,6 @@ Release 0.20.1 - Unreleased
     HADOOP-5850. Fixes a problem to do with not being able to jobs with
     0 maps/reduces. (Vinod K V via ddas)
 
-    HADOOP-5816. Fixes a problem in the KeyFieldBasedComparator to do with
-    ArrayIndexOutOfBounds exception. (He Yongqiang via ddas)
-
 Release 0.20.0 - 2009-04-15
 
   INCOMPATIBLE CHANGES
@@ -1705,6 +1702,9 @@ Release 0.19.2 - Unreleased
     HADOOP-5579. Set errno correctly in libhdfs for permission, quota, and FNF
     conditions. (Brian Bockelman via cdouglas)
 
+    HADOOP-5816. Fixes a problem in the KeyFieldBasedComparator to do with
+    ArrayIndexOutOfBounds exception. (He Yongqiang via ddas)
+
 Release 0.19.1 - 2009-02-23 
 
   IMPROVEMENTS