From b8bdef0ad12883d72ced5eb443e6e34a93bbbb91 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 25 Oct 2015 11:09:25 -0400 Subject: 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. --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'TODO') 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 ===== -- cgit v1.2.3-54-g00ecf