Commit 1b37e33df59326fe2f1a09d314ef0beab9ea2422

Authored by Jay Berkenbilt
1 parent 0a60ebc4

Add bug fixes to release notes

Showing 1 changed file with 29 additions and 0 deletions
manual/qpdf-manual.xml
@@ -4738,6 +4738,35 @@ print "\n"; @@ -4738,6 +4738,35 @@ print "\n";
4738 </listitem> 4738 </listitem>
4739 </itemizedlist> 4739 </itemizedlist>
4740 </listitem> 4740 </listitem>
  4741 + <listitem>
  4742 + <para>
  4743 + Bug Fixes
  4744 + </para>
  4745 + <itemizedlist>
  4746 + <listitem>
  4747 + <para>
  4748 + In QDF mode, be sure not to write more than one XRef stream
  4749 + to a file, even when
  4750 + <option>--preserve-unreferenced</option> is used.
  4751 + <command>fix-qdf</command> assumes that there is only one
  4752 + XRef stream, and that it appears at the end of the file.
  4753 + </para>
  4754 + </listitem>
  4755 + <listitem>
  4756 + <para>
  4757 + When externalizing inline images, properly handle images
  4758 + whose color space is a reference to an object in the page's
  4759 + resource dictionary.
  4760 + </para>
  4761 + </listitem>
  4762 + <listitem>
  4763 + <para>
  4764 + Windows-specific fix for acquiring crypt context with a new
  4765 + keyset.
  4766 + </para>
  4767 + </listitem>
  4768 + </itemizedlist>
  4769 + </listitem>
4741 </itemizedlist> 4770 </itemizedlist>
4742 </listitem> 4771 </listitem>
4743 </varlistentry> 4772 </varlistentry>