diff options
author | aclement <aclement> | 2008-04-16 19:07:55 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-04-16 19:07:55 +0000 |
commit | 1756ee86cb8d265e3e0beb820c91b7bdbff9ac47 (patch) | |
tree | 87877aff9c68a20846f2e94821b5758c38d5ff60 /docs | |
parent | 6fbf0de6132bdb29d1174e7b552fbba2b03f96a6 (diff) | |
download | aspectj-1756ee86cb8d265e3e0beb820c91b7bdbff9ac47.tar.gz aspectj-1756ee86cb8d265e3e0beb820c91b7bdbff9ac47.zip |
160rc1 updateV1_6_0rc1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/README-160.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/dist/doc/README-160.html b/docs/dist/doc/README-160.html index 8061d60a4..1913f691b 100644 --- a/docs/dist/doc/README-160.html +++ b/docs/dist/doc/README-160.html @@ -20,6 +20,19 @@ All rights reserved. <h1>AspectJ v1.6.0 Readme</h1> +<h3>AspectJ v1.6.0rc1- 16 Apr 2008</h3> +<p>This release candidate fixes a number of issues raised against M2 and earlier versions of AspectJ. The full list of fixes +is accessible here: +<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=AspectJ&target_milestone=1.6.0+RC1&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">1.6.0rc1 fixes</a>. + +<p>It also includes some enhancements to incremental compilation support which enable AJDT to do incremental builds +more often than previously in a multi-project eclipse configuration. +These enhancements are described in <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=221427">bug 221427</a>. +And some performance numbers are in <a href="http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg09002.html">this mailing list</a> post. + +<hr> + + <h3>AspectJ v1.6.0M2 - 26 Feb 2008</h3> <p>This milestone fixes a number of issues raised against M1 and earlier versions of AspectJ. The full list of fixes is accessible here: |