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:41:21 UTC

[velocity-site] branch asf-site updated: [site/prod] Use tools 3.1-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 47fbe72  [site/prod] Use tools 3.1-RC1 tag for changelog
47fbe72 is described below

commit 47fbe72e791630254c59c1c5d5add02aef294baf
Author: Claude Brisson <cl...@renegat.net>
AuthorDate: Mon Mar 1 14:41:14 2021 +0100

    [site/prod] Use tools 3.1-RC1 tag for changelog
---
 tools/3.1/changes.html | 30 ++++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)

diff --git a/tools/3.1/changes.html b/tools/3.1/changes.html
index b51f7f3..2771691 100644
--- a/tools/3.1/changes.html
+++ b/tools/3.1/changes.html
@@ -222,7 +222,7 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover
     <tbody>
       <tr>
         <td>3.1</td>
-        <td>Not yet released</td>
+        <td>2021-02-27</td>
         <td/>
       </tr>
       <tr>
@@ -273,7 +273,7 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover
     </tbody>
   </table>
 </p>
-<h3>Release 3.1 - Not yet released</h3><p>
+<h3>Release 3.1 - 2021-02-27</h3><p>
   <table class="standard">
     <thead>
       <tr>
@@ -285,6 +285,32 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover
     <tbody>
       <tr>
         <td>
+          <img src="images/fix.png"/>
+        </td>
+        <td> Fix potential XSS vulterability in VelocityViewServlet error handling. . </td>
+        <td>Jackson Henry</td>
+      </tr>
+      <tr>
+        <td/>
+        <td> Added Travis CI. . Thanks to mgrigorov.</td>
+        <td>cbrisson</td>
+      </tr>
+      <tr>
+        <td>
+          <img src="images/add.png"/>
+        </td>
+        <td> Added an `exact` mode to ComparisonDateTool (which uses an actual dates/months difference rather than a global milliseconds difference) . </td>
+        <td>cbrisson</td>
+      </tr>
+      <tr>
+        <td>
+          <img src="images/add.png"/>
+        </td>
+        <td> Added a new BreadcrumbTool meant to help displaying UI breadcrumb trails . </td>
+        <td>cbrisson</td>
+      </tr>
+      <tr>
+        <td>
           <img src="images/add.png"/>
         </td>
         <td> Added an optional 'factory' attribute to tools with the classname of a factory for creating new tools instances . </td>