From f62bec3ee53a377548ec197423efc20d4f4dc206 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 9 Mar 2009 16:27:13 +0000 Subject: update test suite to handle original object ID comments git-svn-id: svn+q:///qpdf/trunk@663 71b93d88-0707-0410-a8cf-f5a4172ac649 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff2b959b..a3df4b19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-03-09 Jay Berkenbilt + + * libqpdf/Pl_LZWDecoder.cc: adjust LZWDecoder full table + detection, now having been able to adequately test boundary + conditions both and with and without early code change. Also + compared implementation with other LZW decoders. + 2009-03-08 Jay Berkenbilt * qpdf/fix-qdf (write_ostream): Adjust offsets while writing @@ -10,6 +17,9 @@ * libqpdf/QPDFWriter.cc (QPDFWriter::writeObject): In QDF mode, write a comment to the QDF file before each object that indicates the object ID of the corresponding object from the original file. + Add --no-original-object-ids flag to qpdf and + setSuppressOriginalObjectIDs() method to QPDFWriter to turn this + behavior off. * libqpdf/QPDF.cc (QPDF::pipeStreamData): Issue a warning instead of failing if there is a problem found while decoding stream. -- cgit v1.2.3-54-g00ecf