浏览代码

Fix some dates.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@452153 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 18 年之前
父节点
当前提交
59ec9c0b41
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -101,7 +101,7 @@ Trunk (unreleased changes)
     correctly, and better handles some errors.  (omalley via cutting)
 
 
-Release 0.6.2 (unreleased)
+Release 0.6.2 - 2006-09-18
 
 1. HADOOP-532.  Fix a bug reading value-compressed sequence files,
    where an exception was thrown reporting that the full value had not
@@ -113,7 +113,7 @@ Release 0.6.2 (unreleased)
    default.  (Hairong Kuang via cutting)
 
 
-Release 0.6.1 - 2006-08-13
+Release 0.6.1 - 2006-09-13
 
  1. HADOOP-520.  Fix a bug in libhdfs, where write failures were not
     correctly returning error codes.  (Arun C Murthy via cutting)
@@ -133,7 +133,7 @@ Release 0.6.1 - 2006-08-13
     (omalley via cutting)
 
 
-Release 0.6.0 - 2006-08-08
+Release 0.6.0 - 2006-09-08
 
  1. HADOOP-427.  Replace some uses of DatanodeDescriptor in the DFS
     web UI code with DatanodeInfo, the preferred public class.