Prechádzať zdrojové kódy

HADOOP-6881. Move change message to section for earliest version it
will appear in, 0.20.3.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@979785 13f79535-47bb-0310-9956-ffa450edef68

Doug Cutting 15 rokov pred
rodič
commit
fa49f7349d
1 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 5 5
      CHANGES.txt

+ 5 - 5
CHANGES.txt

@@ -151,11 +151,6 @@ Trunk (unreleased changes)
     HADOOP-6536. Fixes FileUtil.fullyDelete() not to delete the contents of
     the sym-linked directory. (Ravi Gummadi via amareshwari)
 
-    HADOOP-6881. Make WritableComparator intialize classes when
-    looking for their raw comparator, as classes often register raw
-    comparators in initializers, which are no longer automatically run
-    in Java 6 when a class is referenced. (cutting via omalley)
-
 Release 0.21.0 - Unreleased
 
   INCOMPATIBLE CHANGES
@@ -1754,6 +1749,11 @@ Release 0.20.3 - Unreleased
     HADOOP-6760. WebServer shouldn't increase port number in case of negative
     port setting caused by Jetty's race (cos)
     
+    HADOOP-6881. Make WritableComparator intialize classes when
+    looking for their raw comparator, as classes often register raw
+    comparators in initializers, which are no longer automatically run
+    in Java 6 when a class is referenced. (cutting via omalley)
+
 Release 0.20.2 - 2010-2-16
 
   NEW FEATURES