2006-01-29 20:30:25 +00:00

123 lines
8.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<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.9" date="2006-01-29">
<action dev="ltheussl" type="add">New '
<code>lastRelease</code>' option for
<code>maven.changelog.date</code>.
</action>
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-81" due-to="Dennis Lundberg">Some valid scm urls are not allowed.</action>
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-72" due-to="Pascal Larin">Auto select factory from connection doesn't work if provider name length different from 3.</action>
<action dev="ltheussl" type="add" issue="MPCHANGELOG-80" due-to="Christoph Jerolimov">Add MKS SI support.</action>
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-69">Changelog returns 0 entries on Windows with CVS (not CVSNT). New property
<code>maven.changelog.quoteDate</code>.
</action>
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-74">Changelog plugin creates wrong links for Subversion repositories. New property
<code>maven.changelog.svn.baseurl</code>.
</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>
<li>ant v1.5.3-1 -&gt; v1.6.5</li>
<li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
<li>commons-logging v1.0.3 -&gt; v1.0.4</li>
<li>maven v1.0 -&gt; v1.0.2</li>
<li>maven-model v3.0.0 -&gt; v3.0.1</li>
<li>xercesImpl v 2.4.0 -&gt; v2.6.2</li>
<li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li>
</ul>
</action>
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-70" due-to="Arnaud Bailly">Incorrect parsing of SVN log files when username contains spaces.</action>
</release>
<release version="1.8.2" date="2005-06-15">
<action dev="brett" type="fix" issue="MPCHANGELOG-66">Avoid NullPointerException when no type is given</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-65" due-to="Fuad Efendi">Corrected parsing of VSS results</action>
<action dev="epugh" type="fix" issue="MPCHANGELOG-64">Corrected parsing of .cvspass</action>
</release>
<release version="1.8.1" date="2005-06-06">
<action dev="brett" type="fix" issue="MPCHANGELOG-23">Determine default factory from connection - no need to configure for SCMs other than CVS.</action>
<action dev="brett" type="add" issue="MPCHANGELOG-49" due-to="Freddy Mallet">Add VSS support</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-25" due-to="Neil Palmer">Corrected link for viewcvs configured with muliple cvs repository.</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-57" due-to="Sebastian Scholze">Correctly parse (no author) from SVN logs</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-53" due-to="Kenneth Leider">Add CVS monitor support</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-47">Quote argument with &lt; in it on Windows for the CVS provider - required if using CVSNT</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-55">Fix problem parsing revisions on Linux introduced by MPCHANGELOG-29</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-63" due-to="David Jackman">Add the ability to show several sets of changes</action>
<action dev="brett" type="fix">Allow local CVSROOT to only have 5 tokens (no host name)</action>
</release>
<release version="1.7.2" date="2005-01-08">
<action dev="brett" type="fix" issue="MPCHANGELOG-29" due-to="Matthew Daniel">Fix subversion revision passing on Windows</action>
<action dev="felipeal" type="fix" issue="MPCHANGELOG-48" due-to="Erwin van der Koogh">Handles new CVS date format (introduced by cvs 1.12).</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-45" due-to="Jim Crossley">Perforce Repository URL should include project.</action>
<action dev="dion" type="fix" issue="MPCHANGELOG-46" due-to="Juha Komulainen">Handle ViewCVS URLs with ? in them.</action>
</release>
<release version="1.7.1" date="2004-07-12">
<action dev="dion" type="fix" issue="MPCHANGELOG-36" due-to="Matt Read">changelog.xml author tag in Clearcase contains developer.id.</action>
<action dev="dion" type="fix" issue="MPCHANGELOG-34" due-to="Saito Kazuo">Plugin does not find the password for the CVSROOT in .cvspass if the CVSROOT in .cvspass is preceded by a "/1".</action>
</release>
<release version="1.7" date="2004-07-08">
<action dev="evenisse" type="fix">Add the possibility to specify a date format for input stream (Starteam only).</action>
</release>
<release version="1.6" date="2004-06-25">
<action dev="brett" type="fix" issue="MPCHANGELOG-34" due-to="Rafael Santiago, Jr.">Prevent any NPE depending on certain repository definition conditions</action>
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-39">Fix date format with clearcase.</action>
<action dev="dion" type="update">Allow empty passwords in create-cvspass</action>
</release>
<release version="1.5" date="2004-05-16">
<action dev="dion" type="fix" due-to="Tim Shadel" issue="MPCHANGELOG-22">Parsing of windows user names (domain\user) was broken.</action>
<action dev="dion" type="fix" due-to="Archimedes Trajano">Bad documentation for goals</action>
<action dev="dion" type="update">Add changelog:create-cvspass goal for creating the required .cvspass file Add documentation on .cvspass file for CVSNT users.</action>
<action dev="brett" type="update" issue="MPCHANGELOG-31">Use Netbean 3.6 version of cvslib to fix cvs 1.11.2 bug.</action>
<action dev="dion" type="update">Increase password read failure from debug to warning and provide more information</action>
</release>
<release version="1.4" date="2004-03-07">
<action dev="dion" type="fix" issue="MPCHANGELOG-28">Fix bad HTML</action>
<action dev="evenisse" type="update">Add maven.changelog.basedir property.</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>
<action dev="brett" type="fix" issue="MPCHANGELOG-30" due-to="fabrizio giustina">Fix CDATA sections in comments.</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"/>
</release>
</body>
</document>