git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1433476 13f79535-47bb-0310-9956-ffa450edef68
@@ -38,6 +38,8 @@ Release 0.23.6 - UNRELEASED
HDFS-4385. Maven RAT plugin is not checking all source files (tgraves)
+ HDFS-4399. precommit release audit warnings (tgraves)
+
Release 0.23.5 - UNRELEASED
INCOMPATIBLE CHANGES
@@ -402,6 +402,7 @@
<exclude>src/main/webapps/datanode/robots.txt</exclude>
<exclude>src/main/docs/releasenotes.html</exclude>
<exclude>src/contrib/**</exclude>
+ <exclude>src/site/resources/images/*</exclude>
</excludes>
</configuration>
</plugin>