You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/04/06 06:02:16 UTC

cvs commit: cocoon-2.1 changes.xml

crossley    2003/04/05 20:02:16

  Modified:    .        changes.xml
  Log:
  Synchronise with status.xml
  
  Revision  Changes    Path
  1.14      +9 -8      cocoon-2.1/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml	1 Apr 2003 21:25:08 -0000	1.13
  +++ changes.xml	6 Apr 2003 04:02:16 -0000	1.14
  @@ -43,15 +43,16 @@
   
    <release version="@version@" date="@date@">
     <action dev="SW" type="add">
  -    'handle-errors' sections in the sitemap not more have an implicit generator :
  -    any generator can be used whearas it was before fixed and produced an XML representation
  -    of the error.
  +    'handle-errors' sections in the sitemap now do not have an implicit
  +    generator: any generator can now be used, whereas previously it was
  +    implied and produced an XML representation of the error).
       <br/>
  -    To ensure backwards compatibility, 'handle-errors' sections having a 'type' attribute
  -    keep the implicit-generator behaviour, but are now to be considered as deprecated.
  +    To ensure backwards compatibility, 'handle-errors' sections can have a
  +    'type' attribute to continue the implicit-generator behaviour, but are
  +    now to be considered as deprecated.
       <br/>
  -    A new ExceptionSelector is also available to drive the error-handling pipeline constuction
  -    depending on the error type.
  +    A new ExceptionSelector is also available to drive the error-handling
  +    pipeline constuction depending on the error type.
     </action>
     <action dev="TC" type="update">
       EsqlConnection no longer implements java.sql.Connection.