Merge -r 1208927:1208928 from trunk to branch. FIXES: HDFS-2614

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1209163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2011-12-01 17:29:18 +00:00
parent a7b206219c
commit 9a8cc9cc0c
2 changed files with 10 additions and 1 deletions

View File

@ -107,6 +107,13 @@
<directory>${project.build.directory}/site</directory>
<outputDirectory>/share/doc/hadoop/${hadoop.component}</outputDirectory>
</fileSet>
<fileSet>
<directory>${basedir}/src/main/native</directory>
<includes>
<include>*.h</include>
</includes>
<outputDirectory>/include</outputDirectory>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>

View File

@ -78,6 +78,8 @@ Release 0.23.1 - UNRELEASED
HDFS-2606. webhdfs client filesystem impl must set the content-type
header for create/append. (tucu)
HDFS-2614. hadoop dist tarball is missing hdfs headers. (tucu)
Release 0.23.0 - 2011-11-01
INCOMPATIBLE CHANGES