HADOOP-10690. 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/156e78c1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/156e78c1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/156e78c1 Branch: refs/heads/branch-2 Commit: 156e78c1daa5a45b78cd8f852e12e78948d678da Parents: cb6eb59 Author: cnauroth <[email protected]> Authored: Wed Dec 17 14:31:26 2014 -0800 Committer: cnauroth <[email protected]> Committed: Wed Dec 17 14:57:13 2014 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/156e78c1/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 b521afd..2c52001 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -240,6 +240,10 @@ Release 2.7.0 - UNRELEASED HADOOP-10689. InputStream is not closed in AzureNativeFileSystemStore#retrieve(). (Chen He via cnauroth) + HADOOP-10690. Lack of synchronization on access to InputStream in + NativeAzureFileSystem#NativeAzureFsInputStream#close(). + (Chen He via cnauroth) + Release 2.6.0 - 2014-11-18 INCOMPATIBLE CHANGES @@ -1294,10 +1298,6 @@ Release 2.5.0 - 2014-08-11 HADOOP-10910. Increase findbugs maxHeap size. (wang) - HADOOP-10690. Lack of synchronization on access to InputStream in - NativeAzureFileSystem#NativeAzureFsInputStream#close(). - (Chen He via cnauroth) - BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS HADOOP-10520. Extended attributes definition and FileSystem APIs for
