You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2006/10/14 19:23:49 UTC

svn commit: r463983 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: joerg
Date: Sat Oct 14 10:23:47 2006
New Revision: 463983

URL: http://svn.apache.org/viewvc?view=rev&rev=463983
Log:
fixed COCOON-1878: Replaced references to constant declarations in javax.xml.XMLConstants, which are not in the official API.

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/status.xml?view=diff&rev=463983&r1=463982&r2=463983
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sat Oct 14 10:23:47 2006
@@ -184,6 +184,10 @@
   <release version="@version@" date="@date@">
 -->
   <release version="2.1.10" date="TBD">
+    <action dev="JH" type="fix" fixes-bug="COCOON-1878">
+      Validation: Replaced references to constant declarations in
+      <code>javax.xml.XMLConstants</code>, which are not in the official API.
+    </action>
     <action dev="AG" type="fix" fixes-bug="COCOON-1692" due-to="Suzan Foster" due-to-email="suzan.foster@nerocmediaware.nl">
       Cforms: Tree widget not handling on-selection-change events correctly.
     </action>