Commit 2d0cc34f982a34697b31f4f9a0252cdad7ced6fd

Authored by Jay Berkenbilt
1 parent f77acbdb

Update documentation for 5.1.3

Showing 1 changed file with 43 additions and 2 deletions
manual/qpdf-manual.xml
... ... @@ -5,8 +5,8 @@
5 5 <!ENTITY mdash "&#x2014;">
6 6 <!ENTITY ndash "&#x2013;">
7 7 <!ENTITY nbsp "&#xA0;">
8   -<!ENTITY swversion "5.1.2">
9   -<!ENTITY lastreleased "June 7, 2014">
  8 +<!ENTITY swversion "5.1.3">
  9 +<!ENTITY lastreleased "May 24, 2015">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -2666,6 +2666,47 @@ print &quot;\n&quot;;
2666 2666 </para>
2667 2667 <variablelist>
2668 2668 <varlistentry>
  2669 + <term>5.1.3: May 24, 2015</term>
  2670 + <listitem>
  2671 + <itemizedlist>
  2672 + <listitem>
  2673 + <para>
  2674 + Bug fix: fix-qdf was not properly handling files that
  2675 + contained object streams with more than 255 objects in them.
  2676 + </para>
  2677 + </listitem>
  2678 + <listitem>
  2679 + <para>
  2680 + Bug fix: qpdf was not properly initializing Microsoft's secure
  2681 + crypto provider on fresh Windows installations that had not
  2682 + had any keys created yet.
  2683 + </para>
  2684 + </listitem>
  2685 + <listitem>
  2686 + <para>
  2687 + Fix a few errors found by Gynvael Coldwind and
  2688 + Mateusz Jurczyk of the Google Security Team. Please see the
  2689 + ChangeLog for details.
  2690 + </para>
  2691 + </listitem>
  2692 + <listitem>
  2693 + <para>
  2694 + Properly handle pages that have no contents at all. There were
  2695 + many cases in which qpdf handled this fine, but a few methods
  2696 + blindly obtained page contents with handling the possibility
  2697 + that there were no contents.
  2698 + </para>
  2699 + </listitem>
  2700 + <listitem>
  2701 + <para>
  2702 + Make qpdf more robust for a few more kinds of problems that
  2703 + may occur in invalid PDF files.
  2704 + </para>
  2705 + </listitem>
  2706 + </itemizedlist>
  2707 + </listitem>
  2708 + </varlistentry>
  2709 + <varlistentry>
2669 2710 <term>5.1.2: June 7, 2014</term>
2670 2711 <listitem>
2671 2712 <itemizedlist>
... ...