summaryrefslogtreecommitdiffstats
path: root/docs/dist
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2016-01-07 13:17:50 -0800
committerAndy Clement <aclement@pivotal.io>2016-01-07 13:17:50 -0800
commitc59054c24783df26d85990dcfbb86a4875f54586 (patch)
treeb4db486ecb3dd83e99b09123ee8aedcd32dcf0f8 /docs/dist
parentfd87bd57bd3c0b1533cc2803f06e7569b2f363b6 (diff)
downloadaspectj-c59054c24783df26d85990dcfbb86a4875f54586.tar.gz
aspectj-c59054c24783df26d85990dcfbb86a4875f54586.zip
1.8.8 readme
Diffstat (limited to 'docs/dist')
-rw-r--r--docs/dist/doc/README-188.html40
-rw-r--r--docs/dist/doc/index.html3
2 files changed, 42 insertions, 1 deletions
diff --git a/docs/dist/doc/README-188.html b/docs/dist/doc/README-188.html
new file mode 100644
index 000000000..1c7bc1768
--- /dev/null
+++ b/docs/dist/doc/README-188.html
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.8.8 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 2016 Contributors.
+All rights reserved.
+</small></div>
+
+<h1>AspectJ 1.8.8 Readme</h1>
+
+<p>The full list of resolved issues in 1.8.8 is available
+<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.8.8;">here</a></h2>.</p>
+
+<ul>
+<li>1.8.8 available 7-Jan-2016
+</ul>
+
+<h2>Notable changes</h2>
+
+<h3>Around advice on default methods</h3>
+<p>In previous releases attempting to apply around advice to default methods would
+create methods with rogue modifiers in the interface declaring the default method (loading
+these interfaces would then result in a verifier error).
+This has now been fixed.</p>
+
+<!-- ============================== -->
+</body>
+</html>
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html
index 056e25bac..55324f340 100644
--- a/docs/dist/doc/index.html
+++ b/docs/dist/doc/index.html
@@ -138,7 +138,8 @@
<tr> <td>README's
</td>
<td>Changes and porting guide for AspectJ
- <a href="README-187.html">1.8.6</a>,
+ <a href="README-188.html">1.8.8</a>,
+ <a href="README-187.html">1.8.7</a>,
<a href="README-186.html">1.8.6</a>,
<a href="README-185.html">1.8.5</a>,
<a href="README-184.html">1.8.4</a>,