]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update changes on PDF lib refactoring and work on transcoders.
authorJeremias Maerki <jeremias@apache.org>
Fri, 28 Mar 2003 08:27:17 +0000 (08:27 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 28 Mar 2003 08:27:17 +0000 (08:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196189 13f79535-47bb-0310-9956-ffa450edef68

status.xml

index 28ef4730b3e37fec966265b85c819cedaca03385..d0ea86690cd5535568843be945bb8d3cffa7111a 100644 (file)
@@ -115,6 +115,20 @@ inactive??
 
   <changes>
    <release version="2003" date="2003">
+       <action context="code" dev="JM" type="update">
+               PDF and PS transcoders now have a common base class. It also
+               optionally supports Avalon Logging and Configuration. Support for
+               plugging in an EntityResolver into Batik is now included.
+       </action>
+       <action context="code" dev="JM" type="update">
+               Implemented on-the-fly stream output (less buffering leads to
+               decreased memory usage and increased speed).
+       </action>
+       <action context="code" dev="JM" type="update">
+               General refactoring of the PDF library to centralize certain
+               behaviour and reduce redundancy. Some memory allocation
+               optimizations.
+       </action>
     <action context="code" dev="JM" type="update">
       Enhanced PDF encryption support so it is optional depending on the 
       availability of JCE and/or cryptographic algorithms.