Repository: hadoop Updated Branches: refs/heads/branch-2.7 f6bdcd938 -> 41530b417
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/41530b41 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/41530b41 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/41530b41 Branch: refs/heads/branch-2.7 Commit: 41530b4173df07a861b66dfda1a88cf411a0046a Parents: f6bdcd9 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:47 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/41530b41/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 c08fc74..09b5e63 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -429,6 +429,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. @@ -10124,8 +10127,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
