diff options
author | Andy Clement <andrew.clement@gmail.com> | 2012-09-10 09:13:27 -0700 |
---|---|---|
committer | Andy Clement <andrew.clement@gmail.com> | 2012-09-10 09:13:27 -0700 |
commit | 6cae3ed57c66d0659492ab1d12bc42cc10ad6f71 (patch) | |
tree | e1eee3b4b4136e9b76eec2242f8dcccd1e88ea1c /docs/dist | |
parent | 591a7e657dffbf63e11c4448e0555056bc295764 (diff) | |
download | aspectj-6cae3ed57c66d0659492ab1d12bc42cc10ad6f71.tar.gz aspectj-6cae3ed57c66d0659492ab1d12bc42cc10ad6f71.zip |
1.7.1 readmeV1_7_1
Diffstat (limited to 'docs/dist')
-rw-r--r-- | docs/dist/doc/README-171.html | 45 | ||||
-rw-r--r-- | docs/dist/doc/index.html | 1 |
2 files changed, 46 insertions, 0 deletions
diff --git a/docs/dist/doc/README-171.html b/docs/dist/doc/README-171.html new file mode 100644 index 000000000..3fb9b2550 --- /dev/null +++ b/docs/dist/doc/README-171.html @@ -0,0 +1,45 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> <head> +<title>AspectJ 1.7.1 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.1 Readme</h1> + +<p>The full list of resolved issues in 1.7.1 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.1;">here</a></h2>.</p> + +<ul> +<li>1.7.1 available 6-Sep-2012 +</ul> + +<h2>Changes</h2> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=388971">388971</a> Double Synthetic attributes on some around advice members<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=387718">387718</a> RuntimeException when trying to compile broken code<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=387568">387568</a> Warning "Xlint:unresolvableMember" for enums<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=387444">387444</a> Softening exception in try-with-resources<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=386888">386888</a> spring-data hello-worlds sample fails to compile with 1.7.0<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=386337">386337</a> Light AOP Parser does not support declare-annotation<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=386049">386049</a> Error "must implement abstract inter-type declaration" even though build is fine<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=384401">384401</a> NPE when no pointcut in afterthrowing annotation style advice<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=384398">384398</a> Type Mismatch error when using inner classes contained in generic types within ITDs<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=381906">381906</a> ASPECTJ Internal Compiler Error<br> +<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=73507">73507</a> Public ITD of fields on interfaces creates mangled members<br> +</p> +<!-- ============================== --> +</body> +</html> diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index ecf92cbfa..9bb07cb18 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-171.html">1.7.1</a>, <a href="README-170.html">1.7.0</a>, <a href="README-1612.html">1.6.12</a>, <a href="README-1611.html">1.6.11</a>, |