You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/04/27 10:39:27 UTC

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

Author: simonetripodi
Date: Wed Apr 27 08:39:27 2011
New Revision: 1097036

URL: http://svn.apache.org/viewvc?rev=1097036&view=rev
Log:
added missing latest closed issues for alpha-3

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=1097036&r1=1097035&r2=1097036&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml Wed Apr 27 08:39:27 2011
@@ -27,9 +27,29 @@
 
   <body>
     <release version="3.0.0-alpha-3" date="2011-00-00" description="unreleased">
+      <action dev="simonetripodi" type="fix" issue="COCOON3-58">
+        [cocoon-sax] The org.apache.cocoon.optional.pipeline.components.sax.jaxb.JAXBGenerator is incomplete.
+      </action>
+
+      <action dev="ilgrosso" type="fix" issue="COCOON3-57">
+        [cocoon-sax] Add the LogAsXMLTransformer, prints out the complete XML document; useful for debugging.
+      </action>
+
+      <action dev="ilgrosso" type="fix" issue="COCOON3-56">
+        [cocoon-sax][cocoon-sitemap] The LinkRewriter Transformer needs to be integrated in the sitemap.
+      </action>
+
+      <action dev="ilgrosso" type="fix" issue="COCOON3-55">
+        [cocoon-sax][cocoon-sitemap] The XInclude Transformer needs to be integrated in the sitemap.
+      </action>
+
       <action dev="simonetripodi" type="fix" issue="COCOON3-54">
         [cocoon-sax] Added the LinkRewriterTransformer component.
-	  </action>
+      </action>
+
+      <action dev="reinhard" type="fix" issue="COCOON3-53">
+        [cocoon-pipeline] XMLSerializer caches all.
+      </action>
 
       <action dev="simonetripodi" type="fix" issue="COCOON3-52">
         [cocoon-sax] XMLSerializer setup method resets output method to xml.
@@ -41,7 +61,19 @@
 
       <action dev="simonetripodi" type="fix" issue="COCOON3-50">
         [cocoon-sax] SAXException related to endPrefixMapping in XIncludeTransformer.
-	  </action>
+      </action>
+
+      <action dev="ilgrosso" type="fix" issue="COCOON3-44">
+        [cocoon-stringtemplate] Upgrade to latest version of StringTemplate.
+      </action>
+
+      <action dev="simonetripodi" type="update">
+        [cocoon-sax] Added the SAX Pipeline DSL
+      </action>
+
+      <action dev="simonetripodi" type="update">
+        [cocoon-pipeline] Added the Pipeline DSL
+      </action>
 
       <action dev="simonetripodi" type="update">
         [cocoon-sax] XSLTTransformer and SchemaProcessorTransformer created resources have been cached.