Author: cbrisson
Date: Mon Aug 13 10:47:17 2007
New Revision: 565454

URL: http://svn.apache.org/viewvc?view=rev&rev=565454
Log:
adding the newsitem

Modified:
    velocity/site/site/src/site/news.xml

Modified: velocity/site/site/src/site/news.xml
URL: 
http://svn.apache.org/viewvc/velocity/site/site/src/site/news.xml?view=diff&rev=565454&r1=565453&r2=565454
==============================================================================
--- velocity/site/site/src/site/news.xml (original)
+++ velocity/site/site/src/site/news.xml Mon Aug 13 10:47:17 2007
@@ -2,6 +2,25 @@
 
 <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="dvsl10">
+        <date>2007-08-13</date>
+        <headline>DVSL 1.0 released</headline>
+      <categories>
+        <category>velocity</category>
+        <category>dvsl</category>
+      </categories>
+      <text><![CDATA[
+        The Velocity developers are pleased to make the release of
+        DVSL 1.0 available for download and testing.
+        
+        This release fixes an incompatibility between DVSL 0.x and Velocity 
1.5 or newser,
+        along with some minor cleanup and refactoring. It is not a drop in 
replacement
+        of DVSL 0.45 since the main package has changed from 
org.apache.tools.dvsl to
+        org.apache.dvsl.
+        
+        Files can be downloaded 
{{{http://velocity.apache.org/download.cgi#dvsl}here}}.
+      ]]></text>
+    </item>
     <item id="tools20alpha1">
         <date>2007-07-02</date>
         <headline>VelocityTools 2.0 Alpha1 released</headline>


Reply via email to