git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1209163 13f79535-47bb-0310-9956-ffa450edef68
@@ -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>
@@ -77,7 +77,9 @@ 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