Repository: hadoop Updated Branches: refs/heads/trunk 3472e3bd6 -> f33c99ba3
YARN-3113. Release audit warning for Sorting icons.psd. Contributed by Steve Loughran. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f33c99ba Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f33c99ba Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f33c99ba Branch: refs/heads/trunk Commit: f33c99ba3900f21901b479ad6e85f5cd95a9c657 Parents: 3472e3b Author: Kihwal Lee <[email protected]> Authored: Mon Feb 2 12:58:35 2015 -0600 Committer: Kihwal Lee <[email protected]> Committed: Mon Feb 2 12:58:35 2015 -0600 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 2 ++ hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f33c99ba/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index cb4000d..8a05b5c 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -451,6 +451,8 @@ Release 2.7.0 - UNRELEASED YARN-3077. Fixed RM to create zk root path recursively. (Chun Chen via jianhe) + YARN-3113. Release audit warning for Sorting icons.psd. (stevel via kihwal) + Release 2.6.0 - 2014-11-18 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/f33c99ba/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml index 2301399..6bc5b71 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml @@ -213,6 +213,7 @@ <exclude>src/main/resources/webapps/node/.keep</exclude> <exclude>src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css</exclude> <exclude>src/main/resources/webapps/static/dt-1.9.4/css/demo_table.css</exclude> + <exclude>src/main/resources/webapps/static/dt-1.9.4/images/Sorting icons.psd</exclude> <exclude>src/main/resources/webapps/static/jquery/themes-1.9.1/base/jquery-ui.css</exclude> </excludes> </configuration>
