You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by hu...@apache.org on 2002/08/04 20:28:16 UTC

cvs commit: xml-cocoon2 changes.xml

huber       2002/08/04 11:28:16

  Modified:    .        changes.xml
  Log:
  Output extra locator info if included Throwable of ProcessingException is
  SAXParseException or TransformerException.
  FIX NPE in org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline,
  if content is malformed, and there exists an cached response the
  validity[] contains null entries.
  Fix CocoonCrawlerImpl, check if contentType is not null, and always close the BufferedReader at the end.
  Added cocoon-docs mailinglist to mail-archives.xml.
  
  Revision  Changes    Path
  1.229     +16 -1     xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.228
  retrieving revision 1.229
  diff -u -r1.228 -r1.229
  --- changes.xml	4 Aug 2002 05:08:44 -0000	1.228
  +++ changes.xml	4 Aug 2002 18:28:16 -0000	1.229
  @@ -39,6 +39,21 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="BH" type="add">
  +    Output extra locator info if included Throwable of ProcessingException is
  +    SAXParseException or TransformerException.
  +  </action>
  +  <action dev="BH" type="fix"> 
  +    FIX NPE in org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline, 
  +    if content is malformed, and there exists an cached response the 
  +    validity[] contains null entries.
  +  </action>
  +  <action dev="BH" type="fix" due-to="M. Kristian" due-to-email="m.kristian@gmx.net">
  +    Fix CocoonCrawlerImpl, check if contentType is not null, and always close the BufferedReader at the end.
  +  </action>
  +  <action dev="BH" type="update" fixes-bug="11447" due-to="Torsten Knodt" due-to-email="tk-cocoon@datas-world.de">
  +    Added cocoon-docs mailinglist to mail-archives.xml.
  +  </action>
     <action dev="VG" type="fix">
       &lt;xsp-util:include-expr/&gt; includes any object, converting it to string.
     </action>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org