diff options
author | Andy Clement <andrew.clement@gmail.com> | 2013-02-12 13:52:47 -0800 |
---|---|---|
committer | Andy Clement <andrew.clement@gmail.com> | 2013-02-12 13:52:47 -0800 |
commit | b997ebb2bc653f50ac54da93f0e669ff1d051919 (patch) | |
tree | f52d9c21410abf170daa936f901c14db5e0250db /docs/dist | |
parent | edb41e385f232f7aebe1f6517d9a201221175a55 (diff) | |
download | aspectj-b997ebb2bc653f50ac54da93f0e669ff1d051919.tar.gz aspectj-b997ebb2bc653f50ac54da93f0e669ff1d051919.zip |
1.7.2 readmeV1_7_2
Diffstat (limited to 'docs/dist')
-rw-r--r-- | docs/dist/doc/README-172.html | 42 | ||||
-rw-r--r-- | docs/dist/doc/index.html | 1 |
2 files changed, 43 insertions, 0 deletions
diff --git a/docs/dist/doc/README-172.html b/docs/dist/doc/README-172.html new file mode 100644 index 000000000..b73c37bdf --- /dev/null +++ b/docs/dist/doc/README-172.html @@ -0,0 +1,42 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> <head> +<title>AspectJ 1.7.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 2011 Contributors. +All rights reserved. +</small></div> + +<h1>AspectJ 1.7.2 Readme</h1> + +<p>The full list of resolved issues in 1.7.2 is available +<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.7.2;">here</a></h2>.</p> + +<ul> +<li>1.7.2 available 13-Feb-2013 +</ul> + +<h3>Fixes:</h3> +<ul> +<li>Incorrect signature attributes generated into some class files for complex generics declarations. +<li>Generics information incorrectly being placed in the stackmap verification attributes. +<li>Problems with generic ITDs not being picked up correctly, resulting in 'method must be implemented' errors. +<li>Problems with multiple usages of 'requires' clause in aop.xml for conditional aspects. +<li>Generated if() pointcut representations in class files change on only a source whitespace change. +<li>Intermittent problem with generic ITDs due to weak references being collected too soon. +</ul> + +<!-- ============================== --> +</body> +</html> diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 9bb07cb18..612f52ab3 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -138,6 +138,7 @@ <tr> <td>README's </td> <td>Changes and porting guide for AspectJ + <a href="README-172.html">1.7.1</a>, <a href="README-171.html">1.7.1</a>, <a href="README-170.html">1.7.0</a>, <a href="README-1612.html">1.6.12</a>, |