summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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