diff options
author | wisberg <wisberg> | 2003-12-15 12:13:47 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-12-15 12:13:47 +0000 |
commit | 18bc9e7ebbe011bcfa3ab942c766bd2fa13081b4 (patch) | |
tree | 283c74e3dcf174ab69ff80c71688676079e38af9 /docs/dist/doc | |
parent | 38aa20202ee04c6fa31dcf827c310a65dc4b96ed (diff) | |
download | aspectj-18bc9e7ebbe011bcfa3ab942c766bd2fa13081b4.tar.gz aspectj-18bc9e7ebbe011bcfa3ab942c766bd2fa13081b4.zip |
inpath support
Diffstat (limited to 'docs/dist/doc')
-rw-r--r-- | docs/dist/doc/changes.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/dist/doc/changes.html b/docs/dist/doc/changes.html index 475b30422..8d5211aaa 100644 --- a/docs/dist/doc/changes.html +++ b/docs/dist/doc/changes.html @@ -144,6 +144,8 @@ All rights reserved. <h2>Changes in AspectJ</h2> <ul> + <li> <a href="#1.2">1.2</a> (released TODO XXX) + </li> <li> <a href="#1.1.1">1.1.1</a> (released 2003-09) </li> <li> 1.1.0 (released 2003-06-06) @@ -187,6 +189,15 @@ All rights reserved. <hr /> +<h2><a name="1.2">1.2</a></h2> +<p>Some of the more significant bug fixes and enhancements in this release include: + <ul> + <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=46347">46347</a> + The ajc compiler now can read .class files from directories as well as + zip files for bytecode weaving. + </li> + </ul> + <h2><a name="1.1.1">1.1.1</a></h2> <p>All known P1 and P2 bugs have been fixed in this release. The <a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&target_milestone=1.1.1">full list of bug fixes</a> |