From 9b76ec154dfe001f599c4ae495de7a419d639562 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 22 Oct 2019 16:44:27 -0400 Subject: Add ChangeLog and documentation for signature dict enhancements --- manual/qpdf-manual.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'manual') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index e64f790b..96f8941e 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -4363,6 +4363,45 @@ print "\n"; For a detailed list of changes, please see the file ChangeLog in the source distribution. + + + 9.1.0: XXX + + + + + Library Enhancements + + + + + Incorporate contribution from Masamichi Hosoda to + properly handle signature dictionaries by not including + them in object streams, formatting the + /Contents key has a hexadecimal + string, and excluding the /Contents + key from encryption and decryption. + + + + + Incorporate contribution from Masamichi Hosoda to provide + new API calls for getting file-level information about + input and output files, enabling certain operations on + the files at the file level rather than the object level. + New methods include + QPDF::getXRefTable(), + QPDFObjectHandle::getParsedOffset(), + QPDFWriter::getRenumberedObjGen(QPDFObjGen), + and QPDFWriter::getWrittenXRefTable(). + + + + + + + + 9.0.2: October 12, 2019 -- cgit v1.2.3-54-g00ecf