Przeglądaj źródła

Move change log for HADOOP-4006 and HADOOP-4242 to 0.19
since these two are committed to 0.19 branch.


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

Raghu Angadi 17 lat temu
rodzic
commit
b49c5e1db7
1 zmienionych plików z 6 dodań i 6 usunięć
  1. 6 6
      CHANGES.txt

+ 6 - 6
CHANGES.txt

@@ -8,16 +8,10 @@ Trunk (unreleased changes)
 
   IMPROVEMENTS
 
-    HADOOP-4006. Clean up FSConstants and move some of the constants to 
-    better places. (Sanjay Radia via rangadi)
- 
   OPTIMIZATIONS
 
   BUG FIXES
 
-    HADOOP-4242. Remove extra ";" in FSDirectory that blocks compilation
-    in some IDE's. (szetszwo via omalley)
-
 Release 0.19.0 - Unreleased
 
   INCOMPATIBLE CHANGES
@@ -433,6 +427,9 @@ Release 0.19.0 - Unreleased
     HADOOP-4227. Remove the deprecated class org.apache.hadoop.fs.ShellCommand.
     (szetszwo)
 
+    HADOOP-4006. Clean up FSConstants and move some of the constants to
+    better places. (Sanjay Radia via rangadi)
+
   OPTIMIZATIONS
 
     HADOOP-3556. Removed lock contention in MD5Hash by changing the 
@@ -733,6 +730,9 @@ 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