Browse Source

updated readme

tags/V1_5_2rc1
acolyer 18 years ago
parent
commit
d1be59a2e4
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      docs/dist/doc/README-152.html

+ 7
- 7
docs/dist/doc/README-152.html View File

@@ -22,19 +22,19 @@ All rights reserved.

<p>
This release is primarily a bug fix release.
Includes 60 fixes and enhancements that have been incorporated since 1.5.1, you can see
the list through
It includes approximately 60 fixes and enhancements that have been incorporated since
the 1.5.1 release. You can see
the full list through
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=AspectJ&target_milestone=1.5.2&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED">
this bugzilla query</a>.
</p>
<p>
Notable changes:
Notable changes since the 1.5.1 release include:
<ul>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=126167">[126167]</a> @Around advice has changed to be more compatible with code style.</li>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=147711">[147711]</a> Members generated to support AspectJ are now marked Java synthetic, rather
than AspectJ synthetic - enabling coverage tools like emma to process woven classes correctly.</li>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=126167">[126167]</a> The handling of proceed in @Around advice has changed to be more compatible with code style.</li>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=147711">[147711]</a> Members generated as a result of the AspectJ weaving process are now marked Java synthetic - enabling coverage tools such as Emma to process woven classes correctly.</li>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=138316">[138316]</a> AspectJ has now transitioned from the CPL to the EPL license.</li>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=140695">[140695]</a> Work-in-progress. Using a more optimal world for managing types when load-time weaving - reduces heap usage.</li>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=140695">[140695]</a> Using a more optimal world for managing types when load-time weaving - reduces heap usage (work in progress).</li>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=101983">[101983]</a> AspectJ can now support separate output folders for each input source folder - enables AJDT to behave more like JDT.</li>
</ul>
</p>

Loading…
Cancel
Save