Author: suresh
Date: Thu Jun 6 03:51:13 2013
New Revision: 1490119
URL: http://svn.apache.org/r1490119
Log:
Move HADOP-9131, HADOOP-8957 to release 2.0.1 section and HADOOP-9607,
HADOOP-9605 to BUG FIXES
Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1490119&r1=1490118&r2=1490119&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu Jun
6 03:51:13 2013
@@ -310,9 +310,6 @@ Trunk (Unreleased)
HADOOP-9131. Turn off TestLocalFileSystem#testListStatusWithColons on
Windows. (Chris Nauroth via suresh)
- HADOOP-8957. AbstractFileSystem#IsValidName should be overridden for
- embedded file systems like ViewFs (Chris Nauroth via Sanjay Radia)
-
HADOOP-9139. improve killKdc.sh (Ivan A. Veselovsky via bobby)
HADOOP-9202. test-patch.sh fails during mvn eclipse:eclipse if patch adds
@@ -565,6 +562,13 @@ Release 2.1.0-beta - UNRELEASED
HADOOP-9593. stack trace printed at ERROR for all yarn clients without
hadoop.home set (stevel)
+ HADOOP-8957. AbstractFileSystem#IsValidName should be overridden for
+ embedded file systems like ViewFs (Chris Nauroth via Sanjay Radia)
+
+ HADOOP-9607. Fixes in Javadoc build (Timothy St. Clair via cos)
+
+ HADOOP-9605. Update junit dependency. (Timothy St. Clair via cos)
+
BREAKDOWN OF HADOOP-8562 SUBTASKS AND RELATED JIRAS
HADOOP-8924. Hadoop Common creating package-info.java must not depend on
@@ -739,9 +743,8 @@ Release 2.1.0-beta - UNRELEASED
HADOOP-9397. Incremental dist tar build fails (Chris Nauroth via jlowe)
- HADOOP-9607. Fixes in Javadoc build (Timothy St. Clair via cos)
-
- HADOOP-9605. Update junit dependency. (Timothy St. Clair via cos)
+ HADOOP-9131. Turn off TestLocalFileSystem#testListStatusWithColons on
+ Windows. (Chris Nauroth via suresh)
Release 2.0.5-alpha - UNRELEASED