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 2007/04/03 20:26:07 UTC

svn commit: r525234 - /lucene/hadoop/branches/branch-0.12/CHANGES.txt

Author: cutting
Date: Tue Apr  3 11:26:06 2007
New Revision: 525234

URL: http://svn.apache.org/viewvc?view=rev&rev=525234
Log:
Fix numbering of changes.

Modified:
    lucene/hadoop/branches/branch-0.12/CHANGES.txt

Modified: lucene/hadoop/branches/branch-0.12/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/branches/branch-0.12/CHANGES.txt?view=diff&rev=525234&r1=525233&r2=525234
==============================================================================
--- lucene/hadoop/branches/branch-0.12/CHANGES.txt (original)
+++ lucene/hadoop/branches/branch-0.12/CHANGES.txt Tue Apr  3 11:26:06 2007
@@ -3,14 +3,14 @@
 
 Release 0.12.3 (not yet released)
 
-15. HADOOP-1162.  Fix bug in record CSV and XML serialization of
+ 1. HADOOP-1162.  Fix bug in record CSV and XML serialization of
     binary values.  (Milind Bhandarkar via cutting)
 
-16. HADOOP-1123.  Fix NullPointerException in LocalFileSystem when
+ 2. HADOOP-1123.  Fix NullPointerException in LocalFileSystem when
     trying to recover from a checksum error.
     (Hairong Kuang & Nigel Daley via tomwhite)
 
-17. HADOOP-1177.  Fix bug where IOException in MapOutputLocation.getFile
+ 3. HADOOP-1177.  Fix bug where IOException in MapOutputLocation.getFile
     was not being logged.  (Devaraj Das via tomwhite)
 
  4. HADOOP-1175.  Fix bugs in JSP for displaying a task's log messages.