aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-09-27 22:05:38 +0200
committerJay Berkenbilt <ejb@ql.org>2009-09-27 22:05:38 +0200
commit8d7bb3ff50943fa51ac1d968930bd23071376904 (patch)
tree8667d6782295c92b960d1c2a613640daa463eac8 /ChangeLog
parent40f4b1ef5237a51b38b74b04d53d6aa20819b5d7 (diff)
downloadqpdf-8d7bb3ff50943fa51ac1d968930bd23071376904.tar.zst
add methods for getting encryption data
git-svn-id: svn+q:///qpdf/trunk@733 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d5adb70..afe1f628 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-09-27 Jay Berkenbilt <ejb@ql.org>
+ * Add several methods to query permissions controlled by the
+ encryption dictionary. Note that qpdf does not enforce these
+ permissions even though it allows the user to query them.
+
* The function QPDF::getUserPassword returned the user password
with the required padding as specified by the PDF specification.
This is seldom useful to users. This function has been replaced