You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2020/10/23 16:01:29 UTC

[yetus] branch asf-site updated: git sha a2090026904bd84ef5d46790ebb87abeedd49e0a

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6f1946d  git sha a2090026904bd84ef5d46790ebb87abeedd49e0a
6f1946d is described below

commit 6f1946dafe78db1bf63d9e2d045fba47c18196a1
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Fri Oct 23 09:00:51 2020 -0700

    git sha a2090026904bd84ef5d46790ebb87abeedd49e0a
---
 documentation/in-progress/CHANGELOG                | 43 +++++++++++++++++++++-
 documentation/in-progress/RELEASENOTES             | 18 ++++-----
 .../org/apache/yetus/audience/package-tree.html    |  8 ++--
 .../apache/yetus/audience/package-tree/index.html  |  8 ++--
 .../in-progress/javadocs/overview-tree.html        |  8 ++--
 .../in-progress/javadocs/overview-tree/index.html  |  8 ++--
 .../0.13.0/CHANGELOG.0.13.0/index.html             | 43 +++++++++++++++++++++-
 .../0.13.0/RELEASENOTES.0.13.0/index.html          | 18 ++++-----
 project-reports.html                               |  4 +-
 9 files changed, 120 insertions(+), 38 deletions(-)

diff --git a/documentation/in-progress/CHANGELOG b/documentation/in-progress/CHANGELOG
index 793ddeb..646c64b 100644
--- a/documentation/in-progress/CHANGELOG
+++ b/documentation/in-progress/CHANGELOG
@@ -18,7 +18,7 @@
 -->
 <h1 id="apache-yetus-changelog">Apache Yetus Changelog</h1>
 
-<h2 id="release-0130-snapshot---2020-10-22">Release 0.13.0-SNAPSHOT - 2020-10-22</h2>
+<h2 id="release-0130-snapshot---2020-10-23">Release 0.13.0-SNAPSHOT - 2020-10-23</h2>
 
 <h3 id="important-issues">IMPORTANT ISSUES:</h3>
 
@@ -372,6 +372,14 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-1040">YETUS-1040</a></td>
+      <td style="text-align: left">all releasenotes page should not '–usetoday'</td>
+      <td style="text-align: left">Minor</td>
+      <td style="text-align: left">website and documentation</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -525,6 +533,14 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-1041">YETUS-1041</a></td>
+      <td style="text-align: left">new release script fixes</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">build</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -553,3 +569,28 @@
   </tbody>
 </table>
 
+<h3 id="other">OTHER:</h3>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">JIRA</th>
+      <th style="text-align: left">Summary</th>
+      <th style="text-align: left">Priority</th>
+      <th style="text-align: left">Component</th>
+      <th style="text-align: left">Reporter</th>
+      <th style="text-align: left">Contributor</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-1034">YETUS-1034</a></td>
+      <td style="text-align: left">Release 0.13.0</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">build</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+  </tbody>
+</table>
+
diff --git a/documentation/in-progress/RELEASENOTES b/documentation/in-progress/RELEASENOTES
index 0044d4c..af12375 100644
--- a/documentation/in-progress/RELEASENOTES
+++ b/documentation/in-progress/RELEASENOTES
@@ -196,12 +196,12 @@ Comments added on a per line basis were only ever shipped with support on GitHub
 With GitHub Checks Annotations being the preferred way on GitHub for CI systems to make individual notes, the API requirements and surrounding support structure for line comments have also changed:</p>
 
 <ul>
