You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2021/03/01 13:35:20 UTC

[velocity-site] branch asf-site updated: [site/prod] Use 2.3-RC1 tag for changelog

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 206593c  [site/prod] Use 2.3-RC1 tag for changelog
206593c is described below

commit 206593c03eeaeadd501d077434faf20fc47db52a
Author: Claude Brisson <cl...@renegat.net>
AuthorDate: Mon Mar 1 14:35:15 2021 +0100

    [site/prod] Use 2.3-RC1 tag for changelog
---
 engine/2.3/changes.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 49 insertions(+), 1 deletion(-)

diff --git a/engine/2.3/changes.html b/engine/2.3/changes.html
index 17081ea..710fa5b 100644
--- a/engine/2.3/changes.html
+++ b/engine/2.3/changes.html
@@ -236,6 +236,11 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover
     </thead>
     <tbody>
       <tr>
+        <td>2.3</td>
+        <td>2021-02-27</td>
+        <td/>
+      </tr>
+      <tr>
         <td>2.2</td>
         <td>2020-02-02</td>
         <td/>
@@ -313,7 +318,50 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover
     </tbody>
   </table>
 </p>
-<h3>Release 2.2 - 2020-02-02</h3><p>
+<h3>Release 2.3 - 2021-02-27</h3><p>
+  <table class="standard">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Changes</th>
+        <th>Bye</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td>
+          <img src="images/fix.png"/>
+        </td>
+        <td> Fix parser bug (newline and space inside an empty inline map definition). . Fixes <a href="https://issues.apache.org/jira/browse/VELOCITY-927">VELOCITY-927</a>. </td>
+        <td>cbrisson</td>
+      </tr>
+      <tr>
+        <td/>
+        <td> Backported Spring framework Velocity Engine integration classes from Spring 4.x, in the new module <code> spring-velocity-support </code> . . Fixes <a href="https://issues.apache.org/jira/browse/VELOCITY-933">VELOCITY-933</a>. </td>
+        <td>cbrisson</td>
+      </tr>
+      <tr>
+        <td>
+          <img src="images/fix.png"/>
+        </td>
+        <td> Let SecureUberspector block methods on ClassLoader and subclasses. . Fixes <a href="https://issues.apache.org/jira/browse/VELOCITY-931">VELOCITY-931</a>. </td>
+        <td>wglass</td>
+      </tr>
+      <tr>
+        <td/>
+        <td> Added Travis CI. . Thanks to mgrigorov.</td>
+        <td>cbrisson</td>
+      </tr>
+      <tr>
+        <td>
+          <img src="images/fix.png"/>
+        </td>
+        <td> Don't leak classes via Stop.STOP_ALL stack trace. . Thanks to donnerpeter.</td>
+        <td>cbrisson</td>
+      </tr>
+    </tbody>
+  </table>
+</p><h3>Release 2.2 - 2020-02-02</h3><p>
   <table class="standard">
     <thead>
       <tr>