Browse Source

Add AspectJ 1.9.9.1 delta to existing 1.9.9 release notes

The minor release from a user perspective is just going to be about

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
#145, so we are not creating an extra release notes document.
tags/V1_9_9_1
Alexander Kriegisch 2 years ago
parent
commit
0abca53690
1 changed files with 20 additions and 4 deletions
  1. 20
    4
      docs/dist/doc/README-199.html

+ 20
- 4
docs/dist/doc/README-199.html View File

@@ -17,14 +17,30 @@
<body>
<div align="right"><small>&copy; Copyright 2022 Contributors. All rights reserved.</small></div>

<h1>AspectJ 1.9.9.1</h1>

<p>
Bugfix release for some compiler options related to the Java Platform Module System (JPMS) which were not working,
most importantly <tt>--add-modules</tt>, <tt>--add-exports</tt> and <tt>--add-reads</tt>. See issue
<a href="https://github.com/eclipse/org.aspectj/issues/145">#145</a>.
</p>
<p>
This probably was broken for a long time. AspectJ still is not boasting extensive JPMS support or test coverage, but
this improvement seems substantial enough to justify a minor release, instead of keeping users waiting for the next
regular release.
</p>

<h1>AspectJ 1.9.9</h1>

<p>
Please note that Bugzilla for issue management is deprecated and new issues should be filed as
<a href="https://github.com/eclipse/org.aspectj/issues/new">GitHub issues</a>.
The list of issues addressed for 1.9.9 can be found
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&f0=OP&f1=OP&f3=CP&f4=CP&j1=OR&list_id=16866879&product=AspectJ&query_format=advanced&target_milestone=1.9.9">here for Bugzilla</a>
and <a href="https://github.com/eclipse/org.aspectj/issues?q=is%3Aissue+is%3Aclosed++milestone%3A1.9.9">here for GitHub issues</a>.
The list of issues addressed for 1.9.9 can be found here:
<ul>
<li><a href="https://github.com/eclipse/org.aspectj/issues?q=is%3Aissue+is%3Aclosed++milestone%3A1.9.9">GitHub 1.9.9</a></li>
<li><a href="https://github.com/eclipse/org.aspectj/issues?q=is%3Aissue+is%3Aclosed++milestone%3A1.9.9.1">GitHub 1.9.9.1</a></li>
<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&f0=OP&f1=OP&f3=CP&f4=CP&j1=OR&list_id=16866879&product=AspectJ&query_format=advanced&target_milestone=1.9.9">Bugzilla 1.9.9</a></li>
</ul>
</p>

<h2>New features</h2>
@@ -134,7 +150,7 @@
<hr>

<p>
<b>Available:</b> 1.9.9 available 24-Mar-2022
<b>Available:</b> 1.9.9 on 24-Mar-2022, 1.9.9.1 on 31-Mar-2022
</p>

</body>

Loading…
Cancel
Save