You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@locus.apache.org on 2000/12/01 18:59:33 UTC

cvs commit: xml-cocoon changes.xml todo.xml

greenrd     00/12/01 09:59:33

  Modified:    .        changes.xml todo.xml
  Log:
  dirty hack to make Xalan 1.x work with FOP 0.14 and higher - you now need FOP 0.14 or higher to build cocoon but not to run it
  
  Revision  Changes    Path
  1.157     +13 -0     xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.156
  retrieving revision 1.157
  diff -u -r1.156 -r1.157
  --- changes.xml	2000/11/22 10:41:11	1.156
  +++ changes.xml	2000/12/01 17:59:27	1.157
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes   
  -  $Id: changes.xml,v 1.156 2000/11/22 10:41:11 greenrd Exp $ 
  +  $Id: changes.xml,v 1.157 2000/12/01 17:59:27 greenrd Exp $ 
   -->
   
   <changes title="History of Changes">
  @@ -18,6 +18,19 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="RDG" type="fix">
  +   Added inefficient workaround for using Xalan 1.x with FOP &gt; 0.13.
  +   See src/org/apache/cocoon/formatter/FO2PDFFormatter.java.
  +   YOU NOW NEED FOP 0.14 OR GREATER TO BUILD COCOON, but earlier versions
  +   will still work as before at runtime.
  +  </action>
  +  <action dev="RDG" type="fix" due-to="Tagunov Anthony" 
  +    due-to-email="atagunov@nnt.ru">
  +    XSLTProcessor now invalidates its monitor whenever reapplying a stylesheet,
  +    in case the URI of the stylesheet being applied has changed since last time.
  +    Also, a second monitor is now used for cached stylesheets, for the same reason.
  +    This could be made more efficient.
  +  </action>
     <action dev="RDG" type="fix">
      Added HTTP Vary header to responses where a selection is made
      by Cocoon on the basis of a User-Agent header, in order to give
  
  
  
  1.50      +0 -3      xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- todo.xml	2000/11/21 21:57:01	1.49
  +++ todo.xml	2000/12/01 17:59:28	1.50
  @@ -3,7 +3,7 @@
   <!DOCTYPE todo SYSTEM "./xdocs/dtd/todo-v10.dtd">
   
   <!--
  -  $Id: todo.xml,v 1.49 2000/11/21 21:57:01 greenrd Exp $
  +  $Id: todo.xml,v 1.50 2000/12/01 17:59:28 greenrd Exp $
   -->
   
   <todo title="Things To Do for Cocoon 1.x">
  @@ -16,9 +16,6 @@
    </devs>
   
    <actions priority="high">
  -  <action context="code">
  -   Fix FOP >0.13 compatibility problem, if feasible.
  -  </action>
     <action context="code">
      Track down cause of OutOfMemoryError.
     </action>