Author: nigel
Date: Thu Apr 23 18:55:09 2009
New Revision: 768012
URL: http://svn.apache.org/viewvc?rev=768012&view=rev
Log:
Fix up CHANGES.txt to acturately reflect what made it into the Hadoop 0.20.0
release
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=768012&r1=768011&r2=768012&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Apr 23 18:55:09 2009
@@ -436,20 +436,28 @@
Release 0.20.1 - Unreleased
- BUG FIXES
+ INCOMPATIBLE CHANGES
- HADOOP-5654. TestReplicationPolicy.<init> fails on java.net.BindException.
- (hairong)
+ NEW FEATURES
- HADOOP-5655. TestMRServerPorts fails on java.net.BindException. (Devaraj
- Das via hairong)
+ IMPROVEMENTS
- HADOOP-5646. Fixes a problem in TestQueueCapacities.
- (Vinod Kumar Vavilapalli via ddas)
+ OPTIMIZATIONS
+
+ BUG FIXES
HADOOP-5691. Makes org.apache.hadoop.mapreduce.Reducer concrete class
instead of abstract. (Amareshwari Sriramadasu via sharad)
+ HADOOP-5646. Fixes a problem in TestQueueCapacities.
+ (Vinod Kumar Vavilapalli via ddas)
+
+ HADOOP-5655. TestMRServerPorts fails on java.net.BindException. (Devaraj
+ Das via hairong)
+
+ HADOOP-5654. TestReplicationPolicy.<init> fails on java.net.BindException.
+ (hairong)
+
HADOOP-5688. Fix HftpFileSystem checksum path construction. (Tsz Wo
(Nicholas) Sze via cdouglas)