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:
parent
a7b206219c
commit
9a8cc9cc0c
|
@ -107,6 +107,13 @@
|
||||||
<directory>${project.build.directory}/site</directory>
|
<directory>${project.build.directory}/site</directory>
|
||||||
<outputDirectory>/share/doc/hadoop/${hadoop.component}</outputDirectory>
|
<outputDirectory>/share/doc/hadoop/${hadoop.component}</outputDirectory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
<fileSet>
|
||||||
|
<directory>${basedir}/src/main/native</directory>
|
||||||
|
<includes>
|
||||||
|
<include>*.h</include>
|
||||||
|
</includes>
|
||||||
|
<outputDirectory>/include</outputDirectory>
|
||||||
|
</fileSet>
|
||||||
</fileSets>
|
</fileSets>
|
||||||
<dependencySets>
|
<dependencySets>
|
||||||
<dependencySet>
|
<dependencySet>
|
||||||
|
|
|
@ -77,7 +77,9 @@ Release 0.23.1 - UNRELEASED
|
||||||
|
|
||||||
HDFS-2606. webhdfs client filesystem impl must set the content-type
|
HDFS-2606. webhdfs client filesystem impl must set the content-type
|
||||||
header for create/append. (tucu)
|
header for create/append. (tucu)
|
||||||
|
|
||||||
|
HDFS-2614. hadoop dist tarball is missing hdfs headers. (tucu)
|
||||||
|
|
||||||
Release 0.23.0 - 2011-11-01
|
Release 0.23.0 - 2011-11-01
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue