diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 18:24:00 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 18:24:00 +0700 |
commit | 0abca536907b05dec4aba6de8190d11e873adeb0 (patch) | |
tree | 90f0bff4fdc22c945ee4f6beff908193d93bdecc | |
parent | 5eb286d3c281a711d0bfd6effad7bdbc03f6f61c (diff) | |
download | aspectj-0abca536907b05dec4aba6de8190d11e873adeb0.tar.gz aspectj-0abca536907b05dec4aba6de8190d11e873adeb0.zip |
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.
-rw-r--r-- | docs/dist/doc/README-199.html | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/docs/dist/doc/README-199.html b/docs/dist/doc/README-199.html index e39db1909..2e05e104e 100644 --- a/docs/dist/doc/README-199.html +++ b/docs/dist/doc/README-199.html @@ -17,14 +17,30 @@ <body> <div align="right"><small>© 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> |