summaryrefslogtreecommitdiffstats
path: root/docs/dist
diff options
context:
space:
mode:
authormkersten <mkersten>2003-07-31 10:55:37 +0000
committermkersten <mkersten>2003-07-31 10:55:37 +0000
commit2a6aef39c924ca358ee6dc168c3a6593d3dd8e54 (patch)
treeda78135b967df7b454f90d49a2ed31aa4460d666 /docs/dist
parentabe271f8d46f33116d7a5af5048a88b7358b8b3f (diff)
downloadaspectj-2a6aef39c924ca358ee6dc168c3a6593d3dd8e54.tar.gz
aspectj-2a6aef39c924ca358ee6dc168c3a6593d3dd8e54.zip
*** empty log message ***
Diffstat (limited to 'docs/dist')
-rw-r--r--docs/dist/doc/changes.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/dist/doc/changes.html b/docs/dist/doc/changes.html
index 91aa54c33..388e9e1fa 100644
--- a/docs/dist/doc/changes.html
+++ b/docs/dist/doc/changes.html
@@ -141,7 +141,7 @@
All rights reserved.
</small></div>
-<h1>Changes in AspectJ</h1>
+<h2>Changes in AspectJ</h2>
<ul>
<li> <a href="#1.0.6">1.1.1</a> (not released)
@@ -193,16 +193,35 @@ All rights reserved.
<p>...
</p>
+<p>Bugs fixed</p>
+<ul>
+ <li>39959: AJC Compiler generates invalid class files under certain
+ circumstances</li>
+ <li>39626: Compiler error when compiling a buggy class</li>
+</ul>
<h3><a name="1.1.1ajde">AJDE</a></h3>
<h4>Framework</h4>
<p>...</p>
+<p>Bugs fixed</p>
+<ul>
+ <li>38717: &quot;.lst&quot; file parsing errors should include sourceline information</li>
+ <li>40194: error handling during build config parsing</li>
+ <li>40256: need incremental compilation restrictions blurb</li>
+ <li>40824: asm treats &quot;declare parents&quot; as methods</li>
+</ul>
<h4>JBuilder OpenTool</h4>
<p>...</p>
+<p>Bugs fixed</p>
+<ul>
+ <li>39170: Problem with aspectJforBuilder when using with JBuilder9</li>
+ <li>39974: Some strange error when compiling the observer example with
+ JBuilder7 integrated AJDE</li>
+</ul>
<h4>NetBeans Module</h4>