Browse Source

readme updates for 1.5.2

tags/V1_5_2rc1
aclement 18 years ago
parent
commit
97732e8f20
3 changed files with 57 additions and 0 deletions
  1. 46
    0
      docs/dist/doc/README-152.html
  2. 9
    0
      docs/dist/doc/changes.html
  3. 2
    0
      docs/dist/doc/index.html

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

@@ -0,0 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html> <head>
<title>AspectJ 5 Development Kit v1.5.2 Readme</title>
<style type="text/css">
<!--
P { margin-left: 20px; }
PRE { margin-left: 20px; }
LI { margin-left: 20px; }
H4 { margin-left: 20px; }
H3 { margin-left: 10px; }
-->
</style>
</head>

<body>
<div align="right"><small>
&copy; Copyright 2006 Contributors.
All rights reserved.
</small></div>

<h1>AspectJ 5 v1.5.2 Readme</h1>

<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
<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:
<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=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=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>

<p>For information on bug fixes in AspectJ 5 v1.5.2, see the <a href="changes.html">
changes</a> document.</p>

</body>
</html>

+ 9
- 0
docs/dist/doc/changes.html View File

@@ -145,6 +145,7 @@ All rights reserved.

<ul>

<li> <a href="#1.5.2">1.5.2</a> (released 2006-06)</li>
<li> <a href="#1.5.1">1.5.1</a> (released 2006-04)</li>
<li> <a href="#1.5.0">1.5.0</a> (released 2005-12)</li>
<li> <a href="#1.2.1">1.2.1</a> (released 2004-10)</li>
@@ -193,6 +194,14 @@ All rights reserved.

<hr />

<h2><a name="1.5.2">1.5.2</a></h2>
<p>This release contains around 60 bug fixes and enhancements since the 1.5.1 release.</p>

<p>A full list of bugs fixed and enhancements implemented can be found in
<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"/>
Bugzilla</a>
</p>

<h2><a name="1.5.1">1.5.1</a></h2>
<p>This release contains over 70 bug fixes and enhancements since the 1.5.0 release.</p>


+ 2
- 0
docs/dist/doc/index.html View File

@@ -126,6 +126,8 @@
<tr> <td>README's
</td>
<td>Changes and porting guide for AspectJ
<a href="README-152.html">1.5.2</a>,
<a href="README-151.html">1.5.1</a>,
<a href="README-150.html">1.5.0</a>,
<a href="README-121.html">1.2.1</a>,
<a href="README-12.html">1.2.0</a>,

Loading…
Cancel
Save