You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by jn...@apache.org on 2011/01/05 17:53:54 UTC

svn commit: r1055522 - /nutch/branches/branch-1.3/CHANGES.txt

Author: jnioche
Date: Wed Jan  5 16:53:53 2011
New Revision: 1055522

URL: http://svn.apache.org/viewvc?rev=1055522&view=rev
Log:
NUTCH-935 added to CHANGES

Modified:
    nutch/branches/branch-1.3/CHANGES.txt

Modified: nutch/branches/branch-1.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/CHANGES.txt?rev=1055522&r1=1055521&r2=1055522&view=diff
==============================================================================
--- nutch/branches/branch-1.3/CHANGES.txt (original)
+++ nutch/branches/branch-1.3/CHANGES.txt Wed Jan  5 16:53:53 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 1.3 - Current Development
 
+* NUTCH-935 basicurlnormalizer removes unnecessary /./ in URLs
+
 * NUTCH-912 MoreIndexingFilter does not parse docx and xlsx date formats (Markus Jelsma, jnioche)
 
 * NUTCH-886 A .gitignore file for Nutch (dogacan)