greenrd 00/11/07 10:31:49
Modified: . changes.xml
Log:
better error reporting
Revision Changes Path
1.141 +7 -0 xml-cocoon/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/changes.xml,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- changes.xml 2000/11/07 00:31:48 1.140
+++ changes.xml 2000/11/07 18:31:44 1.141
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.140 2000/11/07 00:31:48 greenrd Exp $
+ $Id: changes.xml,v 1.141 2000/11/07 18:31:44 greenrd Exp $
-->
<changes title="History of Changes">
@@ -18,6 +18,13 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="RDG" type="fix">
+ Line numbers are now reported in XML parsing errors. On some JDKs it may
+ be necessary to put the sax-bugfix.jar before xerces.jar on the CLASSPATH.
+ </action>
+ <action dev="RDG" type="add">
+ Added list of sites providing cocoon webhosting to docs.
+ </action>
<action dev="RDG" type="update">
IMPORTANT: Made esql default to inner-method="false" since the
inner-method facility is not always needed and causes confusion.