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/04 02:19:42 UTC

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

Author: reinhard
Date: Wed Feb  4 01:19:41 2009
New Revision: 740560

URL: http://svn.apache.org/viewvc?rev=740560&view=rev
Log:
note the creation of a separate SAX module

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=740560&r1=740559&r2=740560&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml Wed Feb  4 01:19:41 2009
@@ -63,8 +63,13 @@
         as part of their studies at the Vienna University of Technology and to their assistant professor
         Dr. Alexander Schatten.
       </action>
-
       
+      <action dev="stevendolg" type="fix" >
+        [cocoon-sax] Create a separate SAX module that contains all SAX specific classes.
+      </action>
+      <action dev="reinhard" type="fix" >
+        [cocoon-sax] Use SAX* for all SAX specific class names.
+      </action>
       <action dev="reinhard" type="fix" issue="COCOON3-25">
         [cocoon-sax] Remove AbstractXMLPipe because it does the same as the XMLConsumerAdapter.
       </action>