summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-05-24 23:23:42 +0200
committerJay Berkenbilt <ejb@ql.org>2015-05-24 23:26:49 +0200
commit2d0cc34f982a34697b31f4f9a0252cdad7ced6fd (patch)
treeb41fac28b59a47292794a98e8d43e838890e8dc3
parentf77acbdbba49ced4e885eec0e3f091ae4ece6fa2 (diff)
downloadqpdf-2d0cc34f982a34697b31f4f9a0252cdad7ced6fd.tar.zst
Update documentation for 5.1.3
-rw-r--r--manual/qpdf-manual.xml45
1 files changed, 43 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 27dec9ff..3174e68a 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "5.1.2">
-<!ENTITY lastreleased "June 7, 2014">
+<!ENTITY swversion "5.1.3">
+<!ENTITY lastreleased "May 24, 2015">
]>
<book>
<bookinfo>
@@ -2666,6 +2666,47 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>5.1.3: May 24, 2015</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Bug fix: fix-qdf was not properly handling files that
+ contained object streams with more than 255 objects in them.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Bug fix: qpdf was not properly initializing Microsoft's secure
+ crypto provider on fresh Windows installations that had not
+ had any keys created yet.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Fix a few errors found by Gynvael Coldwind and
+ Mateusz Jurczyk of the Google Security Team. Please see the
+ ChangeLog for details.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Properly handle pages that have no contents at all. There were
+ many cases in which qpdf handled this fine, but a few methods
+ blindly obtained page contents with handling the possibility
+ that there were no contents.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Make qpdf more robust for a few more kinds of problems that
+ may occur in invalid PDF files.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>5.1.2: June 7, 2014</term>
<listitem>
<itemizedlist>