geirm       2003/12/23 06:13:12

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  update to note the two changes for newlines in directives and
  + as a string concat operator
  
  Revision  Changes    Path
  1.102     +9 -1      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- changes.xml       31 Oct 2003 12:30:15 -0000      1.101
  +++ changes.xml       23 Dec 2003 14:13:12 -0000      1.102
  @@ -79,7 +79,15 @@
   Fix to bug #7697, suggested by Will.  Fixes problem with single line comment
   embedded in a multi-line comment. (gmj)
   </li>
  -</ul>
  +<li>
  +    Change for bug #24338 and partial for #17803, allowing newlines in
  +    directives. (gmj)
  +</li>
  +<li>
  +    Change to finish request #17803, allowing '+' as a string concat. We'll have
  +    to see how the community likes it. (gmj)
  +</li>
  +    </ul>
   
   </subsection>
   
  
  
  
  1.108     +11 -1     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- changes.html      8 Dec 2003 23:24:09 -0000       1.107
  +++ changes.html      23 Dec 2003 14:13:12 -0000      1.108
  @@ -45,6 +45,8 @@
                       <!-- LEFT SIDE NAVIGATION -->
                       <td width="20%" valign="top" nowrap="true">
                       
  +    <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
  +    <A HREF="http://apachecon.com/2003/US/index.html";><img border="0" 
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
       <!-- ============================================================ -->
   
                   <p><strong>About</strong></p>
  @@ -220,7 +222,15 @@
   Fix to bug #7697, suggested by Will.  Fixes problem with single line comment
   embedded in a multi-line comment. (gmj)
   </li>
  -</ul>
  +<li>
  +    Change for bug #24338 and partial for #17803, allowing newlines in
  +    directives. (gmj)
  +</li>
  +<li>
  +    Change to finish request #17803, allowing '+' as a string concat. We'll have
  +    to see how the community likes it. (gmj)
  +</li>
  +    </ul>
                               </blockquote>
         </td></tr>
         <tr><td><br/></td></tr>
  
  
  

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

Reply via email to