You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by bu...@apache.org on 2014/08/31 21:43:11 UTC

svn commit: r920866 - in /websites/staging/creadur/trunk/content: ./ release-notes/rat-0.10.txt

Author: buildbot
Date: Sun Aug 31 19:43:11 2014
New Revision: 920866

Log:
Staging update by buildbot for creadur

Modified:
    websites/staging/creadur/trunk/content/   (props changed)
    websites/staging/creadur/trunk/content/release-notes/rat-0.10.txt

Propchange: websites/staging/creadur/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug 31 19:43:11 2014
@@ -1 +1 @@
-1620466
+1621625

Modified: websites/staging/creadur/trunk/content/release-notes/rat-0.10.txt
==============================================================================
--- websites/staging/creadur/trunk/content/release-notes/rat-0.10.txt (original)
+++ websites/staging/creadur/trunk/content/release-notes/rat-0.10.txt Sun Aug 31 19:43:11 2014
@@ -1,3 +1,30 @@
+Rat 0.11
+========
+
+ * RAT stays at compiler level 1.5 to be more compliant with other Maven plugins,
+   fixed build/CI environment to reflect and ensure that.
+ * Fixed Javadoc warnings during build, upgraded Maven Plugin Plugin to avoid
+   warnings in generated code (https://jira.codehaus.org/browse/MPLUGIN-237)
+ * Issues resolved (see http://issues.apache.org/jira):
+   Bug
+    * [RAT-135] - addLicenseHeaders is missing a space on license header.
+    * [RAT-144] - AbstractRatMojo String constant arrays should be private
+    * [RAT-148] - LicenseAddingReport#report has useless call to metaData.getData
+                  (thanks to Chris A. Mattmann)
+    * [RAT-151] - Detect more archive file formats
+    * [RAT-152] - Recognize the format for .bsh, .fml and .jsp file types
+    * [RAT-153] - Do not add extra empty lines when appending headers for the Apache License
+    * [RAT-154] - Indentation of the license header should be decided per family
+    * [RAT-155] - Do not add empty first and last lines in the license header for certain families
+    * [RAT-156] - Add some symmetry when applying license headers to files with file type specific headers
+    * [RAT-159] - Detect OpenOffice documents as being archives
+  Improvement
+    * [RAT-129] - Add support for CDDL 1.0
+    * [RAT-162] - CDDL1License.matches slow with large inputs
+                  (thanks to Andrew Gaul)
+    * [RAT-164] - Allow skipping execution entirely
+    * [RAT-165] - Use a maven defaultGoal for RAT's base pom.xml
+
 Rat 0.10
 ========
 The main change is RAT-138 - Rat 0.9 could run much slower than 0.8 on some input.