summaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2007-05-11 13:37:19 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2007-05-11 13:37:19 +0000
commit4958b9a45ab284be8d5927d8cc96df14c64d02c1 (patch)
tree1fb7d39a418d572f8c6288d950b92f3667ceead3 /Readme.html
parent42e1dbed4e870e5c452fa5173ac10921c46d06d0 (diff)
downloadjavassist-4958b9a45ab284be8d5927d8cc96df14c64d02c1.tar.gz
javassist-4958b9a45ab284be8d5927d8cc96df14c64d02c1.zip
fixed JIRA JASSIST-33
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@370 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html
index c7c569a1..8f9a0f9f 100644
--- a/Readme.html
+++ b/Readme.html
@@ -241,7 +241,7 @@ with a web browser running
<h3>8. sample/hotswap/*.java</h3>
-<p>This shows dynamic class reloading by the JPDA.
+<p>This shows dynamic class reloading by the JPDA. It needs JDK 1.4 or later.
To run, first type the following commands:
<ul><pre>
@@ -283,6 +283,10 @@ see javassist.Dump.
<p>-version 3.6
+<ul>
+ <li><a href="http://jira.jboss.com/jira/browse/JASSIST-33">JIRA JASSIST-33</a> has been fixed.
+</ul>
+
<p>-version 3.5 on April 29, 2007
<ul>
<li>Various minor updates.