aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
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 /TODO
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 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index ca3e5942..ef44b115 100644
--- a/TODO
+++ b/TODO
@@ -46,6 +46,14 @@ Small, command-line tool only enhancements to do soon
(libtool).
+Next ABI change
+===============
+
+Remove private methods that are there only for ABI compatibility
+including extra QPDFWriter writeTrailer, writeXRefTable,
+writeXRefStream.
+
+
5.2.0
=====