summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-10-18 15:18:45 +0200
committerJay Berkenbilt <ejb@ql.org>2013-10-18 16:45:15 +0200
commita237e9244512951e47cca0251aed00d8094de469 (patch)
treeb432b39abd85cff023d7587a5880ed087ff56fc6 /ChangeLog
parentac9c1f0d560540fda821b2775a475c71b47cb3a0 (diff)
downloadqpdf-a237e9244512951e47cca0251aed00d8094de469.tar.zst
Warn when -accessibility=n will be ignored
Also accept -accessibility=n with 256 bit keys even though it will be ignored.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 951d9d03..460cdd89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-10-18 Jay Berkenbilt <ejb@ql.org>
+
+ * Warn when -accessibility=n is specified with a modern encryption
+ format (R > 3). Also, accept this flag (and ignore with warning)
+ with 256-bit encryption. qpdf has always ignored the
+ accessibility setting with R > 3, but it previously did so
+ silently.
+
2013-10-05 Jay Berkenbilt <ejb@ql.org>
* Replace operator[] in std::string and std::vector with "at" in