You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by tu...@apache.org on 2011/12/01 02:19:36 UTC

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

Author: tucu
Date: Thu Dec  1 01:19:35 2011
New Revision: 1208928

URL: http://svn.apache.org/viewvc?rev=1208928&view=rev
Log:
HDFS-2614. hadoop dist tarball is missing hdfs headers. (tucu)

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

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1208928&r1=1208927&r2=1208928&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu Dec  1 01:19:35 2011
@@ -100,6 +100,8 @@ Trunk (unreleased changes)
     HADOOP-7853. multiple javax security configurations cause conflicts. 
     (daryn via tucu)
 
+    HDFS-2614. hadoop dist tarball is missing hdfs headers. (tucu)
+
   OPTIMIZATIONS
 
     HADOOP-7761. Improve the performance of raw comparisons. (todd)