Repository: hadoop Updated Branches: refs/heads/branch-2 2e9392c15 -> ddc4afeff refs/heads/branch-2.7 2113e0a3f -> 82530ba0f refs/heads/trunk f9a46a00d -> 93b770f7e
HADOOP-11966. Variable cygwin is undefined in hadoop-config.sh when executed through hadoop-daemon.sh. 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/93b770f7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/93b770f7 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/93b770f7 Branch: refs/heads/trunk Commit: 93b770f7e778835a9dd76854b435c5250835d1a8 Parents: f9a46a0 Author: cnauroth <[email protected]> Authored: Wed May 13 12:25:06 2015 -0700 Committer: cnauroth <[email protected]> Committed: Wed May 13 12:25:06 2015 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/93b770f7/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 2fbecbb..207d144 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -703,6 +703,9 @@ Release 2.7.1 - UNRELEASED HADOOP-11663. Remove description about Java 6 from docs. (Masatake Iwasaki via aajisaka) + HADOOP-11966. Variable cygwin is undefined in hadoop-config.sh when executed + through hadoop-daemon.sh. (cnauroth) + Release 2.7.0 - 2015-04-20 INCOMPATIBLE CHANGES
