aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-10-25 16:09:25 +0100
committerJay Berkenbilt <ejb@ql.org>2015-10-31 23:56:42 +0100
commitb8bdef0ad12883d72ced5eb443e6e34a93bbbb91 (patch)
tree473250ef5919bba535743c2381b86c64ebe810a8 /ChangeLog
parent607c39211224e0d3bc2ab7066f16ff4952851ee9 (diff)
downloadqpdf-b8bdef0ad12883d72ced5eb443e6e34a93bbbb91.tar.zst
Implement deterministic ID
For non-encrypted files, determinstic ID generation uses file contents instead of timestamp and file name. At a small runtime cost, this enables generation of the same /ID if the same inputs are converted in the same way multiple times.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e09c29b..f42a2f5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-10-29 Jay Berkenbilt <ejb@ql.org>
+
+ * Implement QPDFWriter::setDeterministicID and --deterministic-id
+ commandline-flag to qpdf to request generation of a deterministic
+ /ID for non-encrypted files.
+
2015-05-24 Jay Berkenbilt <ejb@ql.org>
* 5.1.3: release