Przeglądaj źródła

HADOOP-4242. Fix CHANGES.txt to move 4242 to trunk, since the problem is not in
0.19.


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

Owen O'Malley 17 lat temu
rodzic
commit
b0d84c65a1
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      CHANGES.txt

+ 2 - 3
CHANGES.txt

@@ -12,6 +12,8 @@ Trunk (unreleased changes)
 
   BUG FIXES
 
+    HADOOP-4242. Remove extra ";" in FSDirectory that blocks compilation
+    in some IDE's. (szetszwo via omalley)
 
 Release 0.19.0 - Unreleased
 
@@ -731,9 +733,6 @@ Release 0.19.0 - Unreleased
     HADOOP-4090. The hive scripts pick up hadoop from HADOOP_HOME
     and then the path. (Raghotham Murthy via dhruba)
 
-    HADOOP-4242. Remove extra ";" in FSDirectory that blocks compilation
-    in some IDE's. (szetszwo via omalley)
-
 Release 0.18.1 - 2008-09-17
 
   IMPROVEMENTS