You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2015/04/16 23:06:25 UTC

svn commit: r1674151 - /creadur/rat/trunk/RELEASE_NOTES.txt

Author: pottlinger
Date: Thu Apr 16 21:06:25 2015
New Revision: 1674151

URL: http://svn.apache.org/r1674151
Log:
RAT-171: Change contents of ReleaseNotes

* Emphasize that no contents is parsed or checked, but just that each non-comment line is added to the exclusions.


Modified:
    creadur/rat/trunk/RELEASE_NOTES.txt

Modified: creadur/rat/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/RELEASE_NOTES.txt?rev=1674151&r1=1674150&r2=1674151&view=diff
==============================================================================
--- creadur/rat/trunk/RELEASE_NOTES.txt (original)
+++ creadur/rat/trunk/RELEASE_NOTES.txt Thu Apr 16 21:06:25 2015
@@ -22,8 +22,10 @@ Rat 0.12 (SNAPSHOT)
                   (thanks to Christopher Tubbs)
 
    New features
-    * [RAT-171] - Maven plugin allows scanning of source code management ignore files. Their contents is added as exclusion/ignored during RAT runs.
-                  Supported source code management systems are: SVN, Git, Bazaar, Mercurial and CVS.
+    * [RAT-171] - Maven plugin allows scanning of source code management ignore files. Their contents is added as exclusion to be ignored during RAT runs.
+                  Supported source code management systems are: SVN, Git, Bazaar, Mercurial and CVS. 
+                  An ignore-file's contents is taken as it is without parsing or validating.
+
    Improvement
     * [RAT-196] - Minor refactoring in pom.xml.
                   (thanks to Karl Heinz Marbaise)