Repository: hadoop Updated Branches: refs/heads/branch-2 075bb9e38 -> 21bb77f99
Add CHANGES.txt for HADOOP-11021. (cherry picked from commit 93010faf10fd6894704c033cbd730f05f8c5ffe7) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/21bb77f9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/21bb77f9 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/21bb77f9 Branch: refs/heads/branch-2 Commit: 21bb77f9970965eed3e58d8fe9b357bfabce4061 Parents: 075bb9e Author: Andrew Wang <[email protected]> Authored: Fri Aug 29 14:56:01 2014 -0700 Committer: Andrew Wang <[email protected]> Committed: Fri Aug 29 14:56:15 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/21bb77f9/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 9df7dbb..c3866a2 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -149,6 +149,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)
