HADOOP-12294. Correct CHANGES.txt description.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0e1c12c1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0e1c12c1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0e1c12c1 Branch: refs/heads/yarn-2877 Commit: 0e1c12c1740132778fb29e41fc47d374fb87021e Parents: 0e54b16 Author: cnauroth <cnaur...@apache.org> Authored: Tue Nov 24 10:51:56 2015 -0800 Committer: cnauroth <cnaur...@apache.org> Committed: Tue Nov 24 10:51:56 2015 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0e1c12c1/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 873cd64..1f384f2 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -35,8 +35,8 @@ Trunk (Unreleased) HADOOP-10787 Rename/remove non-HADOOP_*, etc from the shell scripts. (aw via vvasudev) - HADOOP-12294. Remove the support of the deprecated dfs.umask. - (Chang Li vha wheat9) + HADOOP-12294. Throw an Exception when fs.permissions.umask-mode is + misconfigured (Chang Li vha wheat9) NEW FEATURES