Repository: hadoop Updated Branches: refs/heads/branch-2 a828ef15b -> 1329d1e70
HADOOP-11163. Correct CHANGES.txt. (cherry picked from commit bbb3b1acc0e8ce10b8689ded2be73b0965f09e52) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1329d1e7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1329d1e7 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1329d1e7 Branch: refs/heads/branch-2 Commit: 1329d1e701a52bb99759a9f0176865674887a90f Parents: a828ef1 Author: cnauroth <[email protected]> Authored: Fri Oct 3 21:07:01 2014 -0700 Committer: cnauroth <[email protected]> Committed: Fri Oct 3 21:07:40 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/1329d1e7/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 cadb0b6..fa4496d 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -589,7 +589,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
