From 599daddb47fc0340e48b02f7ba00ef86bfef8c45 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 8 Mar 2009 19:00:19 +0000 Subject: decode streams on check, always exit abnormally when warnings are detected git-svn-id: svn+q:///qpdf/trunk@660 71b93d88-0707-0410-a8cf-f5a4172ac649 --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 949b64be..d93ed079 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2009-03-08 Jay Berkenbilt + + * qpdf/fix-qdf (write_ostream): Adjust offsets while writing + object streams to account for changes in the length of the + dictionary and offset tables. + + * qpdf/qpdf.cc (main): In check mode, in addition to checking + structure of file, attempt to decode all stream data. + + * libqpdf/QPDFWriter.cc (QPDFWriter::writeObject): In QDF mode, + write a comment to the QDF file that indicates the object ID from + the original file. + + * libqpdf/QPDF.cc (QPDF::pipeStreamData): Issue a warning instead + of failing if there is a problem found while decoding stream. + + * qpdf/qpdf.cc: Exit with a status of 3 if warnings were found + regardless of what mode we're in. + 2009-02-21 Jay Berkenbilt * 2.0.4: release -- cgit v1.2.3-54-g00ecf