]> source.dussan.org Git - aspectj.git/commitdiff
1.7.2 readme V1_7_2
authorAndy Clement <andrew.clement@gmail.com>
Tue, 12 Feb 2013 21:52:47 +0000 (13:52 -0800)
committerAndy Clement <andrew.clement@gmail.com>
Tue, 12 Feb 2013 21:52:47 +0000 (13:52 -0800)
docs/dist/doc/README-172.html [new file with mode: 0644]
docs/dist/doc/index.html

diff --git a/docs/dist/doc/README-172.html b/docs/dist/doc/README-172.html
new file mode 100644 (file)
index 0000000..b73c37b
--- /dev/null
@@ -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>
+&copy; 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>
index 9bb07cb1858164ad2630b7af58e8045ebc11ce30..612f52ab311f3cfc930efa593d0f400d4057dd28 100644 (file)
 <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>,