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/10/15 09:52:37 UTC

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

Author: reinhard
Date: Thu Oct 15 07:52:37 2009
New Revision: 825426

URL: http://svn.apache.org/viewvc?rev=825426&view=rev
Log:
. Solr consumer
. EncodingXMLSerializer, EncodingXHTMLSerializer, EncodingHTMLSerializer that use the cocoon-serializers-charsets library instead of JAXP

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=825426&r1=825425&r2=825426&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml Thu Oct 15 07:52:37 2009
@@ -157,6 +157,13 @@
         Vienna University of Technology and to their assistant professor Dr. Alexander Schatten.
       </action>
              
+      <action dev="reinhard" type="add">
+        [cocoon-optional] Add serializers (XML, XHTML, HTML) that use the Apache Cocoon Serializers Charset serializers
+        that don't rely on the JAXP API and circumvent some Xalan bugs.
+      </action>       
+      <action dev="thorsten" type="add" issue="COCOON3-43" due-to="Bertil Chapuis">
+        [cocoon-optional] Add a SolrConsumer that creates and adds SolrDocuments to a Solr instance.
+      </action>       
       <action dev="reinhard" type="add" issue="COCOON3-7" due-to="Simone Tripodi">
         [cocoon-optional] Add a formatting objects serializer using Apache FOP.
       </action>