浏览代码

Removing HADOOP-2140 and HADOOP-2169 from branch-0.15 since they are scheduled for 0.14.4

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-0.15@594456 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 17 年之前
父节点
当前提交
7c3328be7d
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      CHANGES.txt

+ 0 - 7
CHANGES.txt

@@ -5,13 +5,6 @@ Release 0.15.1 -
 
   BUG FIXES
 
-    HADOOP-2140.  Add missing Apache Licensing text at the front of several
-    C and C++ files.
-
-    HADOOP-2169.  Fix the DT_SONAME field of libhdfs.so to set it to the
-    correct value of 'libhdfs.so', currently it is set to the absolute path of
-    libhdfs.so. (acmurthy) 
-
     HADOOP-2174.  Removed the unnecessary Reporter.setStatus call from
     FSCopyFilesMapper.close which led to a NPE since the reporter isn't valid
     in the close method. (Chris Douglas via acmurthy)