This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
The following commit(s) were added to refs/heads/master by this push:
new e8a22de [tools] Update changelog
e8a22de is described below
commit e8a22de2aad0a0444c0a5a03e05cd75b947953bd
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 20:48:50 2021 +0100
[tools] Update changelog
---
src/changes/changes.xml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d39f100..b78265b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,19 @@
<title>Changelog</title>
</properties>
<body>
- <release version="3.1" date="Not yet released">
+ <release version="3.1" date="2021-02-27">
+ <action type="fix" dev="Jackson Henry">
+ Fix potential XSS vulterability in VelocityViewServlet error
handling.
+ </action>
+ <action type="new" dev="cbrisson" due-to="mgrigorov">
+ Added Travis CI.
+ </action>
+ <action type="add" dev="cbrisson">
+ Added an `exact` mode to ComparisonDateTool (which uses an actual
dates/months difference rather than a global milliseconds difference)
+ </action>
+ <action type="add" dev="cbrisson">
+ Added a new BreadcrumbTool meant to help displaying UI breadcrumb
trails
+ </action>
<action type="add" dev="cbrisson">
Added an optional 'factory' attribute to tools with the classname of a
factory for creating new tools instances
</action>