Add HADOOP-12843 to 2.8.0 in CHANGES.txt.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/44d9bac1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/44d9bac1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/44d9bac1 Branch: refs/heads/HDFS-1312 Commit: 44d9bac1f58ae64b8a62a197df790e63ec912a72 Parents: d251e55 Author: Akira Ajisaka <[email protected]> Authored: Wed Mar 2 00:24:00 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Mar 2 00:24:38 2016 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/44d9bac1/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 65767f6..b3413cc 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1776,6 +1776,8 @@ Release 2.8.0 - UNRELEASED ProviderUtils.excludeIncompatibleCredentialProviders. (Larry McCay via cnauroth) + HADOOP-12843. Fix findbugs warnings in hadoop-common (branch-2). (aajisaka) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES
