summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-06-15 02:40:20 +0200
committerJay Berkenbilt <ejb@ql.org>2013-06-15 02:42:39 +0200
commiteae8370cd9c4e6ac748931a425721303561bd6ac (patch)
treeb6e83bb8bca29b286e9c50fb73f2cb96d7641499 /ChangeLog
parenta3576a73593987b26cd3eff346f8f7c11f713cbd (diff)
downloadqpdf-eae8370cd9c4e6ac748931a425721303561bd6ac.tar.zst
Add optional /Length key in crypt filter dictionary
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dafe0bc..13c964d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-06-14 Jay Berkenbilt <ejb@ql.org>
+ * Add /Length key to crypt filter dictionary for encrypted files.
+ This key is optional, but some version of MacOS reportedly fail to
+ open encrypted PDF files without this key.
+
* Bug fix: properly handle object stream generation when the
original file has some compressible objects with generation != 0.