aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-10-22 22:44:27 +0200
committerJay Berkenbilt <ejb@ql.org>2019-10-22 22:44:27 +0200
commit9b76ec154dfe001f599c4ae495de7a419d639562 (patch)
tree09647e2c1f07b14f9a38c7e24aa7da2aee8a378e /manual
parent5a842792b69550cf441d4598feb1daff2fa8c83f (diff)
downloadqpdf-9b76ec154dfe001f599c4ae495de7a419d639562.tar.zst
Add ChangeLog and documentation for signature dict enhancements
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml39
1 files changed, 39 insertions, 0 deletions
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
@@ -4365,6 +4365,45 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>9.1.0: XXX</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Library Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Incorporate contribution from Masamichi Hosoda to
+ properly handle signature dictionaries by not including
+ them in object streams, formatting the
+ <literal>/Contents</literal> key has a hexadecimal
+ string, and excluding the <literal>/Contents</literal>
+ key from encryption and decryption.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ 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
+ <function>QPDF::getXRefTable()</function>,
+ <function>QPDFObjectHandle::getParsedOffset()</function>,
+ <function>QPDFWriter::getRenumberedObjGen(QPDFObjGen)</function>,
+ and <function>QPDFWriter::getWrittenXRefTable()</function>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <variablelist>
+ <varlistentry>
<term>9.0.2: October 12, 2019</term>
<listitem>
<itemizedlist>