Repository: hadoop Updated Branches: refs/heads/branch-2.7 18fe88ac6 -> 964e192d1
Addendum fix for HADOOP-10829 to update CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/964e192d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/964e192d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/964e192d Branch: refs/heads/branch-2.7 Commit: 964e192d1eaba52945e2b72ef44e1e9866b7ec6e Parents: 18fe88a Author: Zhe Zhang <[email protected]> Authored: Tue Jul 25 09:13:28 2017 -0700 Committer: Zhe Zhang <[email protected]> Committed: Tue Jul 25 09:13:28 2017 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/964e192d/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 63ad6ab..34e1829 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -185,6 +185,9 @@ Release 2.7.4 - UNRELEASED HADOOP-13867. FilterFileSystem should override rename(.., options) to take effect of Rename options called via FilterFileSystem implementations. (Vinayakumar B via Brahma Reddy Battula) + HADOOP-10829. Iteration on CredentialProviderFactory.serviceLoader is + thread-unsafe. (enoy Antony via jnp) + Release 2.7.3 - 2016-08-25 INCOMPATIBLE CHANGES --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
