aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-19 02:17:11 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-19 02:17:11 +0200
commit09175e457852c585a68a86d43280f7e0790a4a3b (patch)
tree64269f6bb06d53975f4b8fe51a3900f868748629 /ChangeLog
parent94131116a90a076c49e799aa5e4c63ce0ecb0391 (diff)
downloadqpdf-09175e457852c585a68a86d43280f7e0790a4a3b.tar.zst
more testing, bug fix for linearized aes encrypted files
git-svn-id: svn+q:///qpdf/trunk@824 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe79bdfe..13badadb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-10-18 Jay Berkenbilt <ejb@ql.org>
+ * If forcing version, disable object stream creation and/or
+ encryption if previous specifications are incompatible with new
+ version. It is still possible that PDF content, compression
+ schemes, etc., may be incompatible with the new version, but at
+ least this way, older viewers will at least have a chance.
+
* libqpdf/QPDFWriter.cc (unparseObject): avoid compressing
Metadata streams if possible.