geirm       01/05/10 21:26:23

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  update
  
  Revision  Changes    Path
  1.37      +16 -1     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- changes.xml       2001/05/01 13:15:24     1.36
  +++ changes.xml       2001/05/11 04:26:17     1.37
  @@ -70,7 +70,22 @@
     <li>
       Fix for the much acclaimed and dreaded #$foo, $$foo #$#$foofoo, etc bug.  (gmj)
     </li>
  -
  +  <li>
  +    Added some autoconfigure support for the servlet example to hele
  +    users new to Servlets, and added a little README to help then find
  +    Tomcat and setup a webapp. (gmj)
  +  </li>
  +  <li>
  +    Removed the .close() and .flush() of the output stream in VelocityServlet
  +    and symmetrized VelocityWriter recycle.  (gmj)
  +  </li>
  +  <li>
  +     Converted from using the Velocity Configuration class (now deprecated) to
  +     the Jakarta Commons collections component's ExtendedProperties class.
  +     (Which came from Velocity and was renamed.)  Should result in no changes 
  +     other than deprecation of Configuration and one deprecated method in
  +     o.a.v.app.Velocity. (gmj)
  +  </li>
   </ul>
   </subsection>
   
  
  
  
  1.36      +16 -1     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- changes.html      2001/05/01 13:15:24     1.35
  +++ changes.html      2001/05/11 04:26:21     1.36
  @@ -172,7 +172,22 @@
     <li>
       Fix for the much acclaimed and dreaded #$foo, $$foo #$#$foofoo, etc bug.  (gmj)
     </li>
  -
  +  <li>
  +    Added some autoconfigure support for the servlet example to hele
  +    users new to Servlets, and added a little README to help then find
  +    Tomcat and setup a webapp. (gmj)
  +  </li>
  +  <li>
  +    Removed the .close() and .flush() of the output stream in VelocityServlet
  +    and symmetrized VelocityWriter recycle.  (gmj)
  +  </li>
  +  <li>
  +     Converted from using the Velocity Configuration class (now deprecated) to
  +     the Jakarta Commons collections component's ExtendedProperties class.
  +     (Which came from Velocity and was renamed.)  Should result in no changes 
  +     other than deprecation of Configuration and one deprecated method in
  +     o.a.v.app.Velocity. (gmj)
  +  </li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  

Reply via email to