Author: cbrisson
Date: Sun Aug  6 17:59:16 2017
New Revision: 1804249

URL: http://svn.apache.org/viewvc?rev=1804249&view=rev
Log:
[site] Fix linefieeds in news (production)

Modified:
    velocity/site/production/news.html
    velocity/site/production/news.xml
    velocity/site/production/rss/news.rss

Modified: velocity/site/production/news.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/news.html?rev=1804249&r1=1804248&r2=1804249&view=diff
==============================================================================
--- velocity/site/production/news.html (original)
+++ velocity/site/production/news.html Sun Aug  6 17:59:16 2017
@@ -235,7 +235,12 @@ h2:hover > .headerlink, h3:hover > .head
     </p>
     <p>The Velocity developers are pleased to announce the release of Velocity 
Engine 2.0.</p>
     <p>Among the main new features and enhancements:</p>
-    <p>+ 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.</p>
+    <p>+ Logging to the SLF4J logging facade.</p>
+    <p>+ Configurable whitespace gobbling.</p>
+    <p>+ Method arguments and array subscripts can now be arithmetic 
expressions.</p>
+    <p>+ Configurable method arguments conversion handler with automatic 
conversions between booleans, numbers, strings and enums.</p>
+    <p>+ Significant reduction of the memory consumption.</p>
+    <p>+ JSR-223 Scripting Engine implementation.</p>
     <p>For a full list of changes, consult <a 
href="http://velocity.apache.org/engine/2.0/changes.html";>Velocity Engine 2.0 
Changes section</a> and <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310104&amp;version=12338243";>JIRA
 changelog</a>.</p>
     <p>For notes on upgrading from Velocity 1.x, see <a 
href="http://velocity.apache.org/engine/2.0/upgrading.html";>Velocity Engine 2.0 
Upgrading section</a>.</p>
     <p>Note for Velocity Tools users: Velocity Tools 3.0 shall soon be 
released. Meanwhile, you are encouraged to use the <a 
href="https://repository.apache.org/content/repositories/snapshots/org/apache/velocity/velocity-tools-generic/3.0-SNAPSHOT/";>Velocity
 Tools 3.x last snapshot</a> (see <a 
href="http://velocity.apache.org/tools/devel/upgrading.html";>Velocity Tools 3.x 
Upgrading notes</a>).</p>

Modified: velocity/site/production/news.xml
URL: 
http://svn.apache.org/viewvc/velocity/site/production/news.xml?rev=1804249&r1=1804248&r2=1804249&view=diff
==============================================================================
--- velocity/site/production/news.xml (original)
+++ velocity/site/production/news.xml Sun Aug  6 17:59:16 2017
@@ -16,10 +16,15 @@
         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}}.

Modified: velocity/site/production/rss/news.rss
URL: 
http://svn.apache.org/viewvc/velocity/site/production/rss/news.rss?rev=1804249&r1=1804248&r2=1804249&view=diff
==============================================================================
Binary files - no diff available.


Reply via email to