You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2015/03/07 05:50:30 UTC

svn commit: r1664793 - /nutch/trunk/CHANGES.txt

Author: mattmann
Date: Sat Mar  7 04:50:30 2015
New Revision: 1664793

URL: http://svn.apache.org/r1664793
Log:
Fix for NUTCH-1954: FilenameTooLong error appears in CommonCrawlDumper. This closes #10 #11

Modified:
    nutch/trunk/CHANGES.txt

Modified: nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1664793&r1=1664792&r2=1664793&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Sat Mar  7 04:50:30 2015
@@ -1,7 +1,7 @@
 Nutch Change Log
 
 Nutch Current Development 1.10-SNAPSHOT
-
+ 
 * NUTCH-1954 FilenameTooLong error appears in CommonCrawlDumper (mattmann)
 
 * NUTCH-1949 Dump out the Nutch data into the Common Crawl format (Giuseppe Totaro via lewismc)