aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-10-31 23:56:26 +0100
committerJay Berkenbilt <ejb@ql.org>2015-11-01 22:40:01 +0100
commite5abc789a26732552388fb9ca97985f8401327b1 (patch)
treeba7f56963e76d8246880b0c6b266aabae8de8ebb /manual
parente06648830693e44855652d31a762607357442beb (diff)
downloadqpdf-e5abc789a26732552388fb9ca97985f8401327b1.tar.zst
Prepare 5.2.0 releaserelease-qpdf-5.2.0
Diffstat (limited to 'manual')
-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>