Moved HADOOP-8419 in CHANGES.txt from 3.0.0 to 2.8.0.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/169921e8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/169921e8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/169921e8 Branch: refs/heads/HDFS-7240 Commit: 169921e8abc2efef1bda69ad0d4b530488c639d8 Parents: 4a3b8f1 Author: Tsuyoshi Ozawa <[email protected]> Authored: Thu Nov 19 01:34:20 2015 +0900 Committer: Tsuyoshi Ozawa <[email protected]> Committed: Thu Nov 19 01:34:20 2015 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/169921e8/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 6522606..94ad08a 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1331,6 +1331,8 @@ Release 2.8.0 - UNRELEASED HADOOP-12567: NPE in SaslRpcServer (Sergey Shelukhin via cnauroth) + HADOOP-8419. Fixed GzipCode NPE reset for IBM JDK. (Yu Li via eyang) + OPTIMIZATIONS HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString()
