Skip to content

Commit

Permalink
updated documentation to contain the latest release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
exortech committed Apr 30, 2004
1 parent e9a7444 commit b3b564e
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
67 changes: 67 additions & 0 deletions doc/CCNET/CCNet 0.6 Final Release Notes.html
@@ -0,0 +1,67 @@
<html>
<head>
<title>CruiseControl.NET : CCNet 0.6 Final Release Notes</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
</head>

<body>
<table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
<tr>
<td valign="top" class="pagebody">
<div class="pageheader">
<span class="pagetitle">
CruiseControl.NET : CCNet 0.6 Final Release Notes
</span>
</div>
<div class="pagesubheading">
This page last changed on Apr 30, 2004 by <font color="#0050B2">orogers</font>.
</div>

<p class="paragraph"><h3 class="heading3"> Bugs</h3><ul class="star">
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-1">CCNET-1</a> - E-mail Contains Incorrect Unit Test Information (Brad Wilson)</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-2">CCNET-2</a> - SiteMesh cannot parse and render Html with foreign characters (Dmitry Ponomarenko)</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-4">CCNET-4</a> - faild to display ccnet.log in web interface</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-5">CCNET-5</a> - Comlains of missing XmlLogger when it should not</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-23">CCNET-23</a> - Vss writes labelling message to stderr.</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-36">CCNET-36</a> - Upgrade stylesheets to work with FxCop 1.30 (Noel Gifford)</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-39">CCNET-39</a> - ServerLog is not displayed as it is locked by ccnet server (Joseph Kunjoonju)</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-65">CCNET-65</a> - Fix rendering and javascript problems in tests.xsl</li>
<li> Modification delay fix. Comparison was treating milliseconds like seconds, this is fixed.</li>
<li> Fixed CCDashboard refresh problem. Refreshing would force a new build.</li>
</ul>
<h3 class="heading3"> New Features</h3><ul class="star">
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-11">CCNET-11</a> - Include link to ViewCVS or WebSVN for modifications in the web page (Roberto Paterlini)</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-19">CCNET-19</a> - Support for Generic Builder</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-34">CCNET-34</a> - CCTray should support multi-project CCNet servers</li>
</ul>
<h3 class="heading3"> Improvements</h3><ul class="star">
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-10">CCNET-10</a> - Build results page doesn&#039;t display project name</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-22">CCNET-22</a> - Syntax Error in cmd-line args passed to NAnt (abjolseth)</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-50">CCNET-50</a> - Dashboard to give feedback when build forced</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-51">CCNET-51</a> - CCNetLive / CCNet to use label prefixes</li>
<li> <a href="http://confluence.public.thoughtworks.org/display/CCNET/CCNET-53">CCNET-53</a> - modifications showing up in links on web app</li>
<li> Improved process termination in ProcessExecutor</li>
<li> Improved label prefixing</li>
<li> Improvements and fixes to the stylesheets</li>
<li> Added Build configuration to solution to prevent locking problems with VS.NET</li>
<li> Refactored NAntBuilder unit tests to remove dependency on NAnt.exe</li>
</ul>
<h3 class="heading3"> Configuration Changes</h3><ul class="star">
<li> Specification of the logger that NAnt should use has moved from the ccnet.exe.config file to the &lt;logger&gt; property in the ccnet.config file. See <a href="http://confluence.public.thoughtworks.org/display/CCNET/NAntBuilder">NAntBuilder</a> for more details. NOTE: this should only affect users using old versions of NAnt (prior to 0.8.3) or users that are changing the default logger used by NAnt.</li>
<li> Merge file functionality has been moved from the XmlLogger into the new <a href="http://confluence.public.thoughtworks.org/display/CCNET/MergeFileTask">MergeFileTask</a>. This was done to fix jira issue CCNET-1 so that unit test results merged from NUnit test files could get included into the integration.</li>
</ul></p>


</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
</tr>
<tr>
<td align="center"><font color="grey">Document generated by Confluence on Apr 30, 2004 05:37</font></td>
</tr>
</table>
</body>
</html>
1 change: 1 addition & 0 deletions doc/index.html
Expand Up @@ -25,6 +25,7 @@ <h3 class="heading3">CruiseControl.NET ReadMe</h3>


<ul class="star">
<li> <a href="ccnet/CCNet 0.6 Final Release Notes.html">CCNet 0.6 Final Release Notes</a></li>
<li> <a href="ccnet/Documentation.html">Documentation</a></li>
<li> <a href="ccnet/License.html">License</a></li>
<li> <a href="ccnet/Project Details.html">Project Details</a></li>
Expand Down

0 comments on commit b3b564e

Please sign in to comment.