geirm       01/11/02 05:11:02

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  update
  
  Revision  Changes    Path
  1.60      +19 -0     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- changes.xml       2001/10/22 04:11:01     1.59
  +++ changes.xml       2001/11/02 13:11:02     1.60
  @@ -53,6 +53,25 @@
        ([EMAIL PROTECTED]) anticipating review by the Texen
        aficianados in the Velocity community. (gmj)
      </li>
  +   <li>
  +     Fix problem where local-scope VMs were interfering with 
  +     VM library autoloading. (gmj)
  +   </li>
  +   <li>
  +     Added support for primitive arrays in #foreach() re bug #4370
  +     (gmj)
  +   </li>
  +   <li>
  +     Parser fixes for $foo.bar} and $foo.bar#if (gmj)
  +   </li>
  +   <li>
  +     Changed build targets to not include external dependencies in
  +     velocity jars by default. (gmj)
  +   </li>
  +   <li>
  +     Added support for an 'ApplicationContext' to allow the application
  +     set an Object accessable to custom loaders and loggers. (gmj)
  +   </li>
   </ul>
   
   </subsection>
  
  
  
  1.68      +19 -0     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- changes.html      2001/10/24 10:35:09     1.67
  +++ changes.html      2001/11/02 13:11:02     1.68
  @@ -174,6 +174,25 @@
        ([EMAIL PROTECTED]) anticipating review by the Texen
        aficianados in the Velocity community. (gmj)
      </li>
  +   <li>
  +     Fix problem where local-scope VMs were interfering with 
  +     VM library autoloading. (gmj)
  +   </li>
  +   <li>
  +     Added support for primitive arrays in #foreach() re bug #4370
  +     (gmj)
  +   </li>
  +   <li>
  +     Parser fixes for $foo.bar} and $foo.bar#if (gmj)
  +   </li>
  +   <li>
  +     Changed build targets to not include external dependencies in
  +     velocity jars by default. (gmj)
  +   </li>
  +   <li>
  +     Added support for an 'ApplicationContext' to allow the application
  +     set an Object accessable to custom loaders and loggers. (gmj)
  +   </li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to