From 28db8979d221cdcd8c44a16ec198c1a409089ed6 Mon Sep 17 00:00:00 2001
From: aclement
Date: Wed, 16 Jan 2008 23:45:10 +0000
Subject: [PATCH] AspectJ6: readme updates for 1.6.0m1
---
docs/dist/doc/README-160.html | 52 +++++++++++++++++++++++++++++++++++
docs/dist/doc/changes.html | 4 +++
docs/dist/doc/index.html | 1 +
3 files changed, 57 insertions(+)
create mode 100644 docs/dist/doc/README-160.html
diff --git a/docs/dist/doc/README-160.html b/docs/dist/doc/README-160.html
new file mode 100644
index 000000000..062247bc3
--- /dev/null
+++ b/docs/dist/doc/README-160.html
@@ -0,0 +1,52 @@
+
+
+AspectJ 6 Development Kit v1.6.0 Readme
+
+
+
+
+
+© Copyright 2006 Contributors.
+All rights reserved.
+
+
+AspectJ v1.6.0 Readme
+
+AspectJ v1.6.0M1 - 18 Jan 2008
+This is the first milestone release of AspectJ 6. AspectJ 6 is a Java 6 compiler,
+the underlying Eclipse JDT compiler version upon which it is based is 785_R33x - a recent 3.3 version.
+The compiler had changed a lot since version 574_R31x when we last merged!
+This milestone passes the 3615 automated tests we have defined for AspectJ - but that does not mean it will work perfectly for you, if it does not then
+please raise a bug in bugzilla.
+
+
Issues:
+
+- Open bugs targeted for fix by 1.6.0 final are listed here.
+
- Bugs that have been opened upon this milestone are listed here.
+
- Bugs that have been FIXED throughout 1.6.0 are listed here. The latest dev builds will include these fixes (the fixes may not be in the most recent milestone).
+
+Known issues with this milestone:
+
+- StackMapTable attributes not produced for all members, where they would normally be required.
+
- Distribution may currently contain some 'dead code' that we can remove, dependencies from compiler classes that are never actually used.
+
- No performance testing done
+
- No memory usage testing done
+
- Limited actual Java6 testing done, as I am on a Mac ;)
+
- Does not default to Java6 compilation (use -1.6 or -source 1.6)
+
+
+Please test it and open any bugs you find!
+
+
+
+
+
+
diff --git a/docs/dist/doc/changes.html b/docs/dist/doc/changes.html
index 70eb308ec..8213eacea 100644
--- a/docs/dist/doc/changes.html
+++ b/docs/dist/doc/changes.html
@@ -145,6 +145,7 @@ All rights reserved.
+ - 1.6.0m1 (released 2008-01)
- 1.5.4 (released 2007-12)
- 1.5.3 (released 2006-11)
- 1.5.2 (released 2006-06)
@@ -196,6 +197,9 @@ All rights reserved.
+
+This release rebases AspectJ on the Eclipse Compiler version 785_R33X - making it Java6 compliant.
+
This release contains around 40 bug fixes and enhancements since the 1.5.3 release.
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html
index 96cb146f7..ef1783c00 100644
--- a/docs/dist/doc/index.html
+++ b/docs/dist/doc/index.html
@@ -138,6 +138,7 @@
README's
|
Changes and porting guide for AspectJ
+ 1.6.0,
1.5.4,
1.5.3,
1.5.2,
--
2.39.5
|