-  <li>The unidiff line calculations (compute_unidiff)  has been removed.  This should greatly increase performance for large patches.</li>
-  <li>Relatedly, GITUNIDIFFLINES has been removed from the global variables.</li>
-  <li>(bugsystem)_linecoments and related functions should now expect and pass a column parameter. Log files should be in typical file:line[:column]:text format, where the missing column or 0 or "" will be used for no column/whole file.</li>
-  <li>BUGLINECOMMENTS is no longer wiped when doing a diff vs. patch.</li>
-  <li>(bugsystem)_linecomments will no longer receive comments grouped by file names.  Implementers will need to do their own grouping, if required.</li>
-  <li>A new (bugsystem)_linecomments_end will be called when all line comments have been processed if there is any final work that needs to be done.</li>
+  <li>The unidiff line calculations (<code>compute_unidiff</code>)  has been removed.  This should greatly increase performance for large patches.</li>
+  <li>Relatedly, <code>GITUNIDIFFLINES</code> has been removed from the global variables.</li>
+  <li><code>(bugsystem)_linecoments</code> and related functions should now expect and pass a column parameter. Log files should be in typical file:line[:column]:text format, where the missing column or 0 or "" will be used for no column/whole file.</li>
+  <li><code>BUGLINECOMMENTS</code> is no longer wiped when doing a diff vs. patch.</li>
+  <li><code>(bugsystem)_linecomments</code> will no longer receive comments grouped by file names.  Implementers will need to do their own grouping, if required.</li>
+  <li>A new <code>(bugsystem)_linecomments_end</code> will be called when all line comments have been processed if there is any final work that needs to be done.</li>
 </ul>
 
 <hr />
@@ -239,14 +239,14 @@ With GitHub Checks Annotations being the preferred way on GitHub for CI systems
   </li>
 </ul>
 
-<p>&lt;–! markdown –&gt;<br />
-Users:</p>
+<!-- markdown -->
+<p>Users:</p>
 
 <p>With this change, several plugins that did not generate line comments now do.</p>
 
 <p>Developers:</p>
 
-<p>The `generic_postlog_compare` / `generic_pre_handler` / `generic_post_handler` functions have been deprecated and replaced with `module_postlog_compare` / `module_pre_handler` / `module_post_handler` functions.  A new `root_postlog_compare` has been added that works similarly to `module_postlog_compare` for plug-ins that do not support the MODULE system.  Using `root_postlog_compare` makes writing plug-ins for static linters significantly easier.  See the associated APIs for more info [...]
+<p>The <code>generic_postlog_compare</code> / <code>generic_pre_handler</code> / <code>generic_post_handler</code> functions have been deprecated and replaced with <code>module_postlog_compare</code> / <code>module_pre_handler</code> / <code>module_post_handler</code> functions.  A new <code>root_postlog_compare</code> has been added that works similarly to <code>module_postlog_compare</code> for plug-ins that do not support the MODULE system.  Using <code>root_postlog_compare</code> mak [...]
 
 <hr />
 
