Browse Source

HADOOP-8013. Moved to 0.23.1 section.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241740 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 13 years ago
parent
commit
1cbbad0aae
1 changed files with 3 additions and 2 deletions
  1. 3 2
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 3 - 2
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -103,8 +103,6 @@ Release 0.23.1 - Unreleased
     HADOOP-7761. Improve the performance of raw comparisons. (todd)
 
   BUG FIXES
-   HADOOP-8013. ViewFileSystem does not honor setVerifyChecksum
-   (Daryn Sharp via bobby)
 
    HADOOP-8018.  Hudson auto test for HDFS has started throwing javadoc
    (Jon Eagles via bobby)
@@ -222,6 +220,9 @@ Release 0.23.1 - Unreleased
    HADOOP-8012. hadoop-daemon.sh and yarn-daemon.sh are trying to mkdir
    and chown log/pid dirs which can fail. (Roman Shaposhnik via eli)
 
+   HADOOP-8013. ViewFileSystem does not honor setVerifyChecksum
+   (Daryn Sharp via bobby)
+
 Release 0.23.0 - 2011-11-01 
 
   INCOMPATIBLE CHANGES