You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/03/06 06:13:54 UTC

cvs commit: cocoon-2.1 status.xml

joerg       2004/03/05 21:13:54

  Modified:    .        status.xml
  Log:
  bugs 25403 and 25483 fixed - enough for today ...
  
  Revision  Changes    Path
  1.260     +8 -1      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.259
  retrieving revision 1.260
  diff -u -r1.259 -r1.260
  --- status.xml	6 Mar 2004 02:05:27 -0000	1.259
  +++ status.xml	6 Mar 2004 05:13:54 -0000	1.260
  @@ -196,6 +196,13 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +   <action dev="JH" type="fix" fixes-bug="25483" due-to="Rui Alberto L. Gonçalves" due-to-email="rui-l-goncalves@ptinovacao.pt">
  +     Avoid accumulating of addresses and attachements in SendMailTransformer,
  +     when sending multiple mails, i.e. multiple sendmail elements at once.
  +   </action>
  +   <action dev="JH" type="fix" fixes-bug="25403" due-to="Marco Rolappe" due-to-email="m_rolappe@web.de">
  +     EncodeURLTransformer no longer creates a session.
  +   </action>
      <action dev="JH" type="add" fixes-bug="22400" due-to="Steve Krulewitz" due-to-email="skrul@yahoo.com">
        Added additional property &lt;column-case&gt; to the SQLTransformer with
        the possible values "preserve", "uppercase", and "lowercase".