You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ku...@apache.org on 2007/03/11 02:34:43 UTC

svn commit: r516835 - /lucene/nutch/trunk/CHANGES.txt

Author: kubes
Date: Sat Mar 10 17:34:42 2007
New Revision: 516835

URL: http://svn.apache.org/viewvc?view=rev&rev=516835
Log:
Placed NUTCH-233 and NUTCH-436 into the correct order in the file. :(

Modified:
    lucene/nutch/trunk/CHANGES.txt

Modified: lucene/nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?view=diff&rev=516835&r1=516834&r2=516835
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Sat Mar 10 17:34:42 2007
@@ -50,13 +50,6 @@
 
 17. NUTCH-383 - upgrade to Hadoop 0.7.1 and Lucene 2.0.0. (ab)
 
-18. NUTCH-233 - Wrong regular expression hangs reduce process forever (Stefan
-    Groschupf via kubes)
-    
-19. NUTCH-436 - Incorrect handling of relative paths when the embedded URL 
-	path is empty (kubes)
-
-
   ****************************** WARNING !!! ********************************
   * This upgrade breaks data format compatibility. A tool 'convertdb'       *
   * was added to migrate existing CrawlDb-s to the new format. Segment data *
@@ -167,7 +160,12 @@
 
 54. Change OutlinkExtractor to use Regular Expressions from JRE (siren)
 
-
+55. NUTCH-233 - Wrong regular expression hangs reduce process forever (Stefan
+    Groschupf via kubes)
+    
+56. NUTCH-436 - Incorrect handling of relative paths when the embedded URL 
+	path is empty (kubes)
+	
 Release 0.8 - 2006-07-25
 
  0. Totally new architecture, based on hadoop