diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-03-13 16:50:42 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-03-13 16:50:42 +0000 |
commit | 72ecd1e0a8a3ff95fa961885375d6257c6f786a9 (patch) | |
tree | 6867655c7918c841b833d3dd49fc841e5d7582f9 /status.xml | |
parent | 8ba18ee237d243a972cbff2e8f77aff1a7d3a3ba (diff) | |
download | xmlgraphics-fop-72ecd1e0a8a3ff95fa961885375d6257c6f786a9.tar.gz xmlgraphics-fop-72ecd1e0a8a3ff95fa961885375d6257c6f786a9.zip |
Update for PDF encryption support
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/status.xml b/status.xml index d9d03b0af..28ef4730b 100644 --- a/status.xml +++ b/status.xml @@ -114,7 +114,15 @@ inactive?? </todo> <changes> - <release version="?" date="2003"> + <release version="2003" date="2003"> + <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. + </action> + <action context="code" dev="JM" type="add" + due-to="Patrick C. Lankswert" due-to-email="PLankswert@InsightBB.COM"> + Added PDF encryption support (40bit RC4, PDF 1.3 level). + </action> <action context="code" dev="JM" type="update"> Moved all sources from src/org/** to src/java/org/**. </action> @@ -146,7 +154,7 @@ inactive?? org.apache.fop.fonts.truetype. </action> </release> - <release version="?" date="2002"> + <release version="2002" date="2002"> <action context="code" dev="JM" type="update"> Moved all Adobe Type 1 font related classes to org.apache.fop.fonts.type1. Added a PFB parser for proper decoding of |