From 22bb3c6b77bb999f7fac33ddd2455415a928077e Mon Sep 17 00:00:00 2001 From: Christopher Douglas Date: Wed, 21 Oct 2009 01:10:08 +0000 Subject: [PATCH] Remove entries moved to 0.20.2 git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@827860 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index bda14aabdf..bb6f114ed1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -596,9 +596,6 @@ Release 0.21.0 - Unreleased HADOOP-6224. Add a method to WritableUtils performing a bounded read of an encoded String. (Jothi Padmanabhan via cdouglas) - HADOOP-6231. Allow caching of filesystem instances to be disabled on a - per-instance basis. (tomwhite) - HADOOP-6133. Add a caching layer to Configuration::getClassByName to alleviate a performance regression introduced in a compatibility layer. (Todd Lipcon via cdouglas) @@ -932,10 +929,6 @@ Release 0.21.0 - Unreleased HADOOP-5809. Fix job submission, broken by errant directory creation. (Sreekanth Ramakrishnan and Jothi Padmanabhan via cdouglas) - HADOOP-5759. Fix for IllegalArgumentException when - CombineFileInputFormat is used as job InputFormat. - (Amareshwari Sriramadasu via dhruba) - HADOOP-5635. Change distributed cache to work with other distributed file systems. (Andrew Hitchcock via tomwhite)