Repository: hadoop Updated Branches: refs/heads/trunk 69c9af910 -> bbb3b1acc
HADOOP-11163. Correct CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bbb3b1ac Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bbb3b1ac Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/bbb3b1ac Branch: refs/heads/trunk Commit: bbb3b1acc0e8ce10b8689ded2be73b0965f09e52 Parents: 69c9af9 Author: cnauroth <[email protected]> Authored: Fri Oct 3 21:07:01 2014 -0700 Committer: cnauroth <[email protected]> Committed: Fri Oct 3 21:07:01 2014 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/bbb3b1ac/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 531a8b3..6a45540 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -927,7 +927,8 @@ Release 2.6.0 - UNRELEASED HADOOP-11117 UGI HadoopLoginModule doesn't catch & wrap all kerberos-related exceptions (stevel) - HADOOP-11163 MetricsSystemImpl may miss a registered source. (cnauroth) + HADOOP-11163. MetricsSystemImpl may miss a registered source. + (Chuan Liu via cnauroth) Release 2.5.1 - 2014-09-05
