Author: nbubna
Date: Tue Nov 30 04:45:42 2010
New Revision: 1040403
URL: http://svn.apache.org/viewvc?rev=1040403&view=rev
Log:
update for Engine 1.7 release
Modified:
velocity/site/site/doap_engine.rdf
velocity/site/site/src/site/news.xml
velocity/site/site/src/site/site.xml
velocity/site/site/src/site/xdoc/download.xml
velocity/site/site/src/site/xdoc/index.xml
Modified: velocity/site/site/doap_engine.rdf
URL:
http://svn.apache.org/viewvc/velocity/site/site/doap_engine.rdf?rev=1040403&r1=1040402&r2=1040403&view=diff
==============================================================================
--- velocity/site/site/doap_engine.rdf (original)
+++ velocity/site/site/doap_engine.rdf Tue Nov 30 04:45:42 2010
@@ -30,6 +30,11 @@ When Velocity is used for web developmen
<category rdf:resource="http://projects.apache.org/category/library"/>
<release>
<Version>
+ <name>Velocity 1.7</name>
+ <created>2010-11-29</created>
+ <revision>1.7</revision>
+ </Version>
+ <Version>
<name>Velocity 1.6.4</name>
<created>2010-05-10</created>
<revision>1.6.4</revision>
Modified: velocity/site/site/src/site/news.xml
URL:
http://svn.apache.org/viewvc/velocity/site/site/src/site/news.xml?rev=1040403&r1=1040402&r2=1040403&view=diff
==============================================================================
--- velocity/site/site/src/site/news.xml (original)
+++ velocity/site/site/src/site/news.xml Tue Nov 30 04:45:42 2010
@@ -2,6 +2,35 @@
<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="engine17">
+ <date>2010-11-29</date>
+ <headline>Velocity Engine 1.7 released</headline>
+ <categories>
+ <category>velocity</category>
+ <category>engine</category>
+ </categories>
+ <text><![CDATA[
+ The Velocity developers are pleased to announce the release of
+ Velocity Engine 1.7.
+
+ Since 1.6, there has been a lot of work: #...@body()content#end,
#[[literal content]]#,
+ major namespacing changes, $newListSyntax[$i], and more. Please see
the change log
+ for details!
+
+ Since 1.7-beta1, we fixed,
{{{https://issues.apache.org/jira/browse/VELOCITY-785}VELOCITY-785}},
{{{https://issues.apache.org/jira/browse/VELOCITY-766}VELOCITY-766}},
{{{https://issues.apache.org/jira/browse/VELOCITY-760}VELOCITY-760}}, and
{{{https://issues.apache.org/jira/browse/VELOCITY-753}VELOCITY-753}}. We also
added
+ access to current template and directive debugging info through
$<foo>.info
+ (where <foo> is the namespace you are seeking info about).
+
+ For more details on these, again, see the
+ {{{http://velocity.apache.org/engine/devel/changes-report.html}change
log}}.
+
+ Downloads of 1.7 are available
+ {{{http://velocity.apache.org/download.cgi#engine}here}}.
+ This is a drop-in replacement for Velocity 1.6, however, it also begins
+ the transition to 2.0 features. Users upgrading should expect
deprecation
+ warnings in their logs.
+ ]]></text>
+ </item>
<item id="tools20">
<date>2010-05-10</date>
<headline>VelocityTools 2.0 released</headline>
Modified: velocity/site/site/src/site/site.xml
URL:
http://svn.apache.org/viewvc/velocity/site/site/src/site/site.xml?rev=1040403&r1=1040402&r2=1040403&view=diff
==============================================================================
--- velocity/site/site/src/site/site.xml (original)
+++ velocity/site/site/src/site/site.xml Tue Nov 30 04:45:42 2010
@@ -45,7 +45,7 @@
</menu>
<menu name="Releases">
- <item name="Engine 1.6.4" href="engine/releases/velocity-1.6.4/"/>
+ <item name="Engine 1.7" href="engine/releases/velocity-1.7/"/>
<item name="Tools 2.0" href="tools/releases/2.0/"/>
<item name="Anakia 1.0" href="anakia/releases/anakia-1.0/"/>
<item name="Texen 1.0" href="texen/releases/texen-1.0/"/>
Modified: velocity/site/site/src/site/xdoc/download.xml
URL:
http://svn.apache.org/viewvc/velocity/site/site/src/site/xdoc/download.xml?rev=1040403&r1=1040402&r2=1040403&view=diff
==============================================================================
--- velocity/site/site/src/site/xdoc/download.xml (original)
+++ velocity/site/site/src/site/xdoc/download.xml Tue Nov 30 04:45:42 2010
@@ -74,15 +74,15 @@
<subsection name="Engine">
<p>Binaries and Sources:</p>
<ul>
- <li><a
href="[preferred]/velocity/engine/1.6.4/velocity-1.6.4.zip">velocity-1.6.4.zip</a>
- [<a
href="http://www.apache.org/dist/velocity/engine/1.6.4/velocity-1.6.4.zip.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/velocity/engine/1.6.4/velocity-1.6.4.zip.md5">MD5</a>]
- [<a
href="http://www.apache.org/dist/velocity/engine/1.6.4/velocity-1.6.4.zip.sha1">SHA1</a>]
- </li>
- <li><a
href="[preferred]/velocity/engine/1.6.4/velocity-1.6.4.tar.gz">velocity-1.6.4.tar.gz</a>
- [<a
href="http://www.apache.org/dist/velocity/engine/1.6.4/velocity-1.6.4.tar.gz.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/velocity/engine/1.6.4/velocity-1.6.4.tar.gz.md5">MD5</a>]
- [<a
href="http://www.apache.org/dist/velocity/engine/1.6.4/velocity-1.6.4.tar.gz.sha1">SHA1</a>]
+ <li><a
href="[preferred]/velocity/engine/1.7/velocity-1.7.zip">velocity-1.7.zip</a>
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7/velocity-1.7.zip.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7/velocity-1.7.zip.md5">MD5</a>]
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7/velocity-1.7.zip.sha1">SHA1</a>]
+ </li>
+ <li><a
href="[preferred]/velocity/engine/1.7/velocity-1.7.tar.gz">velocity-1.7.tar.gz</a>
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7/velocity-1.7.tar.gz.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7/velocity-1.7.tar.gz.md5">MD5</a>]
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7/velocity-1.7.tar.gz.sha1">SHA1</a>]
</li>
</ul>
</subsection>
Modified: velocity/site/site/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/velocity/site/site/src/site/xdoc/index.xml?rev=1040403&r1=1040402&r2=1040403&view=diff
==============================================================================
--- velocity/site/site/src/site/xdoc/index.xml (original)
+++ velocity/site/site/src/site/xdoc/index.xml Tue Nov 30 04:45:42 2010
@@ -109,17 +109,17 @@
<tr>
<td>Velocity Engine</td>
<td>
- <a href="engine/releases/velocity-1.6.4/">1.6.4</a>
+ <a href="engine/releases/velocity-1.7/">1.7</a>
</td>
- <td><a href="engine/devel/">1.7-beta1</a></td>
+ <td><a href="engine/devel/">(currently none available)</a></td>
</tr>
<tr>
<td>Velocity Tools</td>
<td>
- <a href="tools/releases/1.4/">1.4</a>
+ <a href="tools/releases/2.0/">2.0</a>
</td>
- <td><a href="tools/devel/">2.0-beta3</a></td>
+ <td><a href="tools/devel/">(currently none available)</a></td>
</tr>
<tr>