]> source.dussan.org Git - aspectj.git/commitdiff
Add AspectJ 1.9.9.1 delta to existing 1.9.9 release notes
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 31 Mar 2022 11:24:00 +0000 (18:24 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 31 Mar 2022 11:24:00 +0000 (18:24 +0700)
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.

docs/dist/doc/README-199.html

index e39db190901ce432dd09fe1fdcc1f6e1973e8dc9..2e05e104eb755ac07351af605b7104d035c47c54 100644 (file)
 <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>
 <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>