Update changelog.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@386411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-03-16 18:40:33 +00:00
parent c35a834da3
commit 96a0bcd734

View File

@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPJAVA-4">Compile fails using forked compiler when directory contains spaces.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-42">Also check for <code>${maven.gen.src}</code> before compiling.</action>
<action dev="ltheussl" type="add" issue="MPJAVA-41">New property <code>maven.compile.failonerror</code>.</action>
<action dev="ltheussl" type="add" issue="MPJAVA-32">New property <code>maven.compile.debuglevel</code>.</action>
@ -35,6 +36,7 @@
<action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than one clause present.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</action>
<action dev="carlos" type="add" issue="MPJAVA-40" due-to="Ron Gallagher">Make a report with compiler output</action>
<action dev="carlos" type="add" issue="MPJAVA-34">Capture Deprecation Warnings.</action>
</release>
<release version="1.5" date="2004-12-04">
<action dev="vmassol" type="fix" issue="MPJAVA-22">Make it work by default with any version of the JDK</action>