diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index b54c1431c8..fb5d44c966 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -1,4 +1,4 @@ -????? ??, 2013 - 5.0.4: +May 1, 2013 - 5.0.4: Fixed bug 254: False+ : UnusedImport with Javadoc @throws Fixed bug 794: False positive on PreserveStackTrace with anonymous inner diff --git a/pmd/src/site/site.pre.xml b/pmd/src/site/site.pre.xml index 42d9c31a4f..987e6e4695 100644 --- a/pmd/src/site/site.pre.xml +++ b/pmd/src/site/site.pre.xml @@ -39,8 +39,8 @@ - - + + diff --git a/pmd/src/site/xdocs/index.xml b/pmd/src/site/xdocs/index.xml index 9b4dec1272..ff4600d5e7 100644 --- a/pmd/src/site/xdocs/index.xml +++ b/pmd/src/site/xdocs/index.xml @@ -20,6 +20,13 @@

Recent releases

    +
  • +

    2013-05-01 PMD 5.0.4: minor version with lots of bug fixes (Changelog) +

    +

    +
  • 2013-04-05 PMD 5.0.3: minor version with lots of bug fixes (Changelog)

      diff --git a/website/.htaccess b/website/.htaccess index d61bc32c6e..c1809d029e 100644 --- a/website/.htaccess +++ b/website/.htaccess @@ -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.3] +RewriteRule .* - [E=PMD:pmd-5.0.4] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond /home/project-web/pmd/htdocs/%{ENV:PMD}%{REQUEST_URI} -f RewriteRule .* /%{ENV:PMD}%{REQUEST_URI} [L,R] diff --git a/website/index.html b/website/index.html index 87ef9db18b..f76b454221 100644 --- a/website/index.html +++ b/website/index.html @@ -28,11 +28,11 @@

      Latest version

      -

      5.0.3 (5th April 2013)

      +

      5.0.4 (1st May 2013)

      @@ -65,6 +65,14 @@

      Recent announcements