Repository: hadoop Updated Branches: refs/heads/branch-2 b199081f5 -> 8afbfed5d
HDFS-2605. Remove redundant "Release 0.21.1" section from CHANGES.txt. Contributed by Allen Wittenauer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8afbfed5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8afbfed5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8afbfed5 Branch: refs/heads/branch-2 Commit: 8afbfed5d3214d3bf39baaa30dbf54033fdf7f86 Parents: b199081 Author: Konstantin V Shvachko <[email protected]> Authored: Fri Mar 13 13:45:13 2015 -0700 Committer: Konstantin V Shvachko <[email protected]> Committed: Fri Mar 13 13:45:13 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/8afbfed5/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index e3b3af7..40b538c 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -441,6 +441,9 @@ Release 2.7.0 - UNRELEASED HDFS-7435. PB encoding of block reports is very inefficient. (Daryn Sharp via kihwal) + HDFS-2605. Remove redundant "Release 0.21.1" section from CHANGES.txt. + (Allen Wittenauer via shv) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries in NameNode. @@ -10139,8 +10142,6 @@ Release 0.22.0 - 2011-11-29 HDFS-2514. Link resolution bug for intermediate symlinks with relative targets. (eli) -Release 0.21.1 - Unreleased - HDFS-1466. TestFcHdfsSymlink relies on /tmp/test not existing. (eli) HDFS-874. TestHDFSFileContextMainOperations fails on weirdly
