aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-01-27 00:46:00 +0100
committerJay Berkenbilt <ejb@ql.org>2020-01-27 00:46:00 +0100
commit1b37e33df59326fe2f1a09d314ef0beab9ea2422 (patch)
treecebc658ec184b00bac90abf6b971064777ce0f4b /manual
parent0a60ebc4cfa99d6f063db4032c31a5749ec2e8e7 (diff)
downloadqpdf-1b37e33df59326fe2f1a09d314ef0beab9ea2422.tar.zst
Add bug fixes to release notes
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index c861f2a6..2b18f1a9 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4738,6 +4738,35 @@ print "\n";
</listitem>
</itemizedlist>
</listitem>
+ <listitem>
+ <para>
+ Bug Fixes
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ In QDF mode, be sure not to write more than one XRef stream
+ to a file, even when
+ <option>--preserve-unreferenced</option> is used.
+ <command>fix-qdf</command> assumes that there is only one
+ XRef stream, and that it appears at the end of the file.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ When externalizing inline images, properly handle images
+ whose color space is a reference to an object in the page's
+ resource dictionary.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Windows-specific fix for acquiring crypt context with a new
+ keyset.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
</itemizedlist>
</listitem>
</varlistentry>