aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-07-30 01:56:21 +0200
committerJay Berkenbilt <ejb@ql.org>2017-07-30 01:56:21 +0200
commit885b8781cccdc9d4402af58176e826a354b5ef7a (patch)
treec8fc3b0561315dc4f8c2e5b1b15e92a29a8874e5 /ChangeLog
parent570db9b60b64b91d875f1b838826a7b2e21079b4 (diff)
downloadqpdf-885b8781cccdc9d4402af58176e826a354b5ef7a.tar.zst
Allow --check to coexist with and precede other operations (fixes #42)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8732f22e..ac32ea25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2017-07-29 Jay Berkenbilt <ejb@ql.org>
+ * When passing multiple inspection arguments, run --check first,
+ and defer exit until after all the checks have been run. This
+ makes it possible to force operations such as --show-xref to be
+ delayed until after recovery attempts have been made. For example,
+ if you have a file with a syntactically valid xref table that has
+ some offsets that are incorrect, running qpdf --check --show-xref
+ on that file will first recover the xref and the dump the
+ recovered xref, while just running qpdf --show-xref will show the
+ xref table as present in the file. Fixes #42.
+
* When recovering stream length, indicate the recovered length.
Fixes #44.