From 089714f6dc7feffbdae79faeadad58a3bac6ea47 Mon Sep 17 00:00:00 2001 From: Arun Murthy Date: Sat, 18 Feb 2012 02:05:43 +0000 Subject: [PATCH] HADOOP-8054. Committing to 0.23.1. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1245837 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index cdf65dc465..9340b5f22a 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -174,7 +174,6 @@ Release 0.23.2 - UNRELEASED (sharad, todd via todd) BUG FIXES - HADOOP-8054 NPE with FilterFileSystem (Daryn Sharp via bobby) HADOOP-8042 When copying a file out of HDFS, modifying it, and uploading it back into HDFS, the put fails due to a CRC mismatch @@ -204,7 +203,7 @@ Release 0.23.2 - UNRELEASED HADOOP-8036. TestViewFsTrash assumes the user's home directory is 2 levels deep. (Colin Patrick McCabe via eli) -Release 0.23.1 - 2012-02-08 +Release 0.23.1 - 2012-02-17 INCOMPATIBLE CHANGES @@ -403,6 +402,8 @@ Release 0.23.1 - 2012-02-08 HADOOP-8013. ViewFileSystem does not honor setVerifyChecksum (Daryn Sharp via bobby) + HADOOP-8054 NPE with FilterFileSystem (Daryn Sharp via bobby) + Release 0.23.0 - 2011-11-01 INCOMPATIBLE CHANGES