aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoraclement <aclement>2006-04-04 15:03:56 +0000
committeraclement <aclement>2006-04-04 15:03:56 +0000
commit6c0746dd37eb21de27faa06fc81f505982726697 (patch)
tree60770fd676baa4fc79d750e1a803d768fc43c680 /docs
parent90f7bf70b1bfc980b0db28b195ff08e7ef6511f5 (diff)
downloadaspectj-6c0746dd37eb21de27faa06fc81f505982726697.tar.gz
aspectj-6c0746dd37eb21de27faa06fc81f505982726697.zip
updates for 1.5.1V1_5_1_final
Diffstat (limited to 'docs')
-rw-r--r--docs/dist/doc/README-151.html44
-rw-r--r--docs/dist/doc/changes.html11
2 files changed, 54 insertions, 1 deletions
diff --git a/docs/dist/doc/README-151.html b/docs/dist/doc/README-151.html
new file mode 100644
index 000000000..da18e0947
--- /dev/null
+++ b/docs/dist/doc/README-151.html
@@ -0,0 +1,44 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 5 Development Kit v1.5.0 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 1.5.1 Readme</h1>
+
+<p>This release is primarily a bug fix and performance / memory usage release.
+Over 70 fixes and enhancements have been incorporated since 1.5.0, you
+can see the list through this
+
+<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=AspectJ&target_milestone=1.5.1&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED"/>
+bugzilla query</a>.
+</p>
+<p>
+AspectJ 1.5.1 has significantly lower memory usage than AspectJ 1.5.0, especially when
+building inside of AJDT. The improvements are also noticeable when batch building with Ant,
+or when load-time weaving. Batch building a project with over 1000 source files with
+both AspectJ 1.5.1 and AspectJ 1.5.0 shows a 16% reduction in peak memory usage,
+and an 8% reduction in heap consumed by temporary objects. The AspectJ 1.5.1 compiler
+integrated into AJDT gives memory savings of at least 50%. The greater savings in
+the AJDT environment are due to improvements in areas such as structure model
+generation that are not exercised in a batch build.
+</p>
+
+<p>For information on bug fixes in AspectJ 5 v1.5.1, see the <a href="changes.html">
+changes</a> document.</p>
+
+</body> </html>
diff --git a/docs/dist/doc/changes.html b/docs/dist/doc/changes.html
index eb78be930..cb64ca4ab 100644
--- a/docs/dist/doc/changes.html
+++ b/docs/dist/doc/changes.html
@@ -137,7 +137,7 @@
<div align=right><small>
&copy; Copyright 1998-2002 Palo Alto Research Center Incorporated
- 2003-2004 Contributors.
+ 2003-2006 Contributors.
All rights reserved.
</small></div>
@@ -145,6 +145,7 @@ All rights reserved.
<ul>
+ <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>
<li> <a href="#1.2">1.2</a> (released 2004-05)
@@ -192,6 +193,14 @@ All rights reserved.
<hr />
+<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>
+
+<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&product=AspectJ&target_milestone=1.5.1&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED"/>
+Bugzilla</a>
+</p>
+
<h2><a name="1.5.0">1.5.0</a></h2>
<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