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:51:12 UTC

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

Author: mattmann
Date: Sat Mar  7 04:51:11 2015
New Revision: 1664794

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

Modified:
    nutch/trunk/CHANGES.txt

Modified: nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1664794&r1=1664793&r2=1664794&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Sat Mar  7 04:51:11 2015
@@ -1,5 +1,5 @@
 Nutch Change Log
-
+ 
 Nutch Current Development 1.10-SNAPSHOT
  
 * NUTCH-1954 FilenameTooLong error appears in CommonCrawlDumper (mattmann)