You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2002/03/26 16:15:22 UTC

cvs commit: jakarta-velocity/docs changes.html

geirm       02/03/26 07:15:22

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  update
  
  Revision  Changes    Path
  1.77      +14 -0     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- changes.xml	23 Mar 2002 14:27:50 -0000	1.76
  +++ changes.xml	26 Mar 2002 15:15:21 -0000	1.77
  @@ -34,6 +34,20 @@
   <li>
   Fix for bug where #set($foo = !true) not working. (#7387) (gmj)
   </li>
  +<li>
  +Fix for bug where $##(nl) foo ate the $ (#7381) (gmj)
  +</li>
  +<li>
  +Disallow any WORD tokens for directives except 1st arg to #macro() or thi 'in'
  +in foreach. (#7383,#7384) (gmj)
  +</li>
  +<li>
  +Remove '=' as a valid token for anything but #set() as nothing else can do
  +assignment.  (#7385) (gmj)
  +</li>
  +<li>
  +Fix problem where VM in stringlit as arg to VM NPE'd.  Whoops.  (gmj)
  +</li>
   </ul>
   
   
  
  
  
  1.85      +14 -0     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- changes.html	23 Mar 2002 14:27:50 -0000	1.84
  +++ changes.html	26 Mar 2002 15:15:21 -0000	1.85
  @@ -163,6 +163,20 @@
   <li>
   Fix for bug where #set($foo = !true) not working. (#7387) (gmj)
   </li>
  +<li>
  +Fix for bug where $##(nl) foo ate the $ (#7381) (gmj)
  +</li>
  +<li>
  +Disallow any WORD tokens for directives except 1st arg to #macro() or thi 'in'
  +in foreach. (#7383,#7384) (gmj)
  +</li>
  +<li>
  +Remove '=' as a valid token for anything but #set() as nothing else can do
  +assignment.  (#7385) (gmj)
  +</li>
  +<li>
  +Fix problem where VM in stringlit as arg to VM NPE'd.  Whoops.  (gmj)
  +</li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>