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 /docs/dist/doc/README-152.html | |
parent | 9ebe9c08cff7d8f4d3b2e8d9f389804a1478b909 (diff) | |
download | aspectj-97732e8f20108a4fe3f3ca66ea842f298c6531ea.tar.gz aspectj-97732e8f20108a4fe3f3ca66ea842f298c6531ea.zip |
readme updates for 1.5.2
Diffstat (limited to 'docs/dist/doc/README-152.html')
-rw-r--r-- | docs/dist/doc/README-152.html | 46 |
1 files changed, 46 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> |