diff options
author | jhugunin <jhugunin> | 2003-01-16 04:57:56 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-16 04:57:56 +0000 |
commit | 9da5563e3b111563fd9d1bccc6204ffa8aebeb63 (patch) | |
tree | 9b6a9ba53590fabadcc1b4c5150c63419f800980 /build | |
parent | 1bf099a386c5fadcd7dc35cbfa7e25760dfe412c (diff) | |
download | aspectj-9da5563e3b111563fd9d1bccc6204ffa8aebeb63.tar.gz aspectj-9da5563e3b111563fd9d1bccc6204ffa8aebeb63.zip |
updated to beta4
Diffstat (limited to 'build')
-rw-r--r-- | build/products/tools/dist/README-11.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/products/tools/dist/README-11.html b/build/products/tools/dist/README-11.html index 199928bd3..031625515 100644 --- a/build/products/tools/dist/README-11.html +++ b/build/products/tools/dist/README-11.html @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> -<title>AspectJ 1.1beta3 -- Readme</title> +<title>AspectJ 1.1beta4 -- Readme</title> <style type="text/css"> <!-- P { margin-left: 20px; } @@ -20,7 +20,7 @@ All rights reserved. <h1>AspectJ Readme</h1> -<p align="right"><i>Version 1.1beta3</i></p> +<p align="right"><i>Version 1.1beta4</i></p> <p> This is an early-access release of AspectJ 1.1. It includes a small number of new language features as well as major improvements to the @@ -37,7 +37,7 @@ descriptions here should be read as changes to the AspectJ documentation. </p> <p> The main body of this document describes the differences between -the 1.1beta3 release and the 1.0.6 release. For those following our +the 1.1beta4 release and the 1.0.6 release. For those following our release schedule closely, however, these are the changes (other than bugfixes) since the 1.1beta2 release: </p> @@ -1133,7 +1133,7 @@ available from individual SourceForge projects. </p> <li><a href="#XNOWEAVE">-XnoWeave, a compiler option to suppress weaving</a></li> - <li>-XtargetNearSource: Not suppoted in 1.1beta3, may not be + <li>-XtargetNearSource: Not suppoted in 1.1beta4, may not be supported in 1.1 final. </li> <li>-XserializableAspects: Supported. </li> @@ -1160,7 +1160,7 @@ available from individual SourceForge projects. </p> <h3><a name="EXCEPTION_CHECKING">No exception checking during - weaving in 1.1beta3</a></h3> + weaving in 1.1beta4</a></h3> <p>Advice that has an explicit throws clause needs to have that throws clause checked during weaving for each join point that is |