Author: suresh
Date: Mon Oct 22 16:03:02 2012
New Revision: 1400929
URL: http://svn.apache.org/viewvc?rev=1400929&view=rev
Log:
Moved HADOOP-8951 from trunk to release 2.0.3 section in CHANGES.txt
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=1400929&r1=1400928&r2=1400929&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Mon Oct
22 16:03:02 2012
@@ -269,9 +269,6 @@ Trunk (Unreleased)
HADOOP-8918. test-patch.sh is parsing modified files wrong.
(Raja Aluri via suresh)
- HADOOP-8951. RunJar to fail with user-comprehensible error
- message if jar missing. (stevel via suresh)
-
OPTIMIZATIONS
HADOOP-7761. Improve the performance of raw comparisons. (todd)
@@ -383,6 +380,9 @@ Release 2.0.3-alpha - Unreleased
HADOOP-8948. TestFileUtil.testGetDU fails on Windows due to incorrect
assumption of line separator. (Chris Nauroth via suresh)
+ HADOOP-8951. RunJar to fail with user-comprehensible error
+ message if jar missing. (stevel via suresh)
+
Release 2.0.2-alpha - 2012-09-07
INCOMPATIBLE CHANGES