You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sh...@apache.org on 2008/11/08 02:18:08 UTC

svn commit: r712334 - /hadoop/core/branches/branch-0.19/CHANGES.txt

Author: shv
Date: Fri Nov  7 17:18:08 2008
New Revision: 712334

URL: http://svn.apache.org/viewvc?rev=712334&view=rev
Log:
HADOOP-4610. Reflect commit to 0.18.3 in branch 0.19.

Modified:
    hadoop/core/branches/branch-0.19/CHANGES.txt

Modified: hadoop/core/branches/branch-0.19/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.19/CHANGES.txt?rev=712334&r1=712333&r2=712334&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.19/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.19/CHANGES.txt Fri Nov  7 17:18:08 2008
@@ -964,9 +964,6 @@
     HADOOP-4498. Ensure that JobHistory correctly escapes the job name so that
     regex patterns work. (Chris Wensel via acmurthy)
 
-    HADOOP-4610. Always calculate mis-replicated blocks when safe-mode is 
-    turned off. (shv)
-
 Release 0.18.3 - Unreleased
 
   BUG FIXES
@@ -979,6 +976,9 @@
     HADOOP-3121. lsr should keep listing the remaining items but not
     terminate if there is any IOException. (szetszwo)
 
+    HADOOP-4610. Always calculate mis-replicated blocks when safe-mode is 
+    turned off. (shv)
+
 Release 0.18.2 - 2008-11-03
 
   BUG FIXES