aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-03-04 13:14:36 +0100
committerJay Berkenbilt <ejb@ql.org>2018-03-04 13:16:20 +0100
commit6fe1e9de400cf3c86233958d5cef0d2e20b09938 (patch)
tree4742b29353afde3c876d51a8b4f6ab1c44cd50e4 /manual
parent5c891cf4c45d2ffe8bc8e78bf95fb0c8f335356f (diff)
downloadqpdf-6fe1e9de400cf3c86233958d5cef0d2e20b09938.tar.zst
Prepare 8.0.1 releaserelease-qpdf-8.0.1
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml28
1 files changed, 26 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index d4c2b0b1..97c7d9e4 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 "8.0.0">
-<!ENTITY lastreleased "February 25, 2018">
+<!ENTITY swversion "8.0.1">
+<!ENTITY lastreleased "March 4, 2018">
]>
<book>
<bookinfo>
@@ -3063,6 +3063,30 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>8.0.1: March 4, 2018</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Disregard data check errors when uncompressing
+ <option>/FlateDecode</option> streams. This is consistent with
+ most other PDF readers and allows qpdf to recover data from
+ another class of malformed PDF files.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ On the command line when specifying page ranges, support
+ preceding a page number by &ldquo;r&rdquo; to indicate that it
+ should be counted from the end. For example, the range
+ <literal>r3-r1</literal> would indicate the last three pages
+ of a document.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>8.0.0: February 25, 2018</term>
<listitem>
<itemizedlist>