Add bug fixes to release notes

This commit is contained in:
Jay Berkenbilt 2020-01-26 18:46:00 -05:00
parent 0a60ebc4cf
commit 1b37e33df5
1 changed files with 29 additions and 0 deletions

View File

@ -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>