geirm       01/04/02 20:39:28

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  change note
  
  Revision  Changes    Path
  1.25      +7 -0      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- changes.xml       2001/04/02 03:31:34     1.24
  +++ changes.xml       2001/04/03 03:39:27     1.25
  @@ -20,6 +20,13 @@
   Changes to version 1.0
   </p>
   
  +<ul>
  +  <li> 
  +    Small fix to ASTGENode.java to catch NPE if LHS or RHS is null or not int or 
  +    Integer. (gmj)
  +   </li>
  +</ul>
  +
   </subsection>
   <subsection name="1.0b3">
   <p>
  
  
  
  1.25      +6 -0      jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- changes.html      2001/04/02 03:31:35     1.24
  +++ changes.html      2001/04/03 03:39:28     1.25
  @@ -122,6 +122,12 @@
                                       <p>
   Changes to version 1.0
   </p>
  +                                                <ul>
  +  <li> 
  +    Small fix to ASTGENode.java to catch NPE if LHS or RHS is null or not int or 
  +    Integer. (gmj)
  +   </li>
  +</ul>
                               </blockquote>
         </td></tr>
       </table>
  
  
  

Reply via email to