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 cu...@apache.org on 2006/10/02 20:11:18 UTC

svn commit: r452153 - /lucene/hadoop/trunk/CHANGES.txt

Author: cutting
Date: Mon Oct  2 11:11:18 2006
New Revision: 452153

URL: http://svn.apache.org/viewvc?view=rev&rev=452153
Log:
Fix some dates.

Modified:
    lucene/hadoop/trunk/CHANGES.txt

Modified: lucene/hadoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=452153&r1=452152&r2=452153
==============================================================================
--- lucene/hadoop/trunk/CHANGES.txt (original)
+++ lucene/hadoop/trunk/CHANGES.txt Mon Oct  2 11:11:18 2006
@@ -101,7 +101,7 @@
     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 @@
    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 @@
     (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.