joerg       2004/05/08 07:10:48

  Modified:    .        status.xml
  Log:
  using XSLTExtension:excape() instead of translate() for creating correct 
javacode for tabs, linefeeds and carriage returns
  
  Revision  Changes    Path
  1.319     +5 -1      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.318
  retrieving revision 1.319
  diff -u -r1.318 -r1.319
  --- status.xml        8 May 2004 12:39:20 -0000       1.318
  +++ status.xml        8 May 2004 14:10:48 -0000       1.319
  @@ -207,6 +207,10 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +   <action dev="JH" type="fix" fixes-bug="27871" due-to="Michal Durdina" 
due-to-email="[EMAIL PROTECTED]">
  +     Fixed missing escapes of line feeds, carriage returns and tabs, that 
resulted
  +     in invalid Java code.
  +   </action>
      <action dev="AG" type="update">
        Updated Joost to 20040330
      </action>
  
  
  

Reply via email to