You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2009/02/03 08:18:37 UTC

svn commit: r740239 - /cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml

Author: reinhard
Date: Tue Feb  3 07:18:37 2009
New Revision: 740239

URL: http://svn.apache.org/viewvc?rev=740239&view=rev
Log:
add change log:
COCOON3-23 StackOverflowError on CachingPipeline.setup(OutputStream)

Modified:
    cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml

Modified: cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml?rev=740239&r1=740238&r2=740239&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml Tue Feb  3 07:18:37 2009
@@ -27,6 +27,9 @@
 
   <body>
     <release version="3.0.0-alpha-2" date="2009-00-00" description="unreleased">
+      <action dev="stevendolg" type="fix" issue="COCOON3-23">
+        [cocoon-pipeline] StackOverflowError on CachingPipeline.setup(OutputStream).
+      </action>
       <action dev="reinhard" type="add">
         [cocoon-rest] The ControllerContextHelper provides a static method to directly store a context
         object in the request.
@@ -64,7 +67,7 @@
         [cocoon-rest] The @Inject annotation supports org.apache.cocoon.configuration.Settings and 
         javax.servlet.ServletContext injections.
       </action>
-      <action dev="steven" type="add">
+      <action dev="stevendolg" type="add">
         [cocoon-pipeline] Support expires caching: CachingPipeline and AsyncCachingPipeline can be configured to
         be valid for a particular period. This 'expires caching' doesn't check if any of the pipeline components
         would produce a valid result or not and it isn't even necessary that the pipeline components are cacheable
@@ -85,10 +88,10 @@
       <action dev="reinhard" type="add">
         [cocoon-sitemap] Add a HTML serializer.
       </action>
-      <action dev="steven" type="add" issue="COCOON3-5" due-to="Simone Tripodi">
+      <action dev="stevendolg" type="add" issue="COCOON3-5" due-to="Simone Tripodi">
         [cocoon-optional] Add an HTML to XHTML converter based on NekoHtml.
       </action>
-      <action dev="steven" type="add">[cocoon-pipeline] Introduce an exception hierarchy for pipeline components 
+      <action dev="stevendolg" type="add">[cocoon-pipeline] Introduce an exception hierarchy for pipeline components 
         (ProcessingException and SetupException extend both PipelineException).
       </action>
       <action dev="reinhard" type="add" issue="COCOON3-2" due-to="Simone Tripodi">