Author: cbrisson
Date: Thu Jun 21 00:01:18 2018
New Revision: 1833960

URL: http://svn.apache.org/viewvc?rev=1833960&view=rev
Log:
[tools] upgrade changes

Modified:
    velocity/tools/trunk/src/changes/changes.xml

Modified: velocity/tools/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/src/changes/changes.xml?rev=1833960&r1=1833959&r2=1833960&view=diff
==============================================================================
--- velocity/tools/trunk/src/changes/changes.xml (original)
+++ velocity/tools/trunk/src/changes/changes.xml Thu Jun 21 00:01:18 2018
@@ -25,6 +25,18 @@
   </properties>
   <body>
     <release version="3.0-SNAPSHOT" date="In Subversion">
+      <action type="fix" dev="cbrisson">
+        Drop undocumented autoloaded tools feature, and have 
org.apache.velocity.tools.loadDefaults default to false
+      </action>
+      <action type="fix" dev="cbrisson">
+        Make tools-view initialization much pickier about file accesses, to 
ease the use of a Java SecurityManager
+      </action>
+      <action type="fix" dev="cbrisson">
+        Fixed BrowserTool Accept-Language header parsing
+      </action>
+      <action type="add" dev="cbrisson">
+        Added new <code>$conv.toList(obj)</code> method
+      </action>      
       <action type="add" dev="cbrisson">
         Added <code>$browser.IPAddress</code>
       </action>


Reply via email to