jon         01/03/24 14:11:37

  Modified:    xdocs    changes.xml
  Log:
  added powered by logo
  
  Revision  Changes    Path
  1.8       +85 -83    jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml       2001/03/24 04:35:56     1.7
  +++ changes.xml       2001/03/24 22:11:37     1.8
  @@ -1,83 +1,85 @@
  -<?xml version="1.0"?>
  -
  -<document>
  -
  - <properties>
  -  <title>Velocity Changes</title>
  -  <author email="[EMAIL PROTECTED]">Jon S. stevens</author>
  - </properties>
  -
  -<body>
  -
  -<section name="Velocity Changes">
  -
  -<p>
  -This document tracks the changes in Velocity between releases.
  -</p>
  -
  -<subsection name="1.0b2">
  -<ul>
  -    <li>
  -        Make the distribution have CRLF for all of the text files (JSS).
  -    </li>
  -    <li>
  -        Fixed release packaging to create things in the right directory
  -        structure (JSS).
  -    </li>
  -    <li>
  -         Re-added 'include' support for Configuration. (JVZ)
  -    </li>
  -    <li>
  -         Fixed VMProxy bug when reference arg was null. (#1074) (gmj)
  -    </li>
  -    <li>
  -         Fixed nullpointer problem in cache refresh in ResourceManager 
  -          (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)
  -    </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>
  -    <li>
  -       Added Sam's suggestion for normalizing \n[\r] when comparing 
  -       results to expected results in the testbed via BaseTestCase  (gmj)
  -    </li>
  -    <li>
  -       Qualified import statments in Generator.java.  Added tests for 
  -       automatic boolean mapping in TexenTestCase.java. Added default 
  -       boolean mapping to texen for properties used with  the 
  -       contextProperties option.  Allow variants on boolean values in
  -       Configuration.java, and changes to relevant templates in testbed.
  -       Added default objects to context in TexenTask.java. (JVZ)
  -     </li>
  -     <li>
  -        Documentation changes to Configuration.java (DLR)
  -     </li>
  -     <li>
  -       Augmented the MethodInvocationException message in ASTMethod to 
  -       make the stacktraces more useful - noted from some traffic on 
  -       Turbine list.   (gmj)
  -     </li>
  -
  -</ul>
  -</subsection>
  -
  -<subsection name="1.0b1">
  -<ul>
  -    <li>
  -        Initial release.
  -    </li>
  -</ul>
  -</subsection>
  -
  -</section>
  -
  -</body>
  -</document>
  +<?xml version="1.0"?>
  +
  +<document>
  +
  + <properties>
  +  <title>Velocity Changes</title>
  +  <author email="[EMAIL PROTECTED]">Jon S. stevens</author>
  + </properties>
  +
  +<body>
  +
  +<section name="Velocity Changes">
  +
  +<p>
  +This document tracks the changes in Velocity between releases.
  +</p>
  +
  +<subsection name="1.0b2">
  +<ul>
  +    <li>
  +        Make the distribution have CRLF for all of the text files (JSS).
  +    </li>
  +    <li>
  +        Fixed release packaging to create things in the right directory
  +        structure (JSS).
  +    </li>
  +    <li>
  +         Re-added 'include' support for Configuration. (JVZ)
  +    </li>
  +    <li>
  +         Fixed VMProxy bug when reference arg was null. (#1074) (gmj)
  +    </li>
  +    <li>
  +         Fixed nullpointer problem in cache refresh in ResourceManager 
  +          (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)
  +    </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>
  +    <li>
  +       Added Sam's suggestion for normalizing \n[\r] when comparing 
  +       results to expected results in the testbed via BaseTestCase  (gmj)
  +    </li>
  +    <li>
  +       Qualified import statments in Generator.java.  Added tests for 
  +       automatic boolean mapping in TexenTestCase.java. Added default 
  +       boolean mapping to texen for properties used with  the 
  +       contextProperties option.  Allow variants on boolean values in
  +       Configuration.java, and changes to relevant templates in testbed.
  +       Added default objects to context in TexenTask.java. (JVZ)
  +     </li>
  +     <li>
  +        Documentation changes to Configuration.java (DLR)
  +     </li>
  +     <li>
  +       Augmented the MethodInvocationException message in ASTMethod to 
  +       make the stacktraces more useful - noted from some traffic on 
  +       Turbine list.   (gmj)
  +     </li>
  +     <li>
  +         Added powered by logo. (JSS)
  +     </li>
  +</ul>
  +</subsection>
  +
  +<subsection name="1.0b1">
  +<ul>
  +    <li>
  +        Initial release.
  +    </li>
  +</ul>
  +</subsection>
  +
  +</section>
  +
  +</body>
  +</document>
  
  
  

Reply via email to