iwasakims opened a new pull request #3433: URL: https://github.com/apache/hadoop/pull/3433
https://issues.apache.org/jira/browse/HADOOP-17908 RELEASENOTES and CHANGELOG of 2.10.1, 3.1.4 and 3.3.0 are missing in trunk. While CHANGES\* were renamed to CHANGELOG\* by [HADOOP-14671](https://issues.apache.org/jira/browse/HADOOP-14671), there are some CHANGES files left. I would like to rename those to CHNAGELOG here for consistency. ``` $ find . -name 'CHANGES*' ./hadoop-common-project/hadoop-common/src/site/markdown/release/2.10.0/CHANGES.2.10.0.md ./hadoop-common-project/hadoop-common/src/site/markdown/release/3.1.2/CHANGES.3.1.2.md ./hadoop-common-project/hadoop-common/src/site/markdown/release/3.1.3/CHANGES.3.1.3.md ``` hadoop-common-project/hadoop-common/src/site/markdown/release/2.10.0 contains both CHANGES.2.10.0.md and CHANGELOG.2.10.0.md. Since the contents of current CHANGELOG.2.10.0.md is invalid, I replaced it with the contents of current CHANGES.2.10.0.md (and removed the CHANGES.2.10.0.md). HTML files under "Changelog and Release Notes" pages (hadoop-project/hadoop-project-dist/hadoop-common/release/\*) are generated by `mvn site` regardless of the file names. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
