geirm       01/04/01 18:18:17

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  noted john mcNally's patch to Generator.java
  
  Revision  Changes    Path
  1.22      +5 -0      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- changes.xml       2001/03/31 20:19:47     1.21
  +++ changes.xml       2001/04/02 01:18:16     1.22
  @@ -69,6 +69,11 @@
          Removed some debugging gibberish from 
          InternalContextAdapterImpl.java (gmj)
        </li>
  +     <li>
  +       Committed John McNally's Texen patch to texen's Generator.java 
  +       to keep from accumulating introspection cache data in iterative 
  +       calls to parse() with template caching off. (gmj)
  +     </li>
   </ul>
   
   </subsection>
  
  
  
  1.22      +5 -0      jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- changes.html      2001/03/31 20:19:47     1.21
  +++ changes.html      2001/04/02 01:18:16     1.22
  @@ -172,6 +172,11 @@
          Removed some debugging gibberish from 
          InternalContextAdapterImpl.java (gmj)
        </li>
  +     <li>
  +       Committed John McNally's Texen patch to texen's Generator.java 
  +       to keep from accumulating introspection cache data in iterative 
  +       calls to parse() with template caching off. (gmj)
  +     </li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  

Reply via email to