Repository: hadoop Updated Branches: refs/heads/trunk a128cca30 -> b8c094b07
HDFS-7425. NameNode block deletion logging uses incorrect appender. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b8c094b0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b8c094b0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b8c094b0 Branch: refs/heads/trunk Commit: b8c094b0754099f13d668081b4afcf0644e325c3 Parents: a128cca Author: cnauroth <[email protected]> Authored: Fri Nov 21 16:35:08 2014 -0800 Committer: cnauroth <[email protected]> Committed: Fri Nov 21 16:35:08 2014 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b8c094b0/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 5f810ce..408a6ed 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -470,6 +470,21 @@ Release 2.7.0 - UNRELEASED HDFS-7374. Allow decommissioning of dead DataNodes. (Zhe Zhang) +Release 2.6.1 - UNRELEASED + + INCOMPATIBLE CHANGES + + NEW FEATURES + + IMPROVEMENTS + + OPTIMIZATIONS + + BUG FIXES + + HDFS-7425. NameNode block deletion logging uses incorrect appender. + (cnauroth) + Release 2.6.0 - 2014-11-18 INCOMPATIBLE CHANGES
