diff options
author | aclement <aclement> | 2006-06-26 12:04:59 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-06-26 12:04:59 +0000 |
commit | 97732e8f20108a4fe3f3ca66ea842f298c6531ea (patch) | |
tree | fbba370db7fcfa8495bd02e9b33662599e4ce668 | |
parent | 9ebe9c08cff7d8f4d3b2e8d9f389804a1478b909 (diff) | |
download | aspectj-97732e8f20108a4fe3f3ca66ea842f298c6531ea.tar.gz aspectj-97732e8f20108a4fe3f3ca66ea842f298c6531ea.zip |
readme updates for 1.5.2
-rw-r--r-- | docs/dist/doc/README-152.html | 46 | ||||
-rw-r--r-- | docs/dist/doc/changes.html | 9 | ||||
-rw-r--r-- | docs/dist/doc/index.html | 2 |
3 files changed, 57 insertions, 0 deletions
diff --git a/docs/dist/doc/README-152.html b/docs/dist/doc/README-152.html new file mode 100644 index 000000000..53951bcb5 --- /dev/null +++ b/docs/dist/doc/README-152.html @@ -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> +© 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> diff --git a/docs/dist/doc/changes.html b/docs/dist/doc/changes.html index cb64ca4ab..11c985ba1 100644 --- a/docs/dist/doc/changes.html +++ b/docs/dist/doc/changes.html @@ -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> diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index dfee0c9c7..ea537c564 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -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>, |