aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/qpdf-manual.xml')
-rw-r--r--manual/qpdf-manual.xml29
1 files changed, 27 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 7bd787e3..65e6ded3 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.3">
-<!ENTITY lastreleased "May 24, 2015">
+<!ENTITY swversion "5.2.0">
+<!ENTITY lastreleased "October 31, 2015">
]>
<book>
<bookinfo>
@@ -2685,6 +2685,31 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>5.2.0: October 31, 2015</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Implement <option>--deterministic-id</option> command-line
+ option and <function>QPDFWriter::setDeterministicID</function>
+ as well as C API function
+ <function>qpdf_set_deterministic_ID</function> for generating
+ a deterministic ID for non-encrypted files. When this option
+ is selected, the ID of the file depends on the contents of the
+ output file, and not on transient items such as the timestamp
+ or output file name.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Make qpdf more tolerant of files whose xref table entries are
+ not the correct length.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>5.1.3: May 24, 2015</term>
<listitem>
<itemizedlist>