]> source.dussan.org Git - aspectj.git/commitdiff
more doc updates for the 1.5.0 release, including updated quick ref!
authoracolyer <acolyer>
Mon, 19 Dec 2005 20:18:12 +0000 (20:18 +0000)
committeracolyer <acolyer>
Mon, 19 Dec 2005 20:18:12 +0000 (20:18 +0000)
docs/dist/doc/README-150.html
docs/dist/doc/changes.html
docs/dist/doc/index.html
docs/dist/doc/quick5.pdf [new file with mode: 0644]
docs/dist/doc/quick5A4.pdf [new file with mode: 0644]
docs/quick5.doc [new file with mode: 0644]

index f36bc132b711067f9b5a043167e7189cc9c37740..9ee26485135d0b6dbd25000c70f74a748174a67d 100644 (file)
 
 <body>
 <div align="right"><small>
-&copy; Copyright 2005 Contributors.
+&copy; Copyright 2004 Contributors.
 All rights reserved.
 </small></div>
 
 <h1>AspectJ 5 Readme</h1>
 
 <p>AspectJ 5 introduces several important changes to the language and tools
-in order to support Java 5 and extend the capabilities of AspectJ in
-general. For language changes, see <a href="adk15notebook/index.html">AspectJ 5
-Developer's Notebook</a>.  For tools changes, see the
-<a href="devguide/index.html">AspectJ Development Environment Guide</a>,
-    especially the section on 
-<a href="devguide/ltw.html">Load-time weaving</a>.
-The changes are summarized in the 
-    <a href="faq.html#q:aspectj5features">FAQ entry on AspectJ 5</a>.
+in order to support Java 5, and to extend the capabilities of AspectJ in
+general. These changes are too extensive to describe in a simple readme file,
+so instead we have created the <a href="adk15notebook/index.html">AspectJ 5
+Developer's Notebook</a> to describe them.</p>
 
-</p>
-<p>
-    Some of the other documentation has not been updated for AspectJ 5.
-    For the latest documentation, see
-    <a href="http://eclipse.org/aspectj/doc/next/index.html">
-        http://eclipse.org/aspectj/doc/next/index.html
-    </a>, linked off 
-    <a href="http://eclipse.org/aspectj/docs.php">
-        the AspectJ documentation home page
-    </a>.
-</p>
+<p>AspectJ 5 also introduces a number of changes to the supporting tools,
+most notably in its support for load-time weaving. These changes are documented
+in the <a href="devguide/index.html">Developers Guide</a>.
 
 <p>For information on bug fixes in AspectJ 5 v1.5.0, see the <a href="changes.html">
 changes</a> document.</p>
index 6a6b177359d00cad00c3b7e38a31e362b7cb3f93..eb78be930d5bed5a72a80c4d65cdde7570209653 100644 (file)
@@ -145,7 +145,7 @@ All rights reserved.
 
 <ul>
 
-  <li> <a href="#1.5.0">1.5.0</a> (not yet released)</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>
   <li> <a href="#1.2">1.2</a> (released 2004-05) 
   </li>
@@ -193,7 +193,16 @@ All rights reserved.
 <hr />
 
 <h2><a name="1.5.0">1.5.0</a></h2>
-<p>To be completed...</p>
+<p>This release contains nearly 400 bug fixes and enhancements since the 1.2.1 release.
+Major updates to the language are documented in the
+<a href="adk15notebook/index.html">AspectJ 5 Developer's Notebook</a>. There are
+also a number of enhancements to accompanying tools documented in the
+<a href="devguide/index.html">Developer's Guide</a>
+</p>
+
+<p>A full list of bugs fixed in AspectJ 5 can be found in 
+<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&product=AspectJ&resolution=FIXED&chfieldfrom=2004-11-06&chfieldto=2005-12-20">bugzilla</a>.
+</p>
 
 <h2><a name="1.2.1">1.2.1</a></h2>
 <p>All known P1 and P2 bugs have been fixed in this release. The 
index 89b8de59630864e25a0a6f89233ae757e1360e74..dfee0c9c7901f48b53065031a20d55ab0ac81aba 100644 (file)
@@ -22,7 +22,8 @@
     <tr><td><u>Section</u></td><td><u>Contents</u></td></tr>
     <tr><td><a href="#documentation">docs</a></td><td>
        <a href="faq.html">FAQ</a>, 
-       <a href="quick.pdf">Quick Reference</a>, 
+       <a href="quick5.pdf">Quick Reference (AspectJ 5)</a>,
+       <a href="quick.pdf">Quick Reference (1.2.1)</a>, 
        <a href="adk15notebook/index.html">AspectJ 5 Developer's Notebook</a>,
        <a href="progguide/index.html">programming</a> and 
        <a href="devguide/index.html">development</a> guides, 
 <tr> <th>Documentation</th><th>Description</th> 
      </tr>
 
+
+<tr> <td><a href="quick5.pdf"> AspectJ 5 Quick Reference</a>
+     </td>
+     <td>This is a four-page quick reference for the AspectJ 5 language. 
+     </td> </tr>
+
 <tr> <td><a href="quick.pdf"> AspectJ Quick Reference</a>
      </td>
      <td>This is a two-page quick reference for the AspectJ language. 
diff --git a/docs/dist/doc/quick5.pdf b/docs/dist/doc/quick5.pdf
new file mode 100644 (file)
index 0000000..02452ca
Binary files /dev/null and b/docs/dist/doc/quick5.pdf differ
diff --git a/docs/dist/doc/quick5A4.pdf b/docs/dist/doc/quick5A4.pdf
new file mode 100644 (file)
index 0000000..3175128
Binary files /dev/null and b/docs/dist/doc/quick5A4.pdf differ
diff --git a/docs/quick5.doc b/docs/quick5.doc
new file mode 100644 (file)
index 0000000..2f372f0
Binary files /dev/null and b/docs/quick5.doc differ