Add CHANGES.txt for HADOOP-11021.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/93010faf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/93010faf Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/93010faf Branch: refs/heads/MR-2841 Commit: 93010faf10fd6894704c033cbd730f05f8c5ffe7 Parents: ea1c6f3 Author: Andrew Wang <w...@apache.org> Authored: Fri Aug 29 14:56:01 2014 -0700 Committer: Andrew Wang <w...@apache.org> Committed: Fri Aug 29 14:56:01 2014 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/93010faf/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 2bc3e4b..47ef3aa 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -479,6 +479,9 @@ Release 2.6.0 - UNRELEASED HADOOP-10994. KeyProviderCryptoExtension should use CryptoCodec for generation/decryption of keys. (tucu) + HADOOP-11021. Configurable replication factor in the hadoop archive + command. (Zhe Zhang via wang) + OPTIMIZATIONS HADOOP-10838. Byte array native checksumming. (James Thomas via todd)