]> source.dussan.org Git - aspectj.git/commitdiff
readme updates for 1.5.2
authoraclement <aclement>
Mon, 26 Jun 2006 12:04:59 +0000 (12:04 +0000)
committeraclement <aclement>
Mon, 26 Jun 2006 12:04:59 +0000 (12:04 +0000)
docs/dist/doc/README-152.html [new file with mode: 0644]
docs/dist/doc/changes.html
docs/dist/doc/index.html

diff --git a/docs/dist/doc/README-152.html b/docs/dist/doc/README-152.html
new file mode 100644 (file)
index 0000000..53951bc
--- /dev/null
@@ -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>
+&copy; 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>
index cb64ca4ab9ef46df1be208e66c004ef5326c6080..11c985ba1af0ba4bd96b7641bc0bb19a1229081b 100644 (file)
@@ -145,6 +145,7 @@ All rights reserved.
 
 <ul>
 
+  <li> <a href="#1.5.2">1.5.2</a> (released 2006-06)</li>      
   <li> <a href="#1.5.1">1.5.1</a> (released 2006-04)</li>      
   <li> <a href="#1.5.0">1.5.0</a> (released 2005-12)</li>      
   <li> <a href="#1.2.1">1.2.1</a> (released 2004-10)</li>
@@ -193,6 +194,14 @@ All rights reserved.
 
 <hr />
 
+<h2><a name="1.5.2">1.5.2</a></h2>
+<p>This release contains around 60 bug fixes and enhancements since the 1.5.1 release.</p>
+
+<p>A full list of bugs fixed and enhancements implemented can be found in 
+<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"/>
+Bugzilla</a>
+</p>
+
 <h2><a name="1.5.1">1.5.1</a></h2>
 <p>This release contains over 70 bug fixes and enhancements since the 1.5.0 release.</p>
 
index dfee0c9c7901f48b53065031a20d55ab0ac81aba..ea537c564d7b07fcff0785fa399c1c8fc9bc201c 100644 (file)
 <tr> <td>README's
      </td>
      <td>Changes and porting guide for AspectJ 
+        <a href="README-152.html">1.5.2</a>,
+        <a href="README-151.html">1.5.1</a>,
         <a href="README-150.html">1.5.0</a>,
                <a href="README-121.html">1.2.1</a>,
                <a href="README-12.html">1.2.0</a>,