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 su...@apache.org on 2012/10/27 20:41:44 UTC

svn commit: r1402843 - /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Author: suresh
Date: Sat Oct 27 18:41:43 2012
New Revision: 1402843

URL: http://svn.apache.org/viewvc?rev=1402843&view=rev
Log:
Moving HDFS-4121 from trunk to Release 2.0.3 section.

Modified:
    hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1402843&r1=1402842&r2=1402843&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Sat Oct 27 18:41:43 2012
@@ -152,9 +152,6 @@ Trunk (Unreleased)
 
     HDFS-4110. Refine a log printed in JNStorage. (Liang Xie via suresh)
 
-    HDFS-4121. Add namespace declarations in hdfs .proto files for languages 
-    other than java. (Binglin Chang via suresh)
-
   OPTIMIZATIONS
 
   BUG FIXES
@@ -428,6 +425,9 @@ Release 2.0.3-alpha - Unreleased 
     method for casting; avoiding creation of new empty lists; cleaning up 
     some code and rewriting some javadoc. (szetszwo)
 
+    HDFS-4121. Add namespace declarations in hdfs .proto files for languages 
+    other than java. (Binglin Chang via suresh)
+
   OPTIMIZATIONS
 
   BUG FIXES