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 br...@apache.org on 2013/08/18 18:49:28 UTC

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

Author: brandonli
Date: Sun Aug 18 16:49:27 2013
New Revision: 1515166

URL: http://svn.apache.org/r1515166
Log:
HDFS-5107 Fix array copy error in Readdir and Readdirplus responses. Contributed by Brandon Li

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=1515166&r1=1515165&r2=1515166&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Sun Aug 18 16:49:27 2013
@@ -293,6 +293,9 @@ Release 2.1.1-beta - UNRELEASED
 
     HDFS-5104 Support dotdot name in NFS LOOKUP operation (brandonli)
 
+    HDFS-5107 Fix array copy error in Readdir and Readdirplus responses
+    (brandonli)
+
   IMPROVEMENTS
 
     HDFS-4513. Clarify in the WebHDFS REST API that all JSON respsonses may