Author: cbrisson
Date: Sun Aug  6 17:43:05 2017
New Revision: 1804245

URL: http://svn.apache.org/viewvc?rev=1804245&view=rev
Log:
Add a news

Modified:
    velocity/site/cms/trunk/content/news.xml

Modified: velocity/site/cms/trunk/content/news.xml
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/news.xml?rev=1804245&r1=1804244&r2=1804245&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/news.xml (original)
+++ velocity/site/cms/trunk/content/news.xml Sun Aug  6 17:43:05 2017
@@ -2,6 +2,36 @@
 
 <news xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://velocity.apache.org/NEWS/1.0.0"; 
xsi:schemaLocation="http://velocity.apache.org/NEWS/1.0.0 
http://velocity.apache.org/site/tools/velocity-site-news/xsd/news-1.0.0.xsd";>
   <items>
+    <item id="engine20">
+        <date>2017-08-06</date>
+        <headline>Velocity Engine 2.0 released</headline>
+      <categories>
+        <category>velocity</category>
+        <category>engine</category>
+      </categories>
+      <text><![CDATA[
+        The Velocity developers are pleased to announce the release of
+        Velocity Engine 2.0.
+
+        Among the main new features and enhancements:
+
+        + Logging to the SLF4J logging facade.
+        + Configurable whitespace gobbling.
+        + Method arguments and array subscripts can now be arithmetic 
expressions.
+        + Configurable method arguments conversion handler with automatic 
conversions between booleans, numbers, strings and enums.
+        + Significant reduction of the memory consumption.
+        + JSR-223 Scripting Engine implementation.
+
+        For a full list of changes, consult 
{{{http://velocity.apache.org/engine/2.0/changes.html}Velocity Engine 2.0 
Changes section}} and 
{{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310104&version=12338243}JIRA
 changelog}}.
+
+        For notes on upgrading from Velocity 1.x, see 
{{{http://velocity.apache.org/engine/2.0/upgrading.html}Velocity Engine 2.0 
Upgrading section}}.
+
+        Note for Velocity Tools users: Velocity Tools 3.0 shall soon be 
released. Meanwhile, you are encouraged to use the 
{{{https://repository.apache.org/content/repositories/snapshots/org/apache/velocity/velocity-tools-generic/3.0-SNAPSHOT/}Velocity
 Tools 3.x last snapshot}} (see 
{{{http://velocity.apache.org/tools/devel/upgrading.html}Velocity Tools 3.x 
Upgrading notes}}).
+
+        Downloads of 2.0 are available 
+        {{{http://velocity.apache.org/download.cgi#engine}here}}.
+      ]]></text>
+    </item>
     <item id="engine17">
         <date>2010-11-29</date>
         <headline>Velocity Engine 1.7 released</headline>


Reply via email to