maven-plugins/nsis/xdocs/changes.xml
2007-04-30 07:41:05 +00:00

63 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You 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>NSIS plugin changes</title>
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="2.1-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="add" issue="MPNSIS-13">The script "remove-shortcuts.nsh" can be used to remove shortcuts created in "startmenu-shortcuts.nsh" and "desktop-shortcuts.nsh".</action>
<action dev="aheritier" type="update">Set compress options (force/lzma).</action>
<action dev="aheritier" type="update" issue="MPNSIS-12">NSIS plugin does not support silent uninstall. Remove the final dialog box.</action>
</release>
<release version="2.0" date="2006-07-28">
<action dev="dion" type="fix" due-to="Matthias Kerkhoff" issue="MPNSIS-9">Use maven.nsis.build.dir instead of maven.dist.assembly.dir.</action>
<action dev="dion" type="fix" due-to="Matthias Kerkhoff" issue="MPNSIS-8">Fail when makensis fails.</action>
<action dev="dion" type="update">Rename
<code>ORGANIZATION</code>constant to
<code>PROJECT_ORGANIZATION</code>.
</action>
<action dev="dion" type="fix" due-to="Geoffrey">Check maven.nsis.exe exists before using it.</action>
<action dev="dion" type="add" due-to="Geoffrey">Add faq</action>
<action dev="dion" type="update">Add back license to project.xml after the scm plugin removed it.</action>
</release>
<release version="1.1" date="2004-07-08">
<action dev="dion" type="fix" issue="MPNSIS-7" due-to="Geoffrey">Desktop shortcuts cause a compile error</action>
<action dev="dion" type="fix">Use pom.organization.name instead of pom.organization.</action>
<action dev="dion" type="update" issue="MPNSIS-6" due-to="Geoffrey">Add PROJECT_URL to constants.</action>
<action dev="dion" type="fix">Fix typo in registry uninstall key.</action>
<action dev="dion" type="fix" issue="MPNSIS-2" due-to="Geoffrey">Generate exe in distributions directory.</action>
<action dev="dion" type="update">Rename
<code>PROJECT_DIST_DIR</code>constant to
<code>PROJECT_DIST_BIN_DIR</code>, and define
<code>PROJECT_DIST_DIR</code>to be
<code>${maven.dist.dir}</code>
</action>
<action dev="dion" type="update">Add docs on how the plugin process works</action>
<action dev="dion" type="update">Add some basic documentation</action>
</release>
<release version="1.0" date="2004-03-11">
<action dev="brett" type="add">Initial release.</action>
</release>
</body>
</document>