aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-01-11 09:04:28 +0000
committerJeremias Maerki <jeremias@apache.org>2008-01-11 09:04:28 +0000
commitdb4f3b282c3c02db5e4a712a40eff4c897a85b13 (patch)
tree98247372570bd10018e81ad1f346be4b9b17cbed /status.xml
parent25d54cbe272b847655d66cff12b2af171233a723 (diff)
downloadxmlgraphics-fop-db4f3b282c3c02db5e4a712a40eff4c897a85b13.tar.gz
xmlgraphics-fop-db4f3b282c3c02db5e4a712a40eff4c897a85b13.zip
Bugfix: Some string objects were not encrypted (for example in named destinations)
I had to refactor the PDF library a little bit but since it only affects the inner API it shouldn't be a problem that I removed some methods which caused trouble because a didn't think about encryption when I worked on the PDF library last year. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@611114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 829a76a66..e66635844 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,9 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix">
+ Fixed generation of named destinations so it works when the PDF document is encrypted.
+ </action>
<action context="Code" dev="JM" type="add">
PostScript output now generates the bounding box DSC comments for the whole document.
</action>