diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-03-28 08:27:17 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-03-28 08:27:17 +0000 |
commit | 8531e74a9ce2518b0aa712a31e3ab603b3ed9a24 (patch) | |
tree | 0afa82183c89010bdae0a8ef2fdb368fe539dd34 /status.xml | |
parent | c6a205e34e49979bf889b6af3158d938d381b101 (diff) | |
download | xmlgraphics-fop-8531e74a9ce2518b0aa712a31e3ab603b3ed9a24.tar.gz xmlgraphics-fop-8531e74a9ce2518b0aa712a31e3ab603b3ed9a24.zip |
Update changes on PDF lib refactoring and work on transcoders.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196189 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 28ef4730b..d0ea86690 100644 --- a/status.xml +++ b/status.xml @@ -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. |