diff --git a/documentation/in-progress/javadocs/org/apache/yetus/audience/package-tree.html b/documentation/in-progress/javadocs/org/apache/yetus/audience/package-tree.html
index 0dc8ca2..40a5887 100644
--- a/documentation/in-progress/javadocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/in-progress/javadocs/org/apache/yetus/audience/package-tree.html
@@ -88,12 +88,12 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Stable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Stable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Evolving.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Evolving</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Unstable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Unstable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceAudience.Public.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Public</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.LimitedPrivate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceAudience.Private.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Private</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceAudience.Public.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Public</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Evolving.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Evolving</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Stable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Stable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Unstable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Unstable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
diff --git a/documentation/in-progress/javadocs/org/apache/yetus/audience/package-tree/index.html b/documentation/in-progress/javadocs/org/apache/yetus/audience/package-tree/index.html
index 0dc8ca2..40a5887 100644
--- a/documentation/in-progress/javadocs/org/apache/yetus/audience/package-tree/index.html
+++ b/documentation/in-progress/javadocs/org/apache/yetus/audience/package-tree/index.html
@@ -88,12 +88,12 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Stable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Stable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Evolving.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Evolving</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Unstable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Unstable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceAudience.Public.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Public</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.LimitedPrivate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceAudience.Private.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Private</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceAudience.Public.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Public</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Evolving.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Evolving</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Stable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Stable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="../../../../org/apache/yetus/audience/InterfaceStability.Unstable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Unstable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
diff --git a/documentation/in-progress/javadocs/overview-tree.html b/documentation/in-progress/javadocs/overview-tree.html
index 7339364..83de756 100644
--- a/documentation/in-progress/javadocs/overview-tree.html
+++ b/documentation/in-progress/javadocs/overview-tree.html
@@ -100,12 +100,12 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Stable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Stable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Evolving.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Evolving</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Unstable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Unstable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceAudience.Public.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Public</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.LimitedPrivate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceAudience.Private.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Private</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceAudience.Public.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Public</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Evolving.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Evolving</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Stable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Stable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Unstable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Unstable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
diff --git a/documentation/in-progress/javadocs/overview-tree/index.html b/documentation/in-progress/javadocs/overview-tree/index.html
index 7339364..83de756 100644
--- a/documentation/in-progress/javadocs/overview-tree/index.html
+++ b/documentation/in-progress/javadocs/overview-tree/index.html
@@ -100,12 +100,12 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Stable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Stable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Evolving.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Evolving</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Unstable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Unstable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceAudience.Public.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Public</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.LimitedPrivate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceAudience.Private.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Private</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceAudience.Public.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceAudience.Public</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Evolving.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Evolving</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Stable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Stable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.yetus.audience.<a href="org/apache/yetus/audience/InterfaceStability.Unstable.html" title="annotation in org.apache.yetus.audience"><span class="typeNameLink">InterfaceStability.Unstable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
diff --git a/downloads/releasenotes/0.13.0/CHANGELOG.0.13.0/index.html b/downloads/releasenotes/0.13.0/CHANGELOG.0.13.0/index.html
index a80746b..ebbd000 100644
--- a/downloads/releasenotes/0.13.0/CHANGELOG.0.13.0/index.html
+++ b/downloads/releasenotes/0.13.0/CHANGELOG.0.13.0/index.html
@@ -122,7 +122,7 @@
 -->
 <h1 id="apache-yetus-changelog">Apache Yetus Changelog</h1>
 
-<h2 id="release-0130---2020-10-22">Release 0.13.0 - 2020-10-22</h2>
+<h2 id="release-0130---2020-10-31">Release 0.13.0 - 2020-10-31</h2>
 
 <h3 id="important-issues">IMPORTANT ISSUES:</h3>
 
@@ -476,6 +476,14 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-1040">YETUS-1040</a></td>
+      <td style="text-align: left">all releasenotes page should not '–usetoday'</td>
+      <td style="text-align: left">Minor</td>
+      <td style="text-align: left">website and documentation</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -629,6 +637,14 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-1041">YETUS-1041</a></td>
+      <td style="text-align: left">new release script fixes</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">build</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -657,6 +673,31 @@
   </tbody>
 </table>
 
+<h3 id="other">OTHER:</h3>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">JIRA</th>
+      <th style="text-align: left">Summary</th>
+      <th style="text-align: left">Priority</th>
+      <th style="text-align: left">Component</th>
+      <th style="text-align: left">Reporter</th>
+      <th style="text-align: left">Contributor</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-1034">YETUS-1034</a></td>
+      <td style="text-align: left">Release 0.13.0</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">build</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+  </tbody>
+</table>
+
 
     </div>
       
diff --git a/downloads/releasenotes/0.13.0/RELEASENOTES.0.13.0/index.html b/downloads/releasenotes/0.13.0/RELEASENOTES.0.13.0/index.html
index 24e4cac..fdc4819 100644
--- a/downloads/releasenotes/0.13.0/RELEASENOTES.0.13.0/index.html
+++ b/downloads/releasenotes/0.13.0/RELEASENOTES.0.13.0/index.html
@@ -300,12 +300,12 @@ Comments added on a per line basis were only ever shipped with support on GitHub
 With GitHub Checks Annotations being the preferred way on GitHub for CI systems to make individual notes, the API requirements and surrounding support structure for line comments have also changed:</p>
 
 <ul>
-  <li>The unidiff line calculations (compute_unidiff)  has been removed.  This should greatly increase performance for large patches.</li>
-  <li>Relatedly, GITUNIDIFFLINES has been removed from the global variables.</li>
-  <li>(bugsystem)_linecoments and related functions should now expect and pass a column parameter. Log files should be in typical file:line[:column]:text format, where the missing column or 0 or "" will be used for no column/whole file.</li>
-  <li>BUGLINECOMMENTS is no longer wiped when doing a diff vs. patch.</li>
-  <li>(bugsystem)_linecomments will no longer receive comments grouped by file names.  Implementers will need to do their own grouping, if required.</li>
-  <li>A new (bugsystem)_linecomments_end will be called when all line comments have been processed if there is any final work that needs to be done.</li>
+  <li>The unidiff line calculations (<code>compute_unidiff</code>)  has been removed.  This should greatly increase performance for large patches.</li>
+  <li>Relatedly, <code>GITUNIDIFFLINES</code> has been removed from the global variables.</li>
+  <li><code>(bugsystem)_linecoments</code> and related functions should now expect and pass a column parameter. Log files should be in typical file:line[:column]:text format, where the missing column or 0 or "" will be used for no column/whole file.</li>
+  <li><code>BUGLINECOMMENTS</code> is no longer wiped when doing a diff vs. patch.</li>
+  <li><code>(bugsystem)_linecomments</code> will no longer receive comments grouped by file names.  Implementers will need to do their own grouping, if required.</li>
+  <li>A new <code>(bugsystem)_linecomments_end</code> will be called when all line comments have been processed if there is any final work that needs to be done.</li>
 </ul>
 
 <hr />
@@ -343,14 +343,14 @@ With GitHub Checks Annotations being the preferred way on GitHub for CI systems
   </li>
 </ul>
 
-<p>&lt;–! markdown –&gt;<br />
-Users:</p>
+<!-- markdown -->
+<p>Users:</p>
 
 <p>With this change, several plugins that did not generate line comments now do.</p>
 
 <p>Developers:</p>
 
-<p>The `generic_postlog_compare` / `generic_pre_handler` / `generic_post_handler` functions have been deprecated and replaced with `module_postlog_compare` / `module_pre_handler` / `module_post_handler` functions.  A new `root_postlog_compare` has been added that works similarly to `module_postlog_compare` for plug-ins that do not support the MODULE system.  Using `root_postlog_compare` makes writing plug-ins for static linters significantly easier.  See the associated APIs for more info [...]
+<p>The <code>generic_postlog_compare</code> / <code>generic_pre_handler</code> / <code>generic_post_handler</code> functions have been deprecated and replaced with <code>module_postlog_compare</code> / <code>module_pre_handler</code> / <code>module_post_handler</code> functions.  A new <code>root_postlog_compare</code> has been added that works similarly to <code>module_postlog_compare</code> for plug-ins that do not support the MODULE system.  Using <code>root_postlog_compare</code> mak [...]
 
 <hr />
 
diff --git a/project-reports.html b/project-reports.html
index 80fc286..98a49cf 100644
--- a/project-reports.html
+++ b/project-reports.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2020-10-22 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2020-10-23 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -24,7 +24,7 @@ Apache Yetus Project
     </div>
     <div id="breadcrumbs">
       <div class="xleft">
-        <span id="publishDate">Last Published: 2020-10-22</span>
+        <span id="publishDate">Last Published: 2020-10-23</span>
           &nbsp;| <span id="projectVersion">Version: 0.13.0-SNAPSHOT</span>
       </div>
       <div class="xright"><a href="./" title="Apache Yetus Project">Apache Yetus Project</a>      </div>