diff --git a/pmd-jedit/PMDPlugin/etc/changelog.txt b/pmd-jedit/PMDPlugin/etc/changelog.txt
index f0a3f27f30..8cd1372691 100644
--- a/pmd-jedit/PMDPlugin/etc/changelog.txt
+++ b/pmd-jedit/PMDPlugin/etc/changelog.txt
@@ -1,4 +1,4 @@
-??? - 2.5
+16th August 2004 - 2.5
- Updated to PMD 1.9
- Removed Recursive Directory options and integrated them into FileChooser itself.
- Complete redesign of the way PMD Rules and Copy/Paste Detector are used.
diff --git a/pmd-jedit/PMDPlugin/jedit.html b/pmd-jedit/PMDPlugin/jedit.html
index ab08869626..807bf60688 100644
--- a/pmd-jedit/PMDPlugin/jedit.html
+++ b/pmd-jedit/PMDPlugin/jedit.html
@@ -45,11 +45,13 @@ Take a look at the Release Notes and Changelog for m
Release Notes & Changelog
2.5
- - Updated to PMD 1.8
- - Removed Recursive Directory options and integrated them into FileChooser itself.
- - Complete redesign of the way PMD Rules and Copy/Paste Detector are used.
- - Lots of code cleanup.
+ - Updated to PMD 1.9
+ - Removed Recursive Directory options and integrated them into FileChooser itself.
+ - Complete redesign of the way PMD Rules and Copy/Paste Detector are used.
+ - Fixed improper highlighting of Rule Violations. Because of this bug, any open file in jEdit was showing errors of other files too.
+ - Lots of code cleanup and optimizations.
+
2.4
- Optimized usage of ErrorSource for faster Error Highlighting.
diff --git a/pmd-jedit/PMDPlugin/lib/pmd-swingui-0.1.jar b/pmd-jedit/PMDPlugin/lib/pmd-swingui-0.1.jar
index 6459ca602b..88d54bded0 100644
Binary files a/pmd-jedit/PMDPlugin/lib/pmd-swingui-0.1.jar and b/pmd-jedit/PMDPlugin/lib/pmd-swingui-0.1.jar differ