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

svn commit: r1621625 - /creadur/site/trunk/content/release-notes/rat-0.10.txt

Author: dennisl
Date: Sun Aug 31 19:42:56 2014
New Revision: 1621625

URL: http://svn.apache.org/r1621625
Log:
Update the release notes with the 0.11 release.

Modified:
    creadur/site/trunk/content/release-notes/rat-0.10.txt

Modified: creadur/site/trunk/content/release-notes/rat-0.10.txt
URL: http://svn.apache.org/viewvc/creadur/site/trunk/content/release-notes/rat-0.10.txt?rev=1621625&r1=1621624&r2=1621625&view=diff
==============================================================================
--- creadur/site/trunk/content/release-notes/rat-0.10.txt (original)
+++ creadur/site/trunk/content/release-notes/rat-0.10.txt Sun Aug 31 19:42:56 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.