git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114539 13f79535-47bb-0310-9956-ffa450edef68
75 lines
2.4 KiB
XML
75 lines
2.4 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changelog plugin changes</title>
|
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<release version="1.4" date="in CVS">
|
|
<action dev="dion" type="update">
|
|
Upgrade to ant 1.6
|
|
</action>
|
|
<action dev="epugh" type="update">
|
|
If, using the cvslib, fails, then fall back to using
|
|
the command line call to the cvs executable.
|
|
</action>
|
|
<action dev="epugh" type="update">
|
|
Added java based CVS library using cvslib. Removed
|
|
requirement for cvs executable.
|
|
</action>
|
|
<action dev="jcrossley" type="update" issue="MPCHANGELOG-7">
|
|
Add support for Perforce SCM and cleaned up some docs.
|
|
</action>
|
|
</release>
|
|
|
|
<release version="1.3" date="2003-09-29">
|
|
<action dev="dion" type="update" issue="MPCHANGELOG-6">
|
|
Add support of IBM Rational ClearCase SCM.
|
|
</action>
|
|
<action dev="dion" type="update">
|
|
Upgrade to maven 1.0 beta 10
|
|
</action>
|
|
<action dev="dion" type="update">
|
|
Upgrade to commons-logging 1.0.3
|
|
</action>
|
|
<action dev="dion" type="fix">
|
|
Remove classloader property stuff
|
|
</action>
|
|
<action dev="evenisse" type="fix">
|
|
Add xml declaration to generated report. Fixed for character encoding.
|
|
</action>
|
|
<action dev="evenisse" type="fix" due-to="Bruce Chenoweth" issue="MPCHANGELOG-8">
|
|
Escape filename.
|
|
</action>
|
|
<action dev="evenisse" type="fix" issue="MPCHANGELOG-9">
|
|
I register reports only if source, test,... exists.
|
|
So, corresponding entrys in menu will appear only if reports are
|
|
registered.
|
|
</action>
|
|
<action dev="evenisse" type="fix" issue="MPCHANGELOG-10">
|
|
Corrected link for viewcvs configured with muliple cvs
|
|
repository.
|
|
</action>
|
|
</release>
|
|
|
|
<release version="1.2" date="UNKNOWN">
|
|
<action dev="dion" type="add">
|
|
Added more documentation
|
|
</action>
|
|
<action dev="dion" type="add">
|
|
Reworked CVS changelog plugin to use the project repository
|
|
connection string, rather than relying on CVS/Entries
|
|
</action>
|
|
</release>
|
|
|
|
<release version="1.1" date="2002-08-01">
|
|
<action dev="smor" type="fix" issue="MPCHANGELOG-11">
|
|
</action>
|
|
</release>
|
|
|
|
</body>
|
|
</document>
|