You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by co...@apache.org on 2010/07/23 06:03:26 UTC

svn commit: r966952 - /hadoop/hdfs/trunk/CHANGES.txt

Author: cos
Date: Fri Jul 23 04:03:26 2010
New Revision: 966952

URL: http://svn.apache.org/viewvc?rev=966952&view=rev
Log:
Fixing the sequence of entries in the changes log.

Modified:
    hadoop/hdfs/trunk/CHANGES.txt

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=966952&r1=966951&r2=966952&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Fri Jul 23 04:03:26 2010
@@ -697,17 +697,6 @@ Release 0.21.0 - Unreleased
 
   BUG FIXES
 
-    HDFS-1311. Running tests with 'testcase' cause triple execution of the
-    same test case (Cos)
-
-    HDFS-1299. 'compile-fault-inject' never should be called directly. (cos)
-
-    HDFS-1193. -mvn-system-deploy target is broken which inturn fails the
-    mvn-deploy task leading to unstable mapreduce build (Giridharan
-    Kesavan via cos)
-
-    HDFS-1159. clean-cache target removes wrong ivy cache (cos)
-
     HDFS-76. Better error message to users when commands fail because of 
     lack of quota. Allow quota to be set even if the limit is lower than
     current consumption. (Boris Shkolnik via rangadi)
@@ -1080,6 +1069,17 @@ Release 0.21.0 - Unreleased
 
     HDFS-1212. Harmonize HDFS JAR library versions with Common. (tomwhite)
 
+    HDFS-1159. clean-cache target removes wrong ivy cache (cos)
+
+    HDFS-1193. -mvn-system-deploy target is broken which inturn fails the
+    mvn-deploy task leading to unstable mapreduce build (Giridharan
+    Kesavan via cos)
+
+    HDFS-1299. 'compile-fault-inject' never should be called directly. (cos)
+
+    HDFS-1311. Running tests with 'testcase' cause triple execution of the
+    same test case (Cos)
+
     HDFS-1267. fuse-dfs does not compile. (Devaraj Das via tomwhite)
 
 Release 0.20.3 - Unreleased