You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2015/09/30 16:17:24 UTC

svn commit: r1706038 - in /creadur/rat/branches/0.12-release-branch: ./ apache-rat-gradle/ pom.xml src/changes/changes.xml

Author: jochen
Date: Wed Sep 30 14:17:23 2015
New Revision: 1706038

URL: http://svn.apache.org/viewvc?rev=1706038&view=rev
Log:
Prepare release 0.12.

Added:
    creadur/rat/branches/0.12-release-branch/   (props changed)
      - copied from r1705858, creadur/rat/trunk/
    creadur/rat/branches/0.12-release-branch/pom.xml
      - copied unchanged from r1705861, creadur/rat/trunk/pom.xml
    creadur/rat/branches/0.12-release-branch/src/changes/changes.xml
      - copied, changed from r1705861, creadur/rat/trunk/src/changes/changes.xml
Removed:
    creadur/rat/branches/0.12-release-branch/apache-rat-gradle/

Propchange: creadur/rat/branches/0.12-release-branch/
------------------------------------------------------------------------------
    bugtraq:logregex = RAT-\d+

Propchange: creadur/rat/branches/0.12-release-branch/
------------------------------------------------------------------------------
    bugtraq:url = https://issues.apache.org/jira/browse/%BUGID%

Propchange: creadur/rat/branches/0.12-release-branch/
------------------------------------------------------------------------------
    bugtraq:warnifnoissue = false

Propchange: creadur/rat/branches/0.12-release-branch/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Wed Sep 30 14:17:23 2015
@@ -0,0 +1 @@
+

Propchange: creadur/rat/branches/0.12-release-branch/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 30 14:17:23 2015
@@ -0,0 +1,12 @@
+target
+lib
+.*
+*.jar
+*.bz2
+*.gz
+*.zip
+maven-eclipse.xml
+*.iml
+*.ipr
+*.iws
+stage

Propchange: creadur/rat/branches/0.12-release-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Sep 30 14:17:23 2015
@@ -0,0 +1,2 @@
+/incubator/rat/main/branches/rat-output-semantics:752347-770457
+/incubator/rat/main/branches/trunk:752345-752346

Copied: creadur/rat/branches/0.12-release-branch/src/changes/changes.xml (from r1705861, creadur/rat/trunk/src/changes/changes.xml)
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release-branch/src/changes/changes.xml?p2=creadur/rat/branches/0.12-release-branch/src/changes/changes.xml&p1=creadur/rat/trunk/src/changes/changes.xml&r1=1705861&r2=1706038&rev=1706038&view=diff
==============================================================================
--- creadur/rat/trunk/src/changes/changes.xml (original)
+++ creadur/rat/branches/0.12-release-branch/src/changes/changes.xml Wed Sep 30 14:17:23 2015
@@ -44,11 +44,70 @@ The <action> type attribute can be add,u
   </properties>
 
   <body>
-    <release version="0.12" date="Not yet released">
+    <release version="0.12" date="Not yet released" description="
+ We now require Maven 3.0.5+ to build Rat, but as before we only require
+ Maven 2.2.1+ if you want to use Rat in your own Maven projects.
+
+ We've integrated Rat into the ASF Jenkins to ensure continuous builds with various JDK versions. 
+"
       <action dev="jochen" issue="RAT-163">
         Removing the Gradle Plugin from the Rat Core project, so that building
         with Java 5 works again.
       </action>
+      <action dev="pottlinger" issue="RAT-158" due-to="Hervé Boutemy" type="fix">
+        Fix SAX-Parser warning by explicitly excluding xerces in Doxia 1.2.
+      </action>
+      <action dev="pottlinger" issue="RAT-173" due-to="Chris Burroughs" type="fix">
+        Allow complete skip of RAT plugin with rat.skip property.
+      </action>
+      <action dev="pottlinger" issue="RAT-174" due-to="Chris Burroughs" type="fix">
+        CDDL1License still very slow, replace Pattern matching with simple String comparison.
+      </action>
+      <action dev="sebb" issue="RAT-175" type="fix">
+        SourceCodeManagementSystems.hasIgnoreFile() should return boolean.
+      </action>
+      <action dev="pottlinger" issue="RAT-177" due-to="Sebastian Bazley" type="fix">
+        Final arrays should be private.
+      </action>
+      <action dev="pottlinger" issue="RAT-188" due-to="Mark Thomas" type="fix">
+        Fix problems with AnimalSniffer-plugin when running in GUMP with Java 8.
+        Workaround for https://jira.codehaus.org/browse/MANIMALSNIFFER-45
+      </action>
+      <action dev="pottlinger" issue="RAT-160" due-to="Christopher Tubbs" type="fix">
+        Ignore build.log created by maven-invoker-plugin.
+      </action>
+      <action dev="pottlinger" issue="RAT-179" due-to="Sebastian Bazley" type="fix">
+        Maven plugin and Ant task do not support adding extra approved licenses.
+      </action>
+      <action dev="pottlinger" issue="RAT-180" due-to="Sebastian Bazley" type="fix">
+        Generify and beautify texts in RAT report. 
+      </action>
+
+      <action dev="pottlinger" issue="RAT-196" due-to="Karl Heinz Marbais" type="add">
+        Minor refactoring in pom.xml.
+      </action>
+      <action dev="pottlinger" issue="RAT-194" due-to="Hervé Boutemy" type="fix">
+        Upgrade to Doxia 1.6 if called directly, does not affect problems reported in RAT-158. Minor improvements.
+      </action>
+      <action dev="dennisl" issue="RAT-61" due-to="Jukka Zitting" type="add">
+        List files with unapproved licenses in Maven output.
+      </action>
+      <action dev="dennisl" issue="RAT-61" due-to="Jukka Zitting" type="add">
+        List files with unapproved licenses in Maven output.
+      </action>
+      <action dev="dennisl" issue="RAT-170" due-to="Philipp Ottlinger" type="add">
+        RAT should use itself during build and site generation.
+      </action>
+      <action dev="sebb" issue="RAT-181" type="add">
+        BinaryGuesser should treat *.truststore as binary.
+      </action>
+      <action dev="pottlinger" issue="RAT-184" due-to="Karl Heinz Marbaise" type="add">
+        Add DEPENDENCIES to the list of ignored files in NoteGuesser.
+      </action>
+      <action dev="pottlinger" issue="RAT-184" due-to="Karl Heinz Marbaise" type="add">
+        Add DEPENDENCIES to the list of ignored files in NoteGuesser.
+      </action>
+
     </release>
     <release version="0.11" date="2014-08-31" description=
 "* Rat stays at compiler level 1.5 to be more compliant with other Maven plugins,