pmd: prepare pmd release 5.0.3

This commit is contained in:
Andreas Dangel 2013-04-05 18:48:02 +02:00
parent ee05fa73cd
commit 6aa4897e21
5 changed files with 47 additions and 9 deletions

View File

@ -1,4 +1,4 @@
????? ??, 2013 - 5.0.3:
April 5, 2013 - 5.0.3:
Fixed bug 938: False positive on LooseCoupling for overriding methods
Fixed bug 940: False positive on UnsynchronizedStaticDateFormatter

View File

@ -39,8 +39,8 @@
</breadcrumbs>
<menu name="Overview">
<item name="Download PMD 5.0.2" href="http://sourceforge.net/projects/pmd/files/pmd/5.0.2/pmd-bin-5.0.2.zip/download" />
<item name="What's new in PMD 5.0.2" href="https://sourceforge.net/projects/pmd/files/pmd/5.0.2/" />
<item name="Download PMD 5.0.3" href="http://sourceforge.net/projects/pmd/files/pmd/5.0.3/pmd-bin-5.0.3.zip/download" />
<item name="What's new in PMD 5.0.3" href="https://sourceforge.net/projects/pmd/files/pmd/5.0.3/" />
<item href="/news.html" name="PMD in the news"/>
<item href="/products.html" name="PMD-related products and books"/>
<item href="/bestpractices.html" name="Best practices"/>

View File

@ -20,6 +20,13 @@
<h3>Recent releases</h3>
<p><ul>
<li>
<p>2013-04-05 PMD 5.0.3: minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.3/">Changelog</a>)
<ul>
<li>Fixed bugs: <a href="https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.3/">https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.3/</a></li>
</ul>
</p>
</li>
<li>
<p>2013-02-03 PMD 5.0.2: minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.2/">Changelog</a>)
<ul>

View File

@ -6,7 +6,7 @@ RewriteEngine On
# rewrite any request to a unknown file to pmd-5.0.0
# (or whatever subfolder the first rule will set to the environment variable PMD)
# but redirect only if the file exists there
RewriteRule .* - [E=PMD:pmd-5.0.0]
RewriteRule .* - [E=PMD:pmd-5.0.3]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond /home/project-web/pmd/htdocs/%{ENV:PMD}%{REQUEST_URI} -f
RewriteRule .* /%{ENV:PMD}%{REQUEST_URI} [L,R]

View File

@ -28,11 +28,11 @@
<div class="row">
<div class="column-3">
<h3>Latest version</h3>
<h4>5.0.0 (1st May 2012)</h4>
<h4>5.0.3 (5th April 2013)</h4>
<ul>
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/">Release Notes</a></li>
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/pmd-bin-5.0.0.zip/download">Download</a> (<a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/pmd-src-5.0.0.zip/download">Sourcecode</a>)</li>
<li><a href="http://pmd.sourceforge.net/pmd-5.0.0/">Documentation</a></li>
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.3/">Release Notes</a></li>
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.3/pmd-bin-5.0.3.zip/download">Download</a> (<a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.3/pmd-src-5.0.3.zip/download">Sourcecode</a>)</li>
<li><a href="http://pmd.sourceforge.net/pmd-5.0.3/">Documentation</a></li>
</ul>
</div>
<div class="column-3">
@ -65,6 +65,34 @@
<div class="column-3">
<h3>Recent announcements</h3>
<ul>
<li>
<p><strong>2013-04-05 PMD 5.0.3:</strong>
minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.3/">Changelog</a>)
</p>
<ul>
<li>Fixed bugs: <a href="https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.3/">https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.3/</a></li>
</ul>
</li>
<li>
<p><strong>2013-02-03 PMD 5.0.2:</strong>
minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.2/">Changelog</a>)
</p>
<ul>
<li>Fixed bugs: <a href="https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.2/">https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.2/</a></li>
</ul>
</li>
<li>
<p><strong>2012-11-28 PMD 5.0.1:</strong>
minor version with lots of bug fixes.
</p>
<ul>
<li><a href="https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.1/">22 Fixed bugs</a></li>
<li>New EcmaScript Rule: Basic ruleset: AvoidTrailingComma</li>
<li>Improved JSP parser to be less strict with not valid XML documents (like HTML)</li>
<li>Improved CPD: Support in CPD for IgnoreAnnotations and SuppressWarnings("CPD-START")</li>
<li>PMD Command Line: Improved command line interface (CLI) parsing using JCommander.</li>
</ul>
</li>
<li>
<p><strong>2012-07-29 PMD on github:</strong>
Our source code repository is now on github.
@ -99,7 +127,10 @@
<div class="column-3 no-margin">
<h3>Previous versions</h3>
<ul>
<li>4.3 (2011-11-04) <a href="http://sourceforge.net/projects/pmd/files/pmd/4.3/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-4.3/">doc</a></li>
<li>5.0.2 (2013-02-03) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.2/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.2/">doc</a></li>
<li>5.0.1 (2012-11-28) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.1/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.1/">doc</a></li>
<li>5.0.0 (2012-05-01) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.0/">doc</a></li>
<li>4.3<span style="color: white;">.0</span> (2011-11-04) <a href="http://sourceforge.net/projects/pmd/files/pmd/4.3/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-4.3/">doc</a></li>
<li>4.2.6 (2011-09-14) <a href="http://sourceforge.net/projects/pmd/files/pmd/4.2.6/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-4.2.6/">doc</a></li>
<li>4.2.5 (2009-02-08) <a href="http://sourceforge.net/projects/pmd/files/pmd/4.2.5/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-4.2.5/">doc</a></li>
</ul>