git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1609590 13f79535-47bb-0310-9956-ffa450edef68
@@ -369,6 +369,8 @@ Release 2.5.0 - UNRELEASED
YARN-2158. Improved assertion messages of TestRMWebServicesAppsModification.
(Varun Vasudev via zjshen)
+ YARN-2269. Remove external links from YARN UI. (Craig Welch via xgong)
+
Release 2.4.1 - 2014-06-23
INCOMPATIBLE CHANGES
@@ -25,7 +25,6 @@ public class FooterBlock extends HtmlBlock {
@Override protected void render(Block html) {
html.
- div("#footer.ui-widget").
- a("http://hadoop.apache.org/", "About Apache Hadoop")._();
+ div("#footer.ui-widget")._();
}