geirm       2003/10/27 04:42:58

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  update
  
  Revision  Changes    Path
  1.100     +9 -0      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- changes.xml       26 Oct 2003 13:15:15 -0000      1.99
  +++ changes.xml       27 Oct 2003 12:42:58 -0000      1.100
  @@ -65,6 +65,15 @@
    Parameterized cache and mod time control in TexenTask based on patch from
    Henning. (gmj)
   </li>
  +<li>
  +    Fix to DatasourceResourceLoader - stop using the old Runtime singleton as
  +    would leak a little memory for each instance of VelocityEngine created.
  +    Bug #17820, hunted down by Will Glas-Husain. (gmj)
  +</li>
  +<li>
  +SimplePool now removes elements from pool on a get(). Fix for #19042 suggested
  + by Will. (gmj)
  +</li>
   </ul>
   
   </subsection>
  
  
  
  1.106     +9 -0      jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- changes.html      26 Oct 2003 13:15:15 -0000      1.105
  +++ changes.html      27 Oct 2003 12:42:58 -0000      1.106
  @@ -205,6 +205,15 @@
    Parameterized cache and mod time control in TexenTask based on patch from
    Henning. (gmj)
   </li>
  +<li>
  +    Fix to DatasourceResourceLoader - stop using the old Runtime singleton as
  +    would leak a little memory for each instance of VelocityEngine created.
  +    Bug #17820, hunted down by Will Glas-Husain. (gmj)
  +</li>
  +<li>
  +SimplePool now removes elements from pool on a get(). Fix for #19042 suggested
  + by Will. (gmj)
  +</li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  

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

Reply via email to