geirm 01/03/22 17:18:41
Modified: xdocs changes.xml
docs changes.html
Log:
update
Revision Changes Path
1.6 +10 -4 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- changes.xml 2001/03/22 16:13:32 1.5
+++ changes.xml 2001/03/23 01:18:41 1.6
@@ -32,12 +32,18 @@
</li>
<li>
Fixed nullpointer problem in cache refresh in ResourceManager
- (reported by Ilkka Priha) (gmj)
+ (reported by Ilkka Priha) (gmj)
</li>
<li>
- VelocityServlet now respects the 'default.contentType' property again.
- That must have fallen out during the 'request process' rework in VelServlet.
- (reported by [EMAIL PROTECTED]) (gmj)
+ VelocityServlet now respects the 'default.contentType'
+ property again. That must have fallen out during the 'request
+ process' rework in VelServlet. (reported by [EMAIL PROTECTED]) (gmj)
+ </li>
+ <li>
+ Changed AnakiaTask and TexenTask to use the canonical
+ template file path rather than the literal string specified.
+ Motivated for ease of gump-tion. Also added
+ failonerror to the testcases.xml for the same reason. (gmj)
</li>
</ul>
</subsection>
1.6 +10 -4 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- changes.html 2001/03/22 16:13:32 1.5
+++ changes.html 2001/03/23 01:18:41 1.6
@@ -133,12 +133,18 @@
</li>
<li>
Fixed nullpointer problem in cache refresh in ResourceManager
- (reported by Ilkka Priha) (gmj)
+ (reported by Ilkka Priha) (gmj)
</li>
<li>
- VelocityServlet now respects the 'default.contentType' property again.
- That must have fallen out during the 'request process' rework in VelServlet.
- (reported by [EMAIL PROTECTED]) (gmj)
+ VelocityServlet now respects the 'default.contentType'
+ property again. That must have fallen out during the 'request
+ process' rework in VelServlet. (reported by [EMAIL PROTECTED]) (gmj)
+ </li>
+ <li>
+ Changed AnakiaTask and TexenTask to use the canonical
+ template file path rather than the literal string specified.
+ Motivated for ease of gump-tion. Also added
+ failonerror to the testcases.xml for the same reason. (gmj)
</li>
</ul>
</blockquote>