crossley 2003/06/04 19:14:31
Modified: . changes.xml
Log:
Only "some" 2.1 documentation references were removed. More exists.
Revision Changes Path
1.19 +4 -3 cocoon-2.0/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/cocoon-2.0/changes.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- changes.xml 4 Jun 2003 20:55:36 -0000 1.18
+++ changes.xml 5 Jun 2003 02:14:31 -0000 1.19
@@ -46,13 +46,14 @@
<action dev="JH" type="update">
Updated the XML libs to latest releases: Xalan 2.5.1, Xerces 2.4.0, xml-apis.jar.
</action>
- <action dev="DC" type="fix" fixes-bug="14327">
+ <action dev="DC" type="fix" fixes-bug="14327" due-to-email="[EMAIL PROTECTED]">
Encoding-related change to the JSP engine: the response charset is now
retrieved from the Content-Type, and if not found ISO-8859-1 is used as
default (previously UTF-8 was the default).
</action>
<action dev="JH" type="fix" fixes-bug="15614" due-to-email="[EMAIL PROTECTED]">
- Removed 2.1 documentation stuff from 2.0 documentation.
+ Removed some 2.1 documentation stuff from 2.0 documentation, now that we
+ have separate documentation websites.
</action>
<action dev="JH" type="fix" fixes-bug="15302">
For non-existant files XSPUtil.relativeFilename() now throws
FileNotFoundException instead of NPE.