aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 19:18:26 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 22:57:51 +0200
commit85a3f95a89ca392a3726f8d964024dfd10177e09 (patch)
treef6bd1b02f604e29c5b35020ebc85a32309d12752 /manual
parent557bd3c26141b5e450de0fada2a27584a386125e (diff)
downloadqpdf-85a3f95a89ca392a3726f8d964024dfd10177e09.tar.zst
qpdf: exit 3 for linearization warnings without errors (fixes #50)
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 59c452e8..c0cbeb10 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4329,6 +4329,14 @@ print "\n";
Google's OSS-Fuzz project.
</para>
</listitem>
+ <listitem>
+ <para>
+ When <command>qpdf --check</command> or <command>qpdf
+ --check-linearization</command> encounters a file with
+ linearization warnings but not errors, it now properly exits
+ with exit code 3 instead of 2.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
<listitem>
@@ -4412,6 +4420,14 @@ print "\n";
<function>QUtil::read_file_into_memory</function> was added.
</para>
</listitem>
+ <listitem>
+ <para>
+ A new version of
+ <function>QPDF::checkLinearization()</function> has been
+ added that indicates separately whether there were errors or
+ warnings.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
<listitem>