You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by tc...@apache.org on 2003/05/02 10:13:26 UTC

cvs commit: cocoon-2.1 status.xml

tcurdt      2003/05/02 01:13:26

  Modified:    .        status.xml
  Log:
  added the my recent changes
  
  Revision  Changes    Path
  1.13      +9 -0      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- status.xml	2 May 2003 06:31:58 -0000	1.12
  +++ status.xml	2 May 2003 08:13:25 -0000	1.13
  @@ -199,6 +199,15 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +  <action dev="TC" type="fix" fixes-bug="15820" due-to="John R. Daily" due-to-email="john@geekhavoc.com">
  +    Fixed NPE if ESQL does not get a connection
  +  </action>
  +  <action dev="TC" type="fix" fixes-bug="14286" due-to="Geoff Howard" due-to-email="javageoff@yahoo.com">
  +    Fixed SQL injection vulnerability of DatabaseAuthenticatorAction
  +  </action>
  +  <action dev="TC" type="fix" fixes-bug="18547" due-to="Neil Bacon" due-to-email="nbacon@pinnaclesoftware.com.au">
  +    ESQL "Auto" support for sybase ASE. New database detection method.
  +  </action>
     <action dev="CZ" type="fix">
       Removing dependency from the Cocoon core to JTidy.
     </